Azure Function 🚀 is Microsoft faas (function as a service) offering. Where you can build apps without worrying about server and infrastructure that scale to meet demands. You can use your choice of programming language. Let's get started... Pre-req...
What the heck is React? React is yet another JavaScript library for building user interfaces developed by Facebook. React is open source and maintained by Facebook, Instagram and JavaScript community. React is so popular because it's component based,...
Visual Studio Code is an open source cross-platform code editor developed by Microsoft which runs on Windows, Mac, and Linux. Top Features: Cross-platform runs everywhere Free and Open Source Very Lightweight (Believe me it's fast ⚡) Supports many ...
Just admit one thing we all love free stuff 😉 isn't it will be cool if I tell you Microsoft provide the whole bunch of free services and tools with its Visual Studio Dev Essentials Program.So, let's dive into it, shall we? Prerequisites: Microsoft...
What is git? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Basic Commands: Initialize local git repository> git init check files to comm...