Amit Kumarenlightenwithamit.hashnode.dev·Feb 17, 2025Deploying Sitecore XM Cloud & JSS Apps to Vercel with Azure DevOps Pipeline: A Step-by-Step GuideDeploying Sitecore XM Cloud or JSS (headless) applications to Vercel using Azure DevOps Pipelines is an efficient way to streamline your continuous integration and deployment processes. By leveraging the Vercel Deployment Extension and Vercel CLI, yo...65 reads2025
Deepak Modideepakmodi.hashnode.dev·Feb 12, 2025Building My Personal Portfolio Website with React and Tailwind CSSIntroduction Hello everyone! 🚀 I recently built and deployed my personal portfolio website, and I’m excited to share the journey with you. This portfolio is a reflection of my work, skills, and projects, crafted with modern web technologies like Rea...28 readsportfoliowebsite
Javed Ansariofcljaved.hashnode.dev·Jan 22, 2025Guide to Running Express.js Backend on VercelLet’s face it—who even uses JavaScript these days? TypeScript is the way to go for modern backend development. But deploying an Express.js backend with TypeScript on Vercel? That’s where things get tricky. In this guide, I’ll walk you through the com...92 readsExpress
Monalika Patnaikmonalika.hashnode.dev·Jan 15, 2025How to Build a Simple CRUD Application with Angular and Spring BootHi, here we create a basic CRUD todo app having frontend in Angular and backend on Springboot. and will also deploy our application on Vercel(for frontend) and Render(for backend). We’ll be using IntelliJ IDEA Community version 2024.1.4 for this proj...1 likeSpringboot
Awais Ahmadblog.itsahmadawais.com·Jan 14, 2025Fixing 404 Errors on Vercel: How to Deploy a TypeScript Express.js Node.js AppVercel is widely popular for deploying applications, and while it's quite simple to deploy frontend apps or basic Node.js applications, deploying backend apps with TypeScript and Express.js can be a bit tricky. During a recent deployment of a TypeScr...Deploy Typescript Express.js App
Forhad Hossaincodeforhad.hashnode.dev·Jan 12, 2025Fixing React App Dynamic Route Issues on VercelDeploying a React app on Vercel is straightforward, but dynamic routes often break when reloading the page or accessing them directly. Here's how to fix it. Why Does This Happen? React apps are single-page applications (SPAs). When you reload a dynam...React
Strngestrngeblogs.hashnode.dev·Jan 10, 2025Incremental Static Regeneration (ISR): A Deep DiveNext.js offers powerful rendering methods, one of which is Incremental Static Regeneration (ISR). This technique combines the performance benefits of static generation with the flexibility of server-side updates. In this guide, we'll explore how ISR ...Next.js
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Jan 9, 2025How to Deploy a React App on cPanel (e.g., Namecheap) and VercelDeploying your React app ensures that your application is accessible to users online. This guide will walk you through deploying your React app on both cPanel (commonly provided by hosting providers like Namecheap) and Vercel. By the end, your app wi...React
Mehdi Jaimehdijai.hashnode.dev·Jan 7, 2025Generate Dynamic image with NodeJSI've been working recently on a feature for my blog, which involves generating dynamic images for Open Graph (OG) images and fallback covers for my articles and pages. After a lot of effort, I finally got it to work. I've spent countless days, from ...node-canvas
Ramu Narasingathinkthroo.hashnode.dev·Jan 3, 2025Maintenance mode check in Next.js middleware.tsIn this article, we review the code related to maintenance mode check in Grida source code, but first we need to understand what a maintenance mode is in Vercel. Maintenance mode in Vercel I am quoting the documentation found in Maintenance Page Exa...Maintenance Mode