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...DiscussNext.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...DiscussAWS
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...Discuss·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...Discusstutorials
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 ...DiscussStatic Website
Nihal Shardulnshardul.hashnode.dev·Oct 5, 2024Deploying a Static Website using DockerProblem Statement: Create a Dockerized environment for a static website built with HTML, CSS, and JavaScript. The project should include a Dockerfile that utilizes Nginx to serve the website efficiently. Provide instructions for building and running ...DiscussAWS
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 3, 2024Jamstack Architecture: The Future of Fast, Secure WebsitesIn this ever-changing web development space, neither speed nor security comes as an absolute luxury. One avant-garde method that meets such demands considerably at hitherto unimaginable levels of efficiency is Jamstack. But what really is Jamstack, a...DiscussFastweb
Shubham Mergushubham-mergu-07.hashnode.dev·Oct 2, 2024Understanding HTML Elements & AttributesHave you ever wondered what makes a website tick? 🤔 Behind every sleek design and interactive feature lies a foundation of HTML elements and attributes. These building blocks are the unsung heroes of the web, quietly shaping the digital landscape we...DiscussHTML5
Ákos KőművesProakoskm.com·Sep 25, 2024How to Fix React Hydration Error in AstroHi friends 👋 I’ve launched a custom Astro front-end for my Hashnode blog. I wanted to have static pages that work without JavaScript, while still having access to Hashnode’s best-in-class Neptune editor ❤️. Astro generates static pages by rendering ...DiscussReact
Paminda Kalpa Wickramasinghepamindatechtalks.hashnode.dev·Sep 19, 2024Days with DevOps | Project 02In this article, I will show how to host a Static website on AWS S3 and set up a secure connection using AWS CloudFront. Before we start this project, let's look at what is AWS S3 & AWS CloudFront. What is Amazon S3 : Amazon S3, also known as Simple ...Discuss·33 readsS3