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...Discussvps
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 ...Discuss·33 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 ...DiscussProjectshomeserver
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...Discusshosting
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 ...DiscussNext.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...Discussvps
Kristiadhykristiadhy.hashnode.dev·Sep 5, 2024Deploying .NET 8 ASP .NET Core and Blazor Web Assembly Applications to Linux VPSIn this article, I'll show you how to manually deploy an Asp .Net Core or Blazor Web Assembly 8.0 application to your Linux VPS. If you want to set up your Linux VPS server before deploying your web apps, you can check out this guide: Guide to Hostin...Discuss·174 readsGet your .NET 8 web app up and running on a Linux VPS..NET
Kristiadhykristiadhy.hashnode.dev·Sep 5, 2024Guide to hosting .NET 8 ASP.NET Core and Blazor Web Assembly on a Linux VPSTo deploy your Asp .Net Core or Blazor Web Assembly 8.0 application to production, you have several options. You might be familiar with AWS and Azure, but a VPS could be an appealing choice if you're looking for a more budget-friendly solution. 💡 I...Discuss·226 readsGet your .NET 8 web app up and running on a Linux VPS..NET
Zul Amri Durrin Nafiszull.dev·Aug 13, 2024Pointing Cloudflare to Cloud VPSIn my previous post, I provided a tutorial on how to pointing a domain to Cloudflare. This time, I’ll be sharing how to point a domain that has already been registered with Cloudflare to a Virtual Private Server (VPS). Here are a few things you need ...Discuss·445 readsCloudflare Zero to Heropointing
David Huertaskuro.hashnode.dev·Jul 24, 2024Deploy docker containers in VPS with GitHub ActionsWe all love Docker, and if you don't, you should. Docker is a great tool that allows us to create containers with our applications and run them in any environment. But what if we want to deploy our containers in a VPS? In this post, I will show you h...DiscussDocker