I am a Computer Science and Engineering student, with a great passion for Development and Operations. I am using MERN for the development and learning DevOps in
In todayβs fast-paced world of web development, building large-scale applications can sometimes feel like trying to juggle a dozen different tasks at once. As your application grows, so does the complexity of your frontend, making it harder to develo...
Introduction ππ»ββοΈ Hey Champs, this is Tanmay again. And today's topic is a little different, in the sense We are coders but trying to embrace low-code tools also. It is not that we are trying to transition to this kind of tool but to increase prod...
Introduction ππ»ββοΈ Hey Devs, What's up? Today I'm back with another blog and it's mainly for beginners in Open Source. You might be trying to get involved in Open Source but you don't have any heads-up. For that reason, you should read it to the en...
Introduction ππ»ββοΈ Hey Guys, It's Tanmay here, and today I'll be talking about How you can run a smaller version of LLM on your machine directly, totally free of cost. As we all know, Using and building on top of LLMs is costlier. Some students and...
Introduction ππ»ββοΈ Hi Fellows, today is your special day as it is for me too. I learned more about AI, LLMs and Langchain framework. You may be thinking what are these terms? LLM stands for Large Language Model and Langchain is a framework to buil...
Introduction π§π½βπ» Welcome to the fascinating world of binary trees! If you're new to this topic or looking to reinforce your understanding, you're in the right place. In this tutorial, I'll take you on a step-by-step journey through the fundamenta...
Hey there! In our super speedy digital world, having a fast-loading website is essential for a thriving online business. Did you know that over half of users will leave a site if it takes more than three seconds to load? That's why it's so important ...
Introduction π€ We have been learning new topics with Go, and before getting into DevOps topics in our blogs, today letβs build a simple fun project and gear up your algorithms skills a little. As you know, Sudoku is a board game where there is 81 bo...
Welcome back fellows ππ» Today I am back with a new article on Go, but this is slightly in production side. Today we are going to deploy a simple containerized Go web app on Heroku. I am assuming, you are well aware about how web servers are created...
Welcome all to my homage π Hi fellows, I have been learning about web scrapers these days and saw there is no many articles on Go itself on Hashnode and building a scraper with it is far away. So I thought about let's build a simple cli tool which w...
Introduction Go is a statically typed, compiled programming language and useful for carrying out programming for scalable servers and large software systems. Golang programming language was built to fill in the gaps of C++ and Java that Google came a...
Before getting hands-on with Argo CD, we are going to discuss What Argo CD is, How it works, and What prerequisites you need. What is Argo CD ? Argo CD is a Kubernetes-native continuous deployment (CD) tool. Unlike external CD tools that only enable ...