Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Programming Achievements: How to Level Up as a Developer

How does a good developer become a great developer?Forget greatness for a moment: How does a decent developer become a good developer?There is no definitive path from Step 1 to Step n. Heck, it's not even clear what Step n is. And as logically-minded developer types, the lack of a well-defined route can make for a daunting journey from novice to master.I've spent a fair bit of time over the last few years bumping up against this conundrum. What's next? How do I go from being a good developer to a being really good developer?What Does Success Look Like?I do my best work...

2,177 0       COMPARISON SKILL GREAT DEVELOPER KNOWLEDGE PLATFORM GOOD DEVELOPER


  So you want to write JavaScript for a living?

What do you need to know if you are interviewing for a job that involves Javascript development? What kind of expectations do employers have of candidates now that the state of client side development has been changed with the rise of asynchronous JavaScript and the often slick, supporting interfaces? These were questions I was asking myself after a friend pointed me to an interesting job posting over at Meebo that included some JavaScript puzzlers on logical operators, DOM oddities and… well that’s all I should say so as not to drop any hints. At any rate I thought...

1,857 0       JAVASCRIPT CAREER SKILLS KNOWLEDGE


  Signs that you're a bad programmer

1. Inability to reason about codeReasoning about code means being able to follow the execution path ("running the program in your head") while knowing what the goal of the code is.SymptomsThe presence of "voodoo code", or code that has no effect on the goal of the program but is diligently maintained anyway (such as initializing variables that are never used, calling functions that are irrelevant to the goal, producing output that is not used, etc.)Executing idempotent functions multiple times (eg: calling the save() function multiple times "just to be sure")Fixing bugs by writing code that ov...

2,399 0       PROGRAMMER SKILL SIGN CHARACTERISTICS KNOWLEDGE