Recent Posts

The Coué method

less than 1 minute read

“Every day, in every way, I’m getting better and better”

Troubleshoot and Fix Your Code

5 minute read

The process of troubleshooting and fixing the bugs in your code isn’t intuitive to anyone who hasn’t spent a long time learning to code.

Debugging for beginners

3 minute read

Without fail, the code we write as software developers doesn’t always do what we expected it to do. Sometimes it does something completely different! When th...

Debugging strategies

7 minute read

Although there is no precise procedure for fixing all bugs, there are a number of useful strategies that can reduce the debugging effort.

Bug Prevention and Defensive Programming

5 minute read

Surprisingly, the debugging process may take significantly more time than writing the code in the first place. A large amount (if not most) of the developmen...