Jason Joseph Nathangeekist.co·Dec 19, 2024Building the FoundationIn the previous article, I talked about how to manage your sub-domain setup with Nginx in a streamlined way. In this one, we'll dive into common approaches to structuring folders on your server and share the system I’ve settled on. Traditionally, mos...43 readsTaming Nginxnginx
Jason Joseph Nathangeekist.co·Dec 18, 2024Smarter Defaults for Subdomains and SSLOver the decades, I’ve developed a convention for working with Nginx that simplifies subdomains and SSL. While there’s no shortage of broad tutorials on Nginx, I’ve often wondered: why are so many processes still so manual? More importantly, why aren...1.4K readsTaming Nginxnginx
Jason Joseph Nathangeekist.co·Dec 17, 2024In the Beginning... We Shared (whether we liked it or not!)Let me tell you what hosting was like in the 90s’. Our options were pretty much binary. It was either “shared hosting” or “dedicated”. If you couldn’t afford dedicated, you were stuck with sharing your resources with potentially hundreds of other web...45 readsTaming Nginxshared hosting
David Onifadezyzer01.hashnode.dev·Dec 16, 2024Deploying your project from GitHub to VPS using Jenkins for CI/CDDeploying your project from GitHub to VPS using Jenkins for CI/CD Introduction In this quick tutorial, I’ll show you how I implemented CI/CD in my Nextjs 14 project on my new VPS server. This blog post is also valid for react projects or applications...11 likes·51 readsDevopsruachost
SSD Nodesssdhostingprovider.hashnode.dev·Oct 30, 2024Is VPS Hosting Fast ?When it comes to hosting a website or application, speed is crucial. Fast page load times can improve user experience, boost SEO rankings, and increase conversion rates. Among various hosting options, Virtual Private Server (VPS) hosting stands out a...vps
Vivek Dehariyavivekdh45.hashnode.dev·Oct 25, 2024Hosting a Go application on a 4$ VPS - Part 1There was a wave of posts few months ago on X/Twitter about running your applications on a cheap VPS vs managed platforms/services like Fly.io, Render, Heroku, GCP etc. Although there were a lot of comments about how “easy” it is to run something on ...35 readsDigitalOcean
Mahdi Bagherimahdibagheri.hashnode.dev·Oct 23, 2024Setting up a Home Server Connection via VPN (Wireguard) and a Cloud VPSMotivation I wanted to setup a home server where I could run applications and access them when I am not at home. But I also wanted to avoid opening ports directly to my home network to access the services running on the home server. Another issue is ...Projectshomeserver
Vic okekevic3.hashnode.dev·Oct 17, 2024How to Set Up Your Own Web Hosting with aaPanel: A Step-by-Step GuideIn today’s digital world, having control over your web hosting environment is crucial for developers and startups. Whether you’re looking to host your personal project or manage multiple websites, setting up your own web hosting can give you the free...hosting
priyanshu shrivastavacybernexus.hashnode.dev·Sep 10, 2024How to create a Virtual server of your ownA Virtual Private Server (VPS) is like having your own personal space on a much larger, shared server. It’s a middle ground between shared hosting (where you share space and resources with other users) and dedicated hosting (where you have an entire ...Next.js
Md Saif Zamanlazyops.hashnode.dev·Sep 7, 2024Setting Up a Production-Ready VPS from Scratch: A Comprehensive GuideTable of Contents Introduction Domain Name Configuration SSH Hardening Docker Installation Docker Compose Installation Traefik Setup Running a Go App in Docker Watchtower Setup Monitoring with UptimeRobot Putting It All Together Conclusion...vps