Skip to content

Tag: debugging

My Favourite Debugging Techniques
Programming

My favourite debugging techniques

I believe that debugging is one of the most important technical skills a developer can have. In the average week, I probably spend anywhere from 20 - 30 percent of my time debugging. This is because my code isn't perfect, sometimes it does legitimately only work on my machine or device.

April 24, 2018
Programming

How to Debug Vertical/Horizontal Scrollbars

When building websites, it can be really challenging to debug what’s causing unexpected scrollbars. In this post, I provide a very good…

February 4, 2018
How to be a More Efficient Debugger
Programming

How to be a more Efficient Debugger

For the last 10+ years or so, I’ve been programming professionally. Even with ten years of practice, I still am unable to…

September 27, 2017