Dockerizing Django with Postgres, Gunicorn, and Nginx
This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.
This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.
In this post I present a Git branching strategy for developing and releasing software as I’ve used it in many of my projects, and which has turned out to be very successful.
The inline-template directive allows us to build rich Vue components as a progressive enhancement over existing WordPress markup.
Bypass the mistakes I made and jump straight into the code.
Design your own window manager,
A developer and microservices expert takes a quick look into microservices patterns, namely event sourcing, sagas, and CQRS.
Many of us feel nervous when meeting a group of people for the first time. What are the dynamics of the group, what are the in-jokes, will I find common ground with someone - are just a few questions that can plague you. A lot of your hard work at
How to use Swift 5.1 property wrappers to cut your dependency injection code in half
The frontend landscape changed quite a lot in the last years (hopefully for the better). Now there are tools and technologies that help us a
Finally, a faster way to sync your development environment
How to make optically balanced icons, correct shapes alignment, and perfect corner rounding
Get the dominant color or color palette from an image.
Sometimes the simplest implementation for a feature ends up creating more complexity than it saves, only shoving the complexity elsewhere…
NgRx Store provides us a single stream of actions where we can either dispatch or subscribe any action across our whole app. This action…
Pagination is a complex topic if you start thinking and discussing about it. Topics where you might not think about: what if the user…