ARAman Rajinblogs.amanraj.me·Jun 18 · 12 min readHow to Run Open-Source AI Models Locally for Free on Mac and WindowsToday, you do not need to pay for an AI API just to test AI models. You can run many open-source or open-weight AI models directly on your own laptop or PC. This means the model runs on your machine, 00
ARAman Rajinblogs.amanraj.me·Jun 17 · 7 min readDeploying Qwen3 235B on JarvisLabs with vLLM This guide explains how to deploy Qwen3 235B on JarvisLabs and expose it as an OpenAI-compatible API endpoint. We will deploy this model: Qwen/Qwen3-235B-A22B-Instruct-2507-FP8 We will serve it with 00
ARAman Rajinblogs.amanraj.me·Apr 5 · 7 min readStop Committing Your .env Files: The Global Gitignore Hack Every Developer ForgetsOkay, real talk. How many times have you cloned a fresh repo, opened it in VS Code, started hacking away, only to realize—crap—you just committed your .env file with your database password in plaintex00
ARAman Rajinblogs.amanraj.me·Mar 14 · 4 min readthe unsexy habits that actually get you hiredi've spent time around people who got placed at good companies. not because they got lucky. not because they had some secret. just patterns. you hang out with enough people who got the same outcome an00
ARAman Rajinblogs.amanraj.me·Mar 11 · 6 min readCloudflare just made web crawling stupidly simpleSo Cloudflare dropped something quietly interesting yesterday — a new /crawl endpoint for their Browser Rendering service. And I think it's worth understanding what's actually happening here, because 00