Category: Coding

Choosing the Right Python Framework: Django vs. Flask vs. FastAPI vs. AIOHTTP

Python is a versatile and straightforward language, making it an excellent choice for web development. Choosing the right framework is critical to ensure efficiency and maintainability when building web applications…. Read more »

GRASP: 9 Must-Know Design Principles for Code

Published at: https://www.fluentcpp.com/2021/06/23/grasp-9-must-know-design-principles-for-code/ Author: Jonathan Boccara Publication date: June 23, 2021 In order to write code that is understandable, maintainable and that stands the test of time, one of the… Read more »