blogs.devmanas.inBuilding Big with Less: Rails and the Power of Monolithic ArchitectureYou Have an Idea. Now What? You've got a brilliant idea. You've gathered your friends - maybe 10-20 people who can code. Everyone's excited, the energy is incredible, and you're ready to build something amazing. Then someone asks: "How should we actu...Dec 18, 2025·8 min read
blogs.devmanas.inWill AI Take Your Job Before You Even Get One? Here’s the Truth.First, a Quick Reality Check Before getting into the story, let me remind you of something.When computers first became a thing, people were scared. They thought it would take away all the jobs. And yes, it did replace some—like the clerk who used onl...May 12, 2025·6 min read
blogs.devmanas.inUnderstanding JavaScript Prototypes: A Deep Dive into Class FunctionalityIntroduction: Everything in JavaScript is an Object You might be surprised by this subtitle, but it’s true: in JavaScript, everything is an object—either directly an object or it inherits from Object. After learning some jargon like __proto__, protot...Apr 13, 2025·4 min read