Evangelosev-codes.hashnode.dev·Dec 30, 2023Static site generation or Server side rendering, what should you use? 🪄So. I've been using Next.js to build websites for my clients, and the experience has been incredibly smooth, thanks to their page pre-rendering techniques. What is Pre-rendering? 🤔 Pre-rendering involves generating the HTML file before it is actuall...serversidegeneration
Vivek Kumarvk429.hashnode.dev·Dec 19, 2023Building Base In Web DevelopmentWelcome, aspiring developers! If you've just stepped into the exciting world of web development, you're in the right place. In this guide, we'll be laying the foundation for your journey by exploring key components that form the backbone of web devel...10 likes·27 readsWeb Development
Harish Rajoraharishr.hashnode.dev·Nov 29, 2023A Beginner’s Guide to Static Site GeneratorWhen someone creates a website, they have two paths to choose from — dynamic or static. For people who are clear about the architecture of their application, this choice is easy to make. However, an extremely large portion of web creators, including ...automationtesting
Sarthak Jainsarthakjdev.com·Sep 16, 2023Setting Up Documentation with Vitepress: A Developer's GuideIntroduction As a software developer, I've learned the importance of clear and well-organized project documentation. It not only helps you understand your codebase better but also assists your team members and contributors. In this blog, I will guide...2 likes·67 readsdocumentation
Al Farhaankhan I Inamdartheonethatstartedlate.hashnode.dev·Sep 5, 2023How to Effortlessly Deploy Your Static Site to GitHub Pages with GitHub Actions.Introduction Welcome to the world of automated website deployment! In this tutorial, we will dive into the powerful synergy of GitHub Pages and GitHub Actions. By the end of this guide, you'll have your static site deploying like clockwork, thanks to...GitHubPages
Suryansh Parasharsparashar.hashnode.dev·Jun 6, 2023Static SiteA static site refers to a website that is made up of pre-built HTML, CSS, and JavaScript files that are delivered to the user's web browser as-is, without any server-side processing or dynamic content generation. In other words, the content of a stat...static site
Sanyam Jainsanyam30.hashnode.dev·Jan 19, 2023Static SitesA static site is a website that is not having a lot of server-side logic and is overall made of plain HTML, CSS, javascript, either one or all three of them Ex- Online portfolio, feedback form etc. Let's look at some of the Advantages of Static websi...static