Deployment

Deployment

Deploying an app with independent Django backend and React frontend with Netlify

Having your own services for frontend and backend is really great for development. But it’s also hard in terms of deployment.

Read
Deployment

Deploying static websites over https with Caddy and 1 line of code

I still remember the days, when we had to configure our SSL-Certificates with nginx and apache and it was really painful. But in the last months we started to use caddy. A fresh web server with an simple config and https by default.

Read