Feb 19, 2021Setting up SSH for multiple GIT AccountsA quick guide through SSH key GIT. What is a SSH key and why use it? When working with GitHub we often need to identify ourselves by providing the username and password. An SSH key is an alternative this authentication. By using SSH key we often doesn’t new to verify…Git3 min read
Published in Analytics Vidhya·Jul 19, 2020Basic Git Commands you must know.Git basics In the present day, git is a name that we hear frequently. As a tech person, it will be a big lack if you have no idea about git. So let’s get to know some mostly used git commands. To get a start, let’s first get to know…Git7 min read
Published in Analytics Vidhya·Jun 10, 2020What is Serverless Computing?A Beginners Guide How Serverless computing emerged? In the early stages when developing a web application, the developers had to use their own physical hardware to run a server. This was very troublesome and cost a lot. Also, only the people with that requirement could develop a web application. But…Serverless4 min read
Published in Analytics Vidhya·May 31, 2020S.O.L.I.D Principles in Object-Oriented DesigningS.O.L.I.D is an acronym that defines the first five principles of object-oriented designing. This was introduced by Robert C. Martin. These five principles define how to design a software solution that matches the coding standards and how to avoid bad design practices. Let’s further look into these principles with simple…Solid Principles8 min read
Published in LinkIT·May 21, 2020Introduction to Machine LearningA beginner’s guide to ML — Machine Learning is a very familiar word in the world of technology. It is one of the most interesting subfields of computer science. But to a beginner, this word will not mean so much. So to begin the journey of Machine Learning(ML) let’s first get to know what is ML…Machine Learning6 min read