Category: Self Hosting
-
Object Cache | Page Cache | OP Cache – Caching for WordPress
Master WordPress performance with comprehensive caching strategies. Learn OPcache, Object Caching, and Page Caching implementation for lightning-fast websites, reduced server load, and optimal user experience.
-
How to Add Floating IP to Ubuntu and Debian Servers with Netplan
Learn how to configure floating IP addresses on Ubuntu and Debian servers using Netplan for high availability and seamless failover. This comprehensive guide covers YAML configuration, troubleshooting, security best practices, and automation scripts for production environments.
-
Automating Flask Deployment Using Docker and Github Actions
I’ve had enough of tedious deployments, so I decided to become proficient in automating the process. While I’ve previously used GitHub Actions to streamline deployments, I had yet to do so in a Flask environment. In this article, I’ll outline the steps I followed to deploy my Flask backend using Docker and GitHub Actions, specifically…
-
Cloudflare Header Tips
I am pretty sure any developer would have known about cloudflare. Be it for Hosting, Ai, Storage, Mail, Security, Infra, Tunnels, DNS etc. When you are a guy who uses free stuff to get things done for you, you cannot pay for things that you want, but also cannot stop from getting good things. Not…
-
OpenResty SSL Setup: Install and Secure Site withNginx with Let’s Encrypt on Ubuntu
Learn how to install and configure OpenResty Nginx SSL on Ubuntu. This guide covers setting up OpenResty, obtaining an SSL certificate using Certbot, and enabling auto-renewal for a secure HTTPS website. 🚀