React and its fundamentalsReact is a very popular framework today, and rightfully so. Once you are comfortable with it, the experience of writing a web application becomes downright enjoyable. The community of React developers is vibrant. The pace of change in the framework i...Oct 14, 2022·4 min read
A Cheat Sheet for Git CommandsGit has gained popularity as the leading Version Control System in today’s digital world. While Git is flexible and easy to use, it can be hard to remember all its commands. This article ” Git Cheat Sheet” will serve as a quick reference guide to Git...Aug 1, 2022·5 min read
Getting Started With Markdown [Beginner’s Guide]Markdown has gained popularity because it's easy to use and it's widely accepted across platforms. You can use markdown to write content that can be conveyed in plain text. A good example would be a blog post. What is Markdown? Markdown is a simple l...Jul 23, 2022·2 min read
Positioning in CSSMost of the work we have done with CSS is fairly simple: changing fonts, colors, spacing, and borders. All of those changes are useful and necessary, but not the hard part of CSS. Things become more interesting when you start moving stuff around the ...Jul 19, 2022·4 min read
Everything you need to know about CSS Pseudo-elements!CSS is consistently evolving, and a few excellent and useful properties either go completely unnoticed or don't seem to be talked about the maximum amount as others for a few reasons or another. In this article, we’ll cover a fraction of the CSS prop...Jul 17, 2022·3 min read