Infydots Technologiesinfydotstechnologies.hashnode.dev·Sep 12, 2023Gatsby WordPress HeadlessIn the ever-evolving realm of website development and content management, Gatsby WordPress Headless has emerged as a game-changer. This groundbreaking approach to web improvement combines the blazing-fast Gatsby system with the strength of WordPress,...DiscussGatsby
Vedant Mhatrevedant-mhatre.hashnode.dev·Aug 25, 2023Comparing Blogging Platforms: Gatsby, Ghost, Hugo, HashnodeAfter months of exploring various tools, I finally settled down on a tool and started my blog. This article covers my experience using various tools and hopefully, my experience will help you choose your blogging platform more quickly. Gatsby Since G...DiscussBlogging
Harold Mesa Fernándezharold-mesa.hashnode.dev·Jul 30, 2023Choosing the Right Path: A Guide to React-based FrameworksThrough November and December 2022, I built a blog that allowed users to create accounts, upvote their favorite articles once they logged in, leave comments, and sort articles by popularity and tags, among other cool features. To achieve this I used ...Discuss·1 like·64 readsReact-based frameworks: a comparisonReact
Saran Weerakunimekachi.hashnode.dev·Jul 12, 2023How to fix 'Something went wrong installing the sharp module' on NetlifyIf you run into this error, the fix might be easier than you think. Error: Something went wrong installing the sharp module Cannot find module '../build/Release/sharp-linux-x64.node' ... How to fix the issue Open up the deploy/build page that was u...DiscussNetlify
Shyaka L tresorshyakadev.hashnode.dev·Jun 12, 2023Appwrite Hackathon project migrating My GatsbyJs Project to Appwrite Leveraging the Power of Backend-as-a-ServiceIn the recent hackathon, I took on the challenge of leveraging the power of Appwrite as a Backend-as-a-service (BaaS) for my GatsbyJs side project. Appwrite provided a robust and scalable solution, allowing me to enhance the functionality and manage ...Discuss·31 readsGatsby
Tanay Kediatanaykedia.hashnode.dev·Jun 12, 2023Better ways to create a React appIntroduction: As a newcomer to web development, learning React.js is an exciting endeavor. However, the recommended approach of using Create React App (CRA) might not always be the best choice. In this article, we will explore the reasons behind the ...DiscussReact
Bindu Patidarbindu.hashnode.dev·Jun 12, 2023Gatsby js Vs WordPressGatsby is a static site generator, while WordPress is a content management system. Gatsby pre-builds your site into static HTML files, while WordPress serves dynamic content from a database. Gatsby sites are typically faster since they serve pre-buil...DiscussGatsby
Mary Ojomaryojo.hashnode.dev·May 17, 2023Gatsby.js or Create React App?Introduction In this article, I will be making a comparison between Gatsby and Create React App(CRA) to help you decide which is better for your project. These two are part of the most popular tools used to build React-based applications. What is Gat...Discuss·2 likes·30 readsGatsby
Francis Igbirikiigmrrf.hashnode.dev·May 17, 2023How to fix error:0308010C:digital envelope routines::unsupportedCAUSES NODE VERSION: Using Node version 17 and above, Docker: Building with docker pulls the latest version of node.js by default {Node: LTS}. The problem here is Node.js 17's push to use OpenSSL 3, changing the code required for the initializati...Discuss·31 readsNode.js
David Schinteiedavidschinteie.hashnode.dev·Apr 20, 2023Build your own Gatsby blog templateIn this tutorial, I'll guide you through the process of building your very own Gatsby blog template from scratch. You'll be able to create a performant and modern blog that is fully customizable, and you'll also gain valuable web development skills t...Discuss·36 readsGatsby