Hello, hello! 😮💨 How the month has flown by! I have not had the time to write anything but that does...
👋 It's a me! Ma-... Just kidding, Mario is a plumber, not a Software Developer... right? ...
Helloooo everyone! 👋 It has been a while since I last posted, I have been rather busy the past 2...
Hey all! 👋 JavaScript ES6 has an awesome feature called destructuring assignment. Let's talk about it...
Hello everyone! 👋 Let's talk about hoisting in JS. What is Hoisting in JavaScript? The...
Hey all 👋 I have been learning a lot about backend development and creating APIs with NodeJS, Express...
What is the Conditional Operator? The Conditional Operator is sometimes called the Ternary...
Hey everyone 👋 I recently finished the freeCodeCamp "Backend Development and APIs", if you are...
Hello there! Bonjour! Hej! こんいちは !👋 Today, I want to talk about when I learnt about for...of and...
Hey 👋, hope y'all are well! Lets talk about Map in JavaScript! Map 🗺️ Map in JavaScript...
I am currently partaking in the #100DaysOfCode challenge, and everyday I try to solve one Data...
Hey everyone 👋 Let's talk about Event Handling in JavaScript. Table of...
Hey all 😃, I hope you are doing well. Today, I want to talk about using Semantic HTML in your markup...
Hey everyone 👋, today I want to share with you one (of many) thing that I did which made CSS clicked...
Hello everyone, today, I want to share with you a CSS property called position, I remember when I...
It's time for Flexbox part 2, today we will cover the properties of the Flex Items and how we can use...
Hello everyone! 👋 Last time I wrote about Grid Box layout, so I will write about Flexbox layout and I...
All great things come in 3 parts... right? Probably not 😁. Anyway, hey everyone, I wanted to finish...
If you haven't read Part 1 yet, I recommend that you start there 😃. Last time, we discussed some...
There are various CSS frameworks out there, which makes styling your website easier, it is still...
Today I will write about two JS array methods that sound very similar, and they do similar things to...
👋 Hey, wa'SUPP everyone, it's me again! I learned how to add emoji in my post, now I need to learn...
Today, I will tell you about .some() and .every(). Double knowledge. I don't use these as often as...
Array.prototype.filter() I am back again writing about another useful and very common...
Array.prototype.map() When you start learning JavasScript (JS) pretty soon you will run...