2022-05-22
When building an application, one of the decisions we need to make is what type of database to use. The two main categories are SQL and…
2022-03-09
These two terms sound similar but they mean different things. Authentication is about verifying who the user is. Authorization is about…
2022-01-18
Recently I started using Docker in my development workflow. Docker is a tool that allows us to package our application and all its…
2021-12-04
Code review is something that I have been doing regularly at work. Every time a developer finishes working on a feature or a bug fix, before…
2021-10-12
Positioning and laying out elements on a page used to be tricky. We had to use floats, inline-blocks, or even tables to get things in the…