smik.hashnode.devWhy I switched to Prisma- and why you should too as a developerWhat is Prisma? Prisma is a type-safe ORM that acts as a middleware between your database and application. Prisma not only eliminates manual query writing (where you might have full control but face issues like manual connection handling, repetitive ...Jan 28·6 min read
smik.hashnode.devMaster Docker: Networks, Volumes, DockerHub, and Container Builds ExplainedWhat is Docker? Docker is a container based application that let’s you build, test, and run your application in an isolated environment. It helps you get rid of “it works on my machine” problem. Why not use VM? Talking about isolating, you might thin...Oct 17, 2024·7 min read
smik.hashnode.devWhat is DevOps? Why everyone talks about it?As demand for technology is rising day by day, faster and reliable product delivery is necessary. DevOps helps to address these problems with CI/CD pipeline, collaborating teams, IaC, to deliver reliable and quality products. What is DevOps? DevOps i...Aug 11, 2024·5 min read
smik.hashnode.devLearn MongoDB: A Beginner Focused ApproachDownload Link for MongoDB: MongoDB Community Edition What kind of Database is it? Databases can be categorized based on how they store and manage data. Unlike traditional databases like MySQL, which use a table format to store data, MongoDB uses a di...May 13, 2024·8 min read