meeruzairwashere.hashnode.devSetting Up a Node.js Web Application with Git Auto Deployment and Apache ProxyDeploying a Node.js application can be a complex task, but with a structured approach, it becomes manageable. This blog post outlines the complete setup of a Node.js application named YourProject, from installing dependencies to configuring Apache as...Jan 18, 2025·3 min read
meeruzairwashere.hashnode.devSolving the 'vite not found' Error Caused by Production Mode FlagsEver been stuck debugging a failed build, only to discover that it’s because your favorite tool—like Vite—was mysteriously “not found”? If you’ve encountered this frustration, chances are you were running your build with --production=true. Let me wal...Jan 11, 2025·4 min read
meeruzairwashere.hashnode.devThe Power of Proof of Work: How an Online Presence Got Me an Internship Offer (Without an Interview!)A couple of days back, something unexpected happened. I applied for an internship, and soon after, I received an email saying I'd been selected — without a single interview. I was shocked. My initial reaction was that it must be a scam, so I didn't r...Dec 7, 2024·2 min read
meeruzairwashere.hashnode.devKeeping Your Free Render.com Projects Alive with Node-Cron and Axios!Keeping Your Free Render.com Projects Alive with Node-Cron and Axios If you're using Render.com to host your hobby projects on the free tier, you might have noticed that your instance goes to sleep after 15 minutes of inactivity. This can be frustrat...Jun 27, 2024·2 min read
meeruzairwashere.hashnode.dev3 Easy Ways to Run Linux CLI on WindowsAre you a Windows user intrigued by the power and flexibility of Linux command-line interfaces (CLI)? Fortunately, you don't need to dual-boot or install a separate Linux distribution to harness its command-line capabilities. With the help of modern ...May 31, 2024·3 min read