Vincent LosselWhat’s New in Python 3.13Python continues to improve itself by focusing on performance and enhancing the developer experience. All these new features will make…May 25May 25
Vincent LosselSolving the N+1 Problem using DjangoDjango uses an ORM which adds an abstraction layer on every database query. It can be costly. Here’s how optimizing that.Jan 10Jan 10
Vincent LosselDeep Dive Into WebSocketsWebSockets are part of a huge number of modern applications. Let’s dive into it!Sep 27, 2023Sep 27, 2023
Vincent LosselHow To Learn Machine LearningA field guide to learn Machine Learning from scratch.Sep 20, 2023Sep 20, 2023
Vincent LosselHow To Use Django-HostsDjango-hosts allows you to make different parts of the same Django application accessible on different subdomains. Here’s how to use it.Aug 9, 20232Aug 9, 20232
Vincent LosselHow To Create a Custom Middleware with DjangoWhat is a middleware?Aug 2, 2023Aug 2, 2023
Vincent LosselWhat’s New in Python 3.11This new version of Python mainly focuses on improving the performance of the language.Aug 2, 2023Aug 2, 2023
Vincent LosselWhy Learn Python in 2023Python has been one of the most popular programming languages for several years. Its appeal is not only based on the simplicity of its…Jul 26, 2023Jul 26, 2023
Vincent LosselHow To Internationalize a Django AppInternationalization, often abbreviated as i18n, involves adapting a project to local specificities, making it accessible in different…Jul 18, 2023Jul 18, 2023