VAVineet Agarwalinvineetagarwal.hashnode.dev·May 4, 2024 · 7 min readHow to host your Nodejs App in k8's cluster ?Alright, so you're diving into the Kubernetes pool, huh? Time to toss your Node.js app into a pod and see if it can swim with the big fish! Don't worry if you feel like a clueless penguin on an iceberg – we'll figure it out together. Let's sprinkle s...02TC
VAVineet Agarwalinvineetagarwal.hashnode.dev·Jan 20, 2024 · 3 min readThe OrganLinkYou might be thinking what is OrganLink ? ,Wondering what the buzz is about OrganLink? Imagine this: you're in a tight spot, urgently needing intel on the availability of a vital organ in your hometown. Do you really want to rely on the hit-or-miss w...00
VAVineet Agarwalinvineetagarwal.hashnode.dev·Jan 15, 2024 · 2 min readKwoc 2023What is KWOC ? Kharagpur Winter of Code(KWoC) is a 5-week long online program for students who are new to open-source software development. This program aims to introduce students to open source and also helps them prepare for leading open-source pro...00
VAVineet Agarwalinvineetagarwal.hashnode.dev·Jan 10, 2024 · 3 min readRight way to learn ReactjsWhen I began learning React, I took a very novice approach by simply searching for a lengthy React course on YouTube and diving into it. However, I strongly advise against this method. While the instructors were great, they covered a lot of topics, y...01TN
VAVineet Agarwalinvineetagarwal.hashnode.dev·Nov 16, 2023 · 3 min readContainerize your react app easilyBrief about Docker Docker is a popular platform used for containerization, enabling developers to build, package, and deploy applications and their dependencies in a consistent and portable manner across various environments. It uses containerization...00