When creating a Python app, you have two options: Flask vs FastAPI. Discover here which one you should choose for your project.... Read more
What is Code Review and when should you do it?
Code review is the act of reading and evaluating other people's code. The purpose is to find areas of improvement or bugs at an early stage that might otherwise go unnoticed. The process typically happens before merging with the codebase.... Read more
Python vs JavaScript: why not both?
This article describes the main differences between Python vs JavaScript and further explains when to use one or the other.... Read more
PostgreSQL vs MySQL: how to choose?
An in-depth comparison between PostgreSQL and MySQL, considering aspects such as the data types, ACID compliance, indexes, replication, and more.... Read more