238 followers
Front End Web Developer 👨💻
Learning CSS can be a frustrating experience when starting out, at least it was for me. I have some trouble remembering things, especially when it comes to CSS layout techniques. In this article, I have collected some free CSS games which I found gen...
Introduction to Markdown Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber and Aaron Swartz. Markdown is often used for formatting readme files, for writing messages in online discussion foru...
HTML (Hyper Text Markup Language) is used to design web pages using a combination of Hypertext and Markup language. In this post, we're going to take a look at some cool stuff that can be done using HTML. Let's look at some of the html tags, you mig...
A reflection on my August 2020 of what I have done and achieved. New articles 📰 I wrote 6 articles over the months of August 🔥🔥 Best Github Repositories for Developers Resources for Frontend Developers How to make your First Open-Source Contrib...
I've been involved in discussions related to FOMO in a discord server. So, In this article, I want to share some of my thoughts on the same. I've not completely written the article & I'll keep adding things when they come to my head 🌱 Let's Start 🏁...
If you are contributing to a project on a regular basis, you would run across a very common issue, that is your fork might get outdated to the original repository. In this article, we will be looking at how to update your fork with the changes made i...