Articles by Tag #netlify

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Vibing with Side Projects.

🚀Hello DEV Community! Ever built something just for the thrill of creation? I did, and now I have...

Learn More 2 0Oct 27

How to deploy a website on Netlify

Have you just built your first website and want to make it live on the internet? Good news — you can...

Learn More 0 0Nov 1

Git: 50 Essential Commands for Everyday Workflow

Git is a distributed version control system (DVCS) created by Linus Torvalds in 2005 to manage the...

Learn More 18 4May 24

I vibe coded an online visitors counter for my blog

You know that old-style "X users online" counter on a website? I've recently seen it on roe.dev's...

Learn More 9 1Jul 16

Full-stack auth solution with Logto on Netlify: Protecting web apps and serverless functions

Netlify is a powerful platform for deploying and hosting modern web projects, offering seamless Git...

Learn More 5 0Mar 12

Making Puppeteer work at build time on Netlify

I wrote a Node script recently that installed Puppeteer, and that script ran at build time for a...

Learn More 0 1Jun 13

Web application firewall on Netlify for free

Talented folks built Netlify to reduce development friction. They offer a generous free tier, which...

Learn More 1 0Mar 28

How to Deploy a Next.js App on Vercel, Netlify, and AWS – Which One is Best?

Deploying a Next.js app requires choosing the right hosting provider for performance, scalability,...

Learn More 2 0Feb 17

Building for a physical scavenger hunt with Astro, Tally, and Netlify

Recently, a friend of mine who works for The Alinea Group told me about a project they wanted to run...

Learn More 0 1Jun 13

Appwrite Sites vs Netlify: Choosing the right web hosting platform

Deploying frontend applications has gotten easier over the past decade, but also more complex behind...

Learn More 7 0May 20

How Bun can help to revive a Gridsome project

Node is good and hype is bad. But sometimes alternative tools can help you in unexpected ways when you get stuck.

Learn More 2 2Mar 11

Building Social Media Automation: LinkedIn Sharing with Serverless Function

Explore how to use the LinkedIn JavaScript API Client and Netlify serverless functions to build an API for efficient article sharing. This step-by-step tutorial covers permissions setup, OAuth 2.0 configuration, serverless function creation, and deployment to streamline social media promotion for blog posts after publishing.

Learn More 3 0Jan 8

🚀 Deploying Astro’s Live Content Collections on Netlify

Astro is gaining popularity for its speed ⚡ and flexibility in building content-driven websites. One...

Learn More 1 0Aug 27

Vercel vs. Netlify: Which Hosting is Best for Next.js?

When building a Next.js application, choosing the right hosting provider is crucial for performance,...

Learn More 0 1Mar 22

Netlify proxy ending stream unexpectedly: CORS Introduction

Let's get into the problem Using Netlify as a hosting service where it proxy requests...

Learn More 0 0Jul 9

After the Hack: The Future of Eventify and a New Chapter for Us

As an event coordinator in my community, I’ve spent years orchestrating gatherings that spark...

Learn More 0 0Jul 17

Question: How do I host my angular front-end on Netlify

I'm a application development student working on an Angular full stack project for school. I need to...

Learn More 0 0Dec 6 '24

I Thought Networking Was Useless. I Was Wrong

Networking changed everything for me and here is how. I'm like your stereotypical developer ,...

Learn More -3 1Jul 28

How to Connect Your Name.com Domain to Netlify: A Beginner’s Guide

I have to admit something upfront: before this, I had zero experience with domain configuration. I...

Learn More 5 1Sep 14

.vscode/settings.json

🚀 Deploying Astro’s Live Content Collections on Netlify ...

Learn More 0 0Aug 27

I built a recipe website

I want to share the recipe website I made: https://epicure-recipes.netlify.app/recipes Recently, the...

Learn More 0 0Feb 7

Launch Your React Website on Netlify for Free: The Lazy Dev’s Guide 😪

It feels so great when you buy a shirt, and while paying you find out another one is free. We all...

Learn More 1 1Aug 20

Boosting Performance with Gatsby Image CDN: A Developer’s Guide

Introduction Modern web performance is no longer a luxury—it’s a necessity. From reducing...

Learn More 1 0Aug 4

Beyond the Code: The Heart of EventifyCom’s Hackathon Journey

BEYOND THE CODE**** The World’s Largest Hackathon was more than a sprint to build EventifyCom...

Learn More 0 0Jul 17

Netlify + FalkorDB: GRAPH Database Integration for Netlify Just Got Easier

Jamstack developers face the challenge of integrating graph databases into their Netlify-hosted...

Learn More 0 0Dec 30 '24

Thoughts on migrating from Netlify to Cloudflare Pages

For the past few years, I’ve hosted my blog and other small websites on Netlify. Recently, I came...

Learn More 0 0Jul 12

How to Use Arcjet in Netlify Edge Functions

Table of Contents Introduction Prerequisites Setup and Installation Basic...

Learn More 0 0May 25

Going Serverless – Front-End Meets AWS Lambda

Learn how to use AWS Lambda to handle backend logic without setting up a full server, perfect for simple tasks from your frontend app.

Learn More 0 0Jul 14

Going Serverless Part 2 – Building a REST API with No Servers

A tutorial on using serverless functions to build a simple REST API without managing backend infrastructure.

Learn More 0 0Jul 14

How to Schedule Cron Jobs in a Netlify Serverless Function (For Free)

Netlify doesn’t support traditional cron jobs out of the box, but you can still schedule background...

Learn More 0 0Apr 22