RSSAmplifier

Blog

Learned to Share

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

tanmaysarkar.hashnode.dev β†—RSS feed β†—13 posts

Latest posts

Embracing Microfrontends: A Smarter Way to Build Modern Web Applications

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...

Get Started with Low-code REST API Development using Syncloop

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...

The Ultimate Guide to Finding Your First Open Source Project and Issue as a Beginner

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...

Run GPT4ALL Locally and Build a Simple QnA Program

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...

Build a News Article Summarizer with OpenAI's GPT-3 and Langchain

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...

Binary Trees Explained: A Step-by-Step Tutorial

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...

Boost Website Speed: Quick Loading Techniques

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 ...

Get Free Swags as a beginner in Tech

Namaste Everyone, I'm back again on my track. These semester exams are a real pain 😩. By the way, focus on this me now, today I'll tell you the best ways of getting free swags from companies like MLH, DigitalOcean, Blockstack and more. So let us not...

Build Sudoku Solver Engine using Go

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...

Deploy your containerized Go Web Application

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...

Building a IMDB Web Scraper using Go

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...

Connect Database in your Go project with ease

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...

Beginners Guide to Argo CD

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 ...