Six Lessons That Made me a Calmer, More Effective Engineer
Here are the things I’ve learned over the last 7 years to thrive as a professional:
Here are the things I’ve learned over the last 7 years to thrive as a professional:
Docker multi-stage feature allows to make your dev environment as close to production as possible. While Docker is an industry standard for deploying web applications to production environments, it also comes in handy for local development. When you decide to use Docker for both purposes, a few concerns arise : Fortunately, Docker has a built-in …
Disclaimer: dirty hack here. I recently finished implementing the front end for my music website. I chose to use ReactJS. However, when I wanted to improve my website’s SEO, I started to run into a major issue that is inherent to React and Single Page Apps frameworks. The Problem In a nutshell, React is not …
If you plan to use Flask to build a JSON API (for instance a REST API), there are high chances you will end up using the following add-ons : This article will give you some insights into how to efficiently test a Flask application alongside these extensions. In particular, we will create a set of …
How to use Pytest with Flask and its common extensions Read More »