Mahad Ahmedblog.mahad.dev·Jan 22, 2025Package your SaaS frontend for self-hosting using GolangSometimes you need to allow for self-hosted subscription of your SaaS whether it's because your client has their own air-gapped system that is not connected to the internet or they want to host it in their on-premise servers. Having the option is alw...golang
SANKALP HARITASHsankalp-haritash.hashnode.dev·Jan 4, 2025Hosting a Static Website on AWS S3: My Experience as a Beginner!Recently, I learned how to host a static website on AWS S3, and while it was exciting, I faced several challenges along the way. Let me share my step-by-step process and some lessons I learned so that you can avoid the mistakes I made and easily depl...AWSAWS
shubhangi singhcodeshutters.hashnode.dev·Dec 30, 2024How to Host a Static Website on Google Cloud Platform (GCP)If you're looking for a reliable and scalable solution to host your static website, Google Cloud Platform (GCP) is a great option. In this blog post, we'll walk you through the steps to get your static website live using GCP's Cloud Storage service. ...google cloud
Dwayne Chimadwaynechima.hashnode.dev·Dec 22, 2024Deploying a Static Website on AWS S3 with Terraform: A Beginner's GuideToday, we will use AWS S3 to launch a basic static website as part of a friendly project for beginners. We will integrate AWS CloudFront to ensure rapid content delivery over HTTPS while maintaining security. We will use Terraform best practices, suc...Terraform
Vivian Paulvivpaul.hashnode.dev·Dec 15, 2024Hosting a Static Website in Microsoft Azure StorageStatic websites are websites made up of pre-built files stored on a web server. They have stable contents but no database and the execution is client-sided, which means that any dynamic function or running the code is executed in the user's browser. ...Static Website
Wilford Gonzales10weekchallenge.hashnode.dev·Dec 3, 2024Deploy a Static Website on Azure Storage, update changes using github and CI/CD with Azure DevOpsSynopsis Hi Welcome to this article, My Name is Ford, I am starting to get hands on experience on DevOps and came across the 10 week cloud ops challenge posted by Piyush Sachdeva, Most of the content within this article is similar to Nishant Singh Bl...1 like10weeksofcloudops
Jon Koldo Arteagajkarteaga.hashnode.dev·Nov 25, 2024Mi experiencia con un wordpress estáticoEstos días he tenido un proyecto en el que me he decidido a probar la experiencia de usar un wordpress estático y paso a comentar mi experiencia. Desarrollo en local Para ello he empleado localwp. Local WP es una herramienta de desarrollo local pa...WordPress
Pooja Rautamazons3.hashnode.dev·Nov 22, 2024How to Host a Website on Amazon S3Hosting a website on Amazon S3 is a great way to share your site with the world. It’s simple, cost-effective, and scalable. Here’s a step-by-step guide written in easy language to help you host your website on Amazon S3. 1. What is Amazon S3? Amazon ...Amazon S3
Emzar Panikashviliepanikas.hashnode.dev·Oct 21, 2024Nodoku: a lo-code static site generator, promoting a content-first approach based on Markdown filesCover image and illustration: Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Have you ever experienced the fear of a blank page? Whether it's a document, a Word file, or an impor...Next.js
Irfan Mestriirfanmestri.hashnode.dev·Oct 21, 2024"Effortlessly Deploy Your Static Website on AWS S3 with Terraform"Hosting a static website on Amazon S3 is an efficient and cost-effective way to make content available on the web. S3 (Simple Storage Service) is ideal for hosting static content such as HTML, CSS, and JavaScript files. When coupled with Terraform, a...AWS