Syed Fazle RahmanforHashnode Town Hallarrogant-crook-interrupt-85.hashnode.net·Feb 1, 2022FeaturedBuild a Better Web and Win Big with the Netlify x Hashnode Hackathon 🔥Oh boy, we've got a big one for you this time. Brace yourselves: Hashnode is partnering with the one and only Netlify for our latest hackathon! 🔥 First, they raised the standards for the developer experience in app deployment. Now they're raising ...Gokhan Demirhan and 42 others are discussing this43 people are discussing thisDiscuss·673 likes·17.9K readsHackathons 💻NetlifyOH BOY! I guess this will be the first hackathon I'll participate in! All the best everyone!! 19
Katy Akatycodesstuff.hashnode.net·Jan 16, 2022FeaturedHow I built a blog site integrating with Hashnode in ReactRecently, I've been meaning to start learning React as it is one of the most popular frontend libraries out there for building professional-standard websites. As I've started writing on Hashnode, I thought a great first project would be to create my ...Tapas Adhikary and 25 others are discussing this26 people are discussing thisDiscuss·323 likes·4.8K readsReactgreat article !! 4
Pedro Cruzpipecruz.hashnode.net·Mar 1, 2022Desma - A design system manager for all your projectsLive Project on Netlify 🎥 Desma website: https://desma.kosmos.community/ Desma website: https://desma.netlify.com/ What is Desma? 🎨 Desma is a design system manager where you can create, preview and host all your designs in one single place. The...Abhiprojectz and 10 others are discussing this11 people are discussing thisDiscuss·284 likes·4.6K readsNetlifyI really liked the approach and work on this project, it will be very useful for designers and anyone who is interested in these topics. :) 8
Peter IbeabuchiforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 26, 2023Step by step: deploying a Deno app to NetlifyDeploying an application to a cloud hosting service is essential in bringing the application to life. With the rise of cloud computing, it has become increasingly easier to deploy, run and manage web applications at scale. Cloud hosting services like...DiscussNetlify
Chukwu Innocentcentkanayo.hashnode.net·Apr 22, 2023Error 404 page not found: How to resolve error 404 page not found in React application when the actual page exist.The error 404 page not found is a very common theme in single page applications (SPAs) like ReactJS. The problem always arises when you try to navigate to a different page that is not the index page through the url bar or you have navigated to anothe...Discuss·15 likes·36 readsReact
David Schinteiedavidschinteie.hashnode.net·Apr 18, 2023How to create a no-code Gatsby CMS blog on Netlify for FREEYou can check out my demo link: Gatsby Blog Theme or if you are curious, take a look at my code repo. Starting a blog can be an intimidating task at first, especially if you are not decided yet and you don't want to pay for hosting services. Maybe if...Discuss·10 likesGatsby
Md Faizan Alamsololearner.hashnode.net·Apr 18, 2023“Building a Working Form for Your Website on Netlify: A Step-by-Step Guide for Beginners”Most of us developers use free hosting services like Netlify or Vercel for hosting our projects and portfolios too. For our portfolios, a contact form is an essential part as it lets potential employers contact us. In today’s blog, I will share with ...DiscussProgramming Blogs
Michaelmichaelbrown.hashnode.net·Apr 13, 2023how to set up environment variable for Netlify site.So you have an important website you want to deploy for the first time and you need to get all your Environment variables to Netlify's CDN which is the hosting service you are using so all your builds can work. To achieve this, we can use one of the ...DiscussEnvironment variables
Archit Chandraarchitchandra.hashnode.net·Apr 9, 2023How to Specify a Node Version in Netlify BuildsNote: This article is part of my digital garden on architchandra.com and will keep evolving with time. I keep coming across situations where I need to tell Netlify about the Node version to use while building my sites (eg. when building countmywords...DiscussNode.js
Surajit Paulsurajitpaul.hashnode.net·Apr 5, 2023How to deploy your website under 1 min with NetlifyLogin to Netlify Login to Netlify using your GitHub credentials. After you have logged in using GitHub scroll down where you can see the below section in the webpage. Creating a new site Click on Add new site then select "Import an existing project ...Discuss·30 readsNetlify
Upadrasta Harshaharshaupadrasta.hashnode.net·Mar 26, 2023Building and Deploying Web Projects Made Easy with NetlifyNetlify is a cloud-based platform for building, deploying, and managing web applications and websites. It's a popular choice for web developers and teams who want to streamline their development process and ensure high performance and scalability for...DiscussNetlify
Ikiusikius.hashnode.net·Mar 24, 2023Vercel vs Netlify: Battle of the Jamstack GiantsJamstack is indeed popular, with the number of sites based on it has grown twofold since 2020. But its performance heavily depends on the deployment platform you choose. The reason is that Jamstack sites are tailored for a certain workflow: hosting H...Discuss·59 readsJAMstack
Michael Laroccamichaeljudelarocca.hashnode.net·Mar 20, 2023Create a React Project, Push It to GitHub, and Deploy With Netlify, From the Command LineThis article covers creating a React project, pushing it to GitHub, and deploying it with Netlify from the command line, which is excellent for getting your projects up and running quickly and easily! Introduction In the last article, we covered h...DiscussReact