Jan 20 · 2 min read · The way we build software has changed. We are officially in the era of "Vibe Coding." I can open Cursor, describe a feature, and see it implemented in minutes. The feedback loop is almost instantaneous. But here is the irony: We ship code in seconds,...
Join discussionJan 7 · 2 min read · I Went Looking for Free Hosting… and Accidentally Discovered Vercel’s Secret Python Powers This entire story starts with something extremely relatable:Me and a friend complaining about how we always forget to water our plants.Like clockwork.Every pla...
Join discussion
Aug 26, 2025 · 4 min read · Introduction Finding the right spot for a restaurant can make or break the business. Foot traffic, competition, audience demographics, and local spending habits all play a role — but manually analyzing these factors is time-consuming and error-prone....
Join discussionJul 26, 2025 · 6 min read · Intro While exploring some cool tech I came across Coolify. It’s basically a self-hosted version of Vercel, an open-source deployment tool that gives you full control. No limits, no paid plans, just full power. Earlier, my setup was like this: My po...
Join discussion
May 31, 2025 · 7 min read · Hosting Your Vercel Project on a Plesk Server While Vercel provides an excellent platform for deploying and hosting web applications, you might need to host your Vercel project on a different server, such as a Plesk server. This could be due to speci...
Join discussion
Apr 9, 2025 · 4 min read · In today's digital era, having a personal portfolio is more important than ever. It showcases your skills, projects, and personal brand in the best way possible. Recently, I built and deployed my own portfolio using Next.js and Tailwind CSS, two powe...
Join discussion
Mar 14, 2025 · 4 min read · Have you ever faced issues with Vercel not automatically deploying changes when a team member pushes code to the main branch? If so, you’re not alone. Vercel, by default, only triggers deployments when the repository owner pushes changes. This can be...
Join discussion
Dec 31, 2024 · 3 min read · So you are at the point in your project where you have successfully deployed your backend app to a server like EC2 and have nginx as a reverse proxy or you have configured your nginx to serve the static frontend files so that going to an ip like http...
Join discussionSep 15, 2024 · 3 min read · Deploying your React app can seem difficult, but with the help of right tools and steps, it’s a comes to easy! In this guide, we’ll walk through deploying your React application on GitHub and then connecting it with Vercel. Let’s get started! Part #1...
Join discussion