How to send email from Django Project via AWS SES, set up tracking of bounces and complaints, and filter bad email addresses to protect email deliverability.
Learn how to create a new Next.js application and deploy it on AWS EC2 instance or Digital Ocean droplet.
Database is the main auxiliary service needed for running your Django Project. How to create AWS RDS Postgres Database and connect to Django.
Send Django application logs to Centralized CloudWatch. This enables you to have a better view of logs, search and filter logs. Every container gets its own log stream.
How to create a bucket and generate credentials that only have write access to a single bucket.
How to create AWS S3 bucket, setup CloudFront CDN and setup Django 4.2 to upload files to S3
How to deploy a Django project on AWS EC2 instance. Article show how to connect GIT repository, add database and deploy your app
Step-by-step tutorial on how to create a Wagtail project and deploy it on AWS EC2 and Digital Ocean Droplet.
Learn how to create a FastAPI app with PostgreSQL and deploy it on an AWS EC2 Instance.