Key Learnings from the AWS Skill Builder CourseAs the demand for cloud computing continues to grow, it has become crucial for IT professionals to stay up-to-date with the latest technologies and best practices. Amazon Web Services (AWS) offers a variety of training programs to help individuals en...Jul 10, 2023·3 min read
Getting started with Git and GitHub as a BeginnerCreate Your First Repository on GitHub I have seen a lot of people facing problems using Git and GitHub properly😢, with the help of this guide most of your problems will be sorted🙂. Why you should learn Git and GitHub 😕? Before starting you should...Jan 22, 2023·4 min read
MLH Fellowship: My Interview Experience after 2 rejectionsA little description about what is the MLH prep program. The MLH Fellowship Prep Program is a 3-week preparation program for aspiring technologists who are interested in experiencing the fellowship before committing to the full 12-weeks. You’ll buil...Jan 22, 2023·5 min read
What are GoRoutines in GoLang?GoRoutines are one of the most unique and most used features of Golang. Goroutines are used to process concurrent tasks. A goroutine is simply a lightweight execution thread and a function that executes concurrently with the rest of the program. The ...Jan 15, 2023·5 min read
How to write a Proposal for Google Summer of Code 2023?Post (4/5) on Google Summer of Code (Long Post) Let's talk about Proposal writing for Google Summer of Code what is a proposal? As per the definition, it is "a plan or suggestion, especially a formal or written one, put forward for consideration by o...Jan 14, 2023·2 min read
Everything you need to know about Google Summer of Code (GSoC) 2023GSoC post part 1Jan 12, 2023·3 min read
Docker and Docker Containers ExplainedLet's first start with Docker Docker is a powerful tool for building, distributing, and running applications in containers. To get started with Docker, you'll first need to install it on your machine. You can find installation instructions for Docke...Jan 8, 2023·2 min read