Dwayne Chimadwaynechima.hashnode.dev·5 hours agoDeploying 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
Gaurav Patiltechbygaurav.hashnode.dev·Oct 19, 2024How to Set Up Nginx: A Complete Beginner’s GuideWhat is Nginx? Nginx (pronounced "engine-x") is an open-source, high-performance web server. It can also be used for load balancing, HTTP cache, and reverse proxy. It has a non-threaded, event-driven architecture. It’s widely known for its speed, sca...10 likesnginx
Victor Uzoagbavictoru.hashnode.dev·Oct 7, 2024Building a Custom Static Site Generator for Technical DocumentationIntroduction What is a Static Site Generator (SSG)? A Static Site Generator (SSG) is a tool that converts plain text files (like Markdown) into a complete static website. The output is a set of static HTML pages, which are fast to load and easy to ho...tutorials
Manoj Shetmanojshet.hashnode.dev·Oct 7, 2024An Introduction to Hosting Static Websites on AWS S3Introduction Creating an online presence has become a necessity in today’s digital era. For individuals and businesses alike, hosting a static website is one of the simplest and most cost-effective methods to achieve this. Static websites consist of ...Static Website