If you are a software engineer or someone learning or interested in software development you might...
The JavaScript Object Notation (JSON) is a lightweight data-interchange format that just so happens t...
Learning how to become a better software developer is a daunting task. There is so much to learn and...
In Django it's very common to see code like this: from django.contrib.auth.models import User from...
In the article in the series we learned how important it is to reduce the friction in code reviews, b...
Code reviews are really useful, but the problem is that they have the nasty habit of making your cool...
Code reviews are an important part of how we write code today. It's pretty rare to find a company tha...