Oluwatobi Abidoyesardius.hashnode.dev·Sep 29, 2024Hashnode API Hackathon: Building an imposter for HashnodeOutline: Understand Hashnode GraphQL API: Familiarize yourself with Hashnode's GraphQL API documentation. Explore the available queries and mutations. Identify the endpoints and data structures you want to mimic in your imposter. Setup Develop...DiscussHashnode
Abdullah Developerabdullahdmwt.hashnode.dev·Sep 6, 2024How Jamstack and Static Site Generators Are Revolutionizing Web DevelopmentHave you ever wondered how modern websites achieve lightning-fast speeds and seamless performance? The secret often lies in an exciting new approach called Jamstack. If you’re curious about how static site generators revolutionize web development, yo...Discuss#StaticSiteGenerators
Mainul Hasandev.webdevstory.com·Sep 5, 2024Best React Frameworks: Which One Should You Choose and When?React has become a dominant choice for web development, primarily most of its component-based architecture, flexibility, and strong community support. With a robust ecosystem of frameworks built around React, developers now have various options to me...DiscussWeb Development
Ayush Singh ☁️blog.ayush.top·Jun 21, 2024Building Blazing-Fast Websites ft. Gatsby 🔥Gatsby, put simply, is a static site generator. This means it creates static HTML files that you can load onto a server. Unlike many traditional websites, which require querying a database or server-side programming to serve web pages, Gatsby pre-con...David Williford and 1 other are discussing this2 people are discussing thisDiscuss·41 likes·191 readsGatsbyGonna have to try this ASAP. I'm a sucker for performance. 11
Sumeet Shroffprateekshawebdesign.hashnode.dev·May 9, 2024What is Gatsby JS used for and Is Gatsby JS free?What is Gatsby JS used for? Gatsby.js is a good open-source framework for making websites and online apps that run fast, use few resources, and are well-optimized. It's designed to use the most up-to-date web technologies and best practises to make c...DiscussGatsby
Akshat Aroraaksbad007.hashnode.dev·Apr 5, 2024Enabling new JSX Transform in Gatsby.js: A Simple GuideAre you feeling the repetition blues every time you start a new file in your Gatsby project, with that same import React from "react"; staring back at you? Well, you're not alone. But fear not, because there's a nifty solution that can streamline you...Discuss·10 likesGatsby
Sumeet Shroffprateekshawebdesign.hashnode.dev·Mar 28, 2024Gatsby.js vs. React.js - Understanding the RelationshipGatsby.js and React.js are two names that come up often when talking about building high-performance, dynamic web apps in the always-changing world of web development. Both are written in JavaScript, but their different goals and sets of features mak...DiscussGatsby
Cindy Muthonidevmoran.hashnode.dev·Mar 13, 2024Gatsby: A Comprehensive Guide to the Meta FrameworkIn the fast-paced world of web development, where user experience is king and page load times can make or break a website, developers are constantly seeking tools and frameworks that can help them build high-performing, scalable, and feature-rich web...DiscussGatsby
Mohitsinh Chavdamohitsinh.hashnode.dev·Feb 29, 2024Mastering GitLab REST APIs: A Senior Engineer's Real-World SolutionWhen it comes to senior engineers, most non-tech or some techie people start assuming, that senior engineers mean they know "how to code" better than the other non-senior ones. This statement can be considered true, but it does not do justice to the ...Discuss·97 readsGitLab REST API
Ali Asghermetered.hashnode.dev·Jan 9, 2024Gatsby Site Search PluginThis article was originally written on the Metered DocuScout website: Gatsby Site Search Plugin This tutorial will guide you through the process of integrating an AI-powered Site Search Plugin into your Gatsby site in just 5 minutes. DocuScout's AI...Discuss·27 readsJavaScript