How To Self-Host A Web Application
This post shows how to self-host a web application in your home network.
How To Self-Host A Web Application Read More »
This post shows how to self-host a web application in your home network.
How To Self-Host A Web Application Read More »
In this post, I’ll show you how to set up a deployment server for Continuous Delivery (CD) with BitBucket Pipelines.
Automating DevOps with BitBucket Pipelines: Setting up Deployment Servers Read More »
This post shows how to enable password-less SSH login using SSH Keys
How to enable passwordless SSH login Read More »
In this article, you’ll learn about pipeline triggers and branch protection rules – two essential concepts for efficient and secure pipelines.
Learn the fundamentals of setting up git repositories and CI/CD in BitBucket.
In this post, I show you how to extend your system’s RAM using a swap file.
How to increase swap space in Linux Read More »
This post covers how to automate the creation of auto-scaling architecture using CloudFormation and also how to create monitoring dashboards using CloudWatch.
Creating an AWS Auto Scaling Architecture with a monitoring dashboard Read More »
This post discusses the importance of High Availability in database systems, particularly focusing on implementing Streaming replication with PostgreSQL and Docker. It covers various solutions like Log Shipping, Streaming, and Cascading Replication.
High Availability in PostgreSQL: Replication with Docker Read More »
The article provides a guide on how to host a static website using AWS services including Amazon S3, Route 53, CloudFront and AWS Certificate Manager. It details how to create an S3 bucket, set it up for static website hosting, establish DNS records, distribute content via CloudFront, secure the connection with an SSL/TLS certificate, and link the website to a custom domain. The steps also cover permissions and policies for public access and DNS routing.
How to setup a static website with SSL/TLS, using Amazon S3 and CloudFront Read More »