How-to setup GDPR cookie consent with Gatsby
General Data Protection Regulation (GDPR) imposes a couple of requirements on websites in regard to collecting and processing user data…
Personal blog about improving software development skills and becoming a better developer.
General Data Protection Regulation (GDPR) imposes a couple of requirements on websites in regard to collecting and processing user data…
This post will be really short. No big story behind it, just a simple habit that you should practice to give the quality of your code a…
Conditional statements and conditional expressions are a good way to branch our computational or business logic. Sometimes we as developers…
Did you find out what was the key culprit of the untestable code segment in my previous post How to recognize bad code? If you don’t have…
In my todays quick improvement tip for your coding style we’ll be focusing on the control structures, more accurately the IF statements. BAD…
What is bad code and how to spot it immediately? A simple description would say bad code equals untested or untestable code. While the…