MMaxinpkgmax.hashnode.dev·20h ago · 9 min readIf AI Can Code, Why Am I Still Learning Software Engineering?There is a lot of fear around AI and software development. People talk about AI taking developers' jobs, AI making programming irrelevant, and how there is no longer a reason to spend years learning h00
MMaxinpkgmax.hashnode.dev·2d ago · 18 min readRunning Docker on an Older Intel Mac Without Docker Desktop: My Lima + QEMU + Ubuntu SetupI wanted to learn Docker properly. Not just how to type docker run, but how images, containers, volumes, networks, Dockerfiles, Compose, and the Docker Engine actually fit together. There was one prob00
MMaxinpkgmax.hashnode.dev·May 15 · 13 min readHow I Moved a Live Next.js App from Vercel to My VPS Without Taking the Backend DownI had a VPS already running my backend, but my Next.js frontend was still sitting on Vercel. I decided to move it to the same server, keep the backend running throughout the migration, and move DNS to00