PinnedFrameworks: Making our work easier!Ever wondered why life ought to be so hard ⚙️for developers? Hundreds of lines of code, debugging, testing, etc; always troubling us 😵💫. We never get any time to you know, Relax! So one charming day, the computer gods 👑 up above decided to change...May 10, 2022·2 min read·21
GitHub Desktop: The interactive GitFocus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow. Well hello everyone, welcome back! In this blog I am going to going over GitHub Desktop, a simple ...Dec 13, 2021·1 min read·40
CSS Generators: Make your website engagingHello everyone :) Welcome back to another blog, where I will be talking about CSS generators. For those of you who don't know what CSS generators are, they are applications that generate CSS code for us and help us visualize how our website is going...Nov 2, 2021·1 min read·87
CSS Overview: A must use Chrome ToolHello everyone :) Welcome back to another blog, where I will be discussing about a Dev Tool in-built in chrome which will be of tremendous help... Has there ever been a time when you are just surfing🔎 through the web and stumble upon a website with ...Oct 2, 2021·1 min read·67
Python (Iteration and Loops)Ever felt tired or even bored while doing a task again and again ?Well it is a similar feeling for the compiler 💻 when you are a executing the same block of code repeatedly. "I feel exhausted, my memory running low...it's not a good feeling" - comp...Sep 14, 2021·2 min read·64
Python (Primary Commands)Is python hard ? No, not at all. You just need to know where to ask print("Help"). Today, we are going to learn some basic python commands which are going to help you start your Python 🐍 journey Print() The print command is used to output text to th...Aug 6, 2021·1 min read·86
Python Installation (VS Code)Want to use Python with one of the best IDE , but don't want to read long documentations which make your mind befuddled ? Let's just go through some simple steps to setup 🐍 Python Download In programming the first step is to download the software...Aug 3, 2021·2 min read·130