Light bulb Black Friday deal 30% off of all annual plans with the coupon code: BLACKFRIDAY2024 Sign Up Right Now!

Blog

Kostja Palović

Deploy Django on Linode

How to deploy a Django application to a Linode server, setup database and see server stats.

Read more →
Dave Faliskie

Migrating Rails App From Heroku to Appliku

Read more →
Kostja Palović

Deploy Django to Lightsail

How to deploy your Django app with Postgres Database on a Lightsail server.

Read more →
Kostja Palović

Best Hosting Solution: Deploy Django Apps on Hetzner Cloud

How to create a server in Hetzner Cloud and deploy your Django application.

Read more →
Kostja Palović

Deploy Next.js on AWS EC2 and Digital Ocean

Learn how to create a new Next.js application and deploy it on AWS EC2 instance or Digital Ocean droplet.

Read more →
Kostja Palović

Deploy FastAPI and PostgreSQL on AWS EC2 Tutorial

Learn how to create a FastAPI app with PostgreSQL and deploy it on an AWS EC2 Instance.

Read more →
Kostja Palović

Express.js Application using Handlebars

Read more →
Kostja Palović

How to Deploy Flask on AWS EC2, Hetzner, Digital Ocean

How to create a Flask application with a POST endpoint, create a server on AWS, Digital Ocean and Hetzner and deploy your Flask app.

Read more →
Kostja Palović

How to set up Nginx for a Django project

Step-by-step instructions on setting up an Nginx web server for a Django application on a fresh Ubuntu 20.04 LTS server. Setting up the server environment, creating a Django project, running it with gunicorn, creating a Let's Encrypt certificate, and setting up Nginx as a reverse proxy.

Read more →
Kostja Palović

How to Deploy Wagtail To AWS EC2 and Digital Ocean

Step-by-step tutorial on how to create a Wagtail project and deploy it on AWS EC2 and Digital Ocean Droplet.

Read more →
Kostja Palović

Adding Elastic IP to your AWS EC2 instance

Read more →
Kostja Palović

How to create a superuser in Django

Learn how to use the `createsuperuser` management command in Django to create a superuser, either through prompts or by providing specific arguments.

Read more →
Kostja Palović

Django File uploads to S3 and Cloudfront CDN

How to create AWS S3 bucket, setup CloudFront CDN and setup Django 4.2 to upload files to S3

Read more →
Kostja Palović

Heroku alternative for Django

Looking for an alternative to Heroku for hosting Django apps? With Appliku's affordable pricing starting at $10/mo and Hetzner's competitive rates, you can save up to $1476/year while enjoying a powerful and customizable infrastructure that scales with your needs.

Read more →
Kostja Palović

Upgrade Ubuntu 18.04 LTS to Ubuntu 20.04 LTS

A simple guide upgrading Ubuntu 18.04 LTS to Ubuntu 20.04 LTS

Read more →
Kostja Palović

How to create S3 bucket with write only access

How to create a bucket and generate credentials that only have write access to a single bucket.

Read more →
Kostja Palović

Django Docker Tutorial with Postgres

The concept of Docker and Docker Compose, the benefits of using them to containerize a Django application, and provides a tutorial on how to set up a Django project in a Docker container using Docker Compose.

Read more →
Kostja Palović

Django REST Framework Swagger OpenAPI Tutorial

Why use OpenAPI and how to add it to a Django REST API project. Differences between Swagger and OpenAPI, and the benefits of using OpenAPI. Instructions on installing and setting up drf-spectacular, a package that generates OpenAPI documentation. How to. access the OpenAPI Swagger and redoc interfaces.

Read more →