Posts
All the articles I've posted.
-
.com.np Domain + Cloudflare + Netlify (Adding domain and subdomain to your netlify hosted project) - Full Configuration Guide
Published:This guide shows Nepali citizens how to claim a free, lifetime .com.np domain from register.com.np, set up powerful DNS with Cloudflare, and seamlessly deploy web projects (including subdomains!) to Netlify. Go live, for free!
-
AWS Application Load Balancer with a Custom Domain (Cloudflare)
Published:step-by-step walkthrough for beginners on setting up an AWS Application Load Balancer (ALB), securing it with SSL/TLS using ACM
-
Hosting a static website on AWS S3
Published:step-by-step to Hosting a static website on AWS S3
-
Request a new ACM certificate with cloudflare.
Published:Guide ti request a new ACM certificate with cloudflare.
-
Nginx as a load balancer on AWS EC2
Published:Simple example of Nginx as a load balancer on AWS EC2.
-
Deploying Your PHP and MySQL App on AWS EC2 with Docker, Nginx, SSL and a Custom Domain
Published:Learn how to take your PHP and MySQL application from local development to a live production environment on an AWS EC2 instance. This comprehensive guide walks you through the entire process, covering Docker and Docker Compose setup, Nginx as a reverse proxy, configuring your custom domain with DNS, and securing your application with free SSL/TLS certificates using Certbot (Let's Encrypt). Discover best practices for deploying and managing your web app in the cloud, including persistent storage for your database and seamless code updates.
-
Dockerizing a PHP and MySQL/MariaDB Application with Docker Compose
Published:Learn how to containerize your PHP application with a MariaDB backend using Docker and Docker Compose. This guide walks you through creating a clean Dockerfile and docker-compose.yml to streamline local development, enable database persistence, and ensure service health — all with environment-based configuration for flexibility.s
-
Terraform - Complete step-by-step process to create a (VM) on Azure and SSH under student pack subscription.
Published:Making a Linux virtual machine on Microsoft Azure using Terraform. From setting up providers and creating a resource group to configuring networking components and managing SSH authentication using azure CLI & GUI