Rhythm Rawatrhythmblogs.hashnode.dev·13 hours agoHow to Deploy Django on Vercel?Recently I consulted a client where I helped him deploy his django application on vercel successfully. So, I thought of documenting this process so as to help you deploy your django application on vercel for free. Step 1: Add a vercel.json Configurat...Django
RichGod Usenrichgodsblog.hashnode.dev·Dec 20, 2024Solution for 404 Not Found Error in Vercel DeploymentsIntroduction Deploying web applications can sometimes present unexpected challenges, especially when working with modern hosting platforms like Vercel. One common issue developers face is encountering a 404 error when refreshing pages in a single-pag...10 likesTech Journey ShenanigansSolution
Sky Walkerskyzstudio.hashnode.dev·Dec 17, 2024Vercel vs. Netlify: Choosing the Right Platform for Your Next Project 🚀In the world of web development, choosing the right hosting and deployment platform can significantly impact your project's success. Two of the most popular options are Vercel and Netlify. Both platforms offer a range of features designed to streamli...Vercel
Kundanblog.techlism.in·Dec 14, 2024Running Puppeteer Seamlessly in Serverless Platforms like VercelIt was this morning when I came to know that puppeteer in its current form doesn’t work out of the box in platforms like Vercel (or AWS-Lambda but I don’t have personal experience with that, just Vercel for now).As I needed to convert HTML to PDF usi...Vercel
saar twitocodingwithsaar.hashnode.dev·Dec 14, 2024Exploring Next.js: The Modern Framework for Building Web ApplicationsWhat is Next.js? Next.js has become one of the most popular frameworks for building web applications, and for good reason. Developed by Vercel, it combines the best features of React with powerful tools and conventions that make building complex web ...Next.js
Quantum Innovation Advisorshellahacks.hashnode.dev·Dec 9, 2024Hackathon #2 part 4Lets just say I don’t feel like sharing anymore because I am hella lost. This is the zone in which I have learned so much information and am stuck with so many bugs and not rested enough that I can’t reason out loud anymore. All I have left is muscle...ai sdk 4.0
Paridhi Agarwalparidhi.hashnode.dev·Dec 6, 2024I Ditched Vercel for a $5 Self-Hosted AlternativeDeploying Next.js projects to Vercel has been the easiest way to go but after listening to so many horror stories about Vercel's vague pricing and how users get overcharged for their simple apps, it made me wanna explore other options. That's when I ...10 likes·31 readsCloud
Salman Iyadsalmaniyad.hashnode.dev·Dec 3, 2024Exploring Next.js 15: A Powerful Leap Forward in Web DevelopmentWith the release of Next.js 15, Vercel has delivered one of the most significant upgrades to the framework. Next.js 15 comes packed with powerful features, improvements, and optimizations that streamline web development and enhance the performance of...1 likeNext.js MasteryNext.js
Mohammed Essaid MEZERREGdevmind.mohessaid.com·Nov 28, 2024How to Host Hugo in VercelI decided to go with Hugo to build my personal website. The only thing I based my choice on was the build time. I thought Hugo was in the same league as Astro when it comes to content management perks, but it isn't quite there yet. Or, I can say it h...20 likesHugo
Hamidreza Mahdavipanahhamidreza.tech·Nov 26, 2024Fast and Simple NestJS App Deployment on VercelThis guide is beneficial if you're using Express adapter. For NestJS applications utilizing the Fastify adapter, these links may be helpful: https://fastify.dev/docs/latest/Guides/Serverless/#vercel https://github.com/vercel/examples/tree/main/star...39 readsnestjs