Michael and I love attending technical conferences. Technical conferences are a wonderful opportunity for getting exposed to new technologies, meeting new people, and learning from their experiences. The Coding Couple's base of operations is located in North Alabama. I am always on the lookout ...
developer
3 JavaScript Gotchas for the C# Developer
Most of my development experience has been with C#. When I started learning JavaScript, I made a few poor assumptions about the language. My incorrect assumptions about JavaScript inspired this list of three JavaScript gotchas for the C# developer: Brackets do not define scope. this does ...
5 Ways to Improve Your Debugging Skills
Disclosure: This post contains affiliate links. Understand the internals of your OS Learn to use more advanced debugging tools Expose yourself to a greater variety of code Explain your code out loud Learn to identify code smell Bill told his team that he would have the bug fixed by the ...