Anupam
819 posts

Anupam
@anupamio
Building Codenaya - AI based vibecoding platform | 21 | CS Junior Year | WEB + GenAI / ML Dev

Introducing Zero The programming language for agents. I wanted a systems language that was faster, smaller, and easier for agents to use and repair. Explicit capabilities. JSON diagnostics. Typed safe fixes. Made for agents on day zero.

Learn with Youtube clone Chapter 1: Setting up The first thing everyone does when they start a project is environment setup.... for frontend its, usually: -> npx create-next-app@latest . -> npm i axios motion zustand for backend its, usually: -> npm i express prisma dotenv nodemon jsonwebtoken its all good for local, you npm run dev it... and enjoy running on local But, what if you want to deploy it for production over (server, cloud, render, railway, vps) etc... how do you pack them all together and upload it together, such that they work there like, they are working in your device.... (dear vibecoders, dont't say vercel handles it for me) (what are you even doing here, go to back to prompting, your ai must have responded by now.) Here, comes docker.... for newbies, think its a box, where you keep all you app files, dependencies, services together... and whenever you want to run it, you just plug the box in and taddaaaaaa!!! it works just like it worked in your local machine if (yk docker) goto nextpost else youtube.com/results?search… cout << "Thank you" << endl; return;








