May 18, 2021Docker For BeginnersDocker, represented by a logo with a friendly looking whale, is an open source project that facilitates deployment of applications inside of software containers. Its basic functionality is enabled by resource isolation features of the Linux kernel, but it provides a user-friendly API on top of it. The first version…3 min read3 min read
May 2, 2021React JS for BeginnersReact is a front-end library developed by Facebook. It is used for handling the view layer for web and mobile apps. ReactJS allows us to create reusable UI components. It is currently one of the most popular JavaScript libraries and has a strong foundation and large community behind it. Is React JS a Library or a Framework? This…7 min read7 min read
Mar 19, 2021Learning About Node.js For BeginnersWhat is Node.js? Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! It runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.). …3 min read3 min read
Mar 2, 2021Getting To Know About Version ControlThe importance of version control systems for tracking changes cannot be overstated, and companies should choose the one that best suits their needs. Version control, also known as source control or source code manager, is the practice of tracking and managing alternations to software code. …4 min read4 min read
Feb 26, 2021SOLID Principles in Software DevelopmentSOLID is a mnemonic acronyms which are used in OOP when developing the Software tools. It was first introduced in 2000 by an American Software Engineer named as Robert Cecil Martin (called as “Uncle Bob”). The broad goal of the SOLID principles is to reduce dependencies so that engineers change…6 min read6 min read