Case Sensitivity vs Case Insensitivity
February 1st, 2023 | 3 mins read
Case sensitivity is a term you will find a lot in programming languages or tech. I explained what this means and how it applies to languages in this a...
#programming
February 1st, 2023 | 3 mins read
Case sensitivity is a term you will find a lot in programming languages or tech. I explained what this means and how it applies to languages in this a...
#programming
December 23rd, 2022 | 6 mins read
I created a lot of contents this year, on different platforms in different forms. This is a recap of my content creation journey in 2022
#content
December 23rd, 2022 | 4 mins read
As a content creator across different platforms, repurposing the contents I create has improved my process a lot
#content
December 22nd, 2022 | 11 mins read
My 2022 was in a different country than 2021. I share a review in this piece covering different moments of my life
#general#life
November 22nd, 2022 | 3 mins read
The spread operator allows you to spread an iterable collection into another collection and can be useful for various cases. Learn more in this articl...
#javascript
November 22nd, 2022 | 2 mins read
The array concat method allows you to concatenate values of an array with new values, to form a new array. Learn more in this article
#javascript
October 7th, 2022 | 3 mins read
Recursion is a concept in programming where a function calls itself as long as a condition is true. Using recursion, you can implement number factoria...
#javascript
August 25th, 2022 | 2 mins read
Pseudo classes and Pseudo elements are types of selectors used in CSS for styling elements in different states or different parts of the element. So w...
#css
August 25th, 2022 | 1 min read
CSS has many pseudo elements which you can use to style different parts of an element. One of these pseudo elements is `::selection` which we will be ...
#css
July 26th, 2022 | 1 min read
Here is how to easily check the internet connection status in the browser using JavaScript
#javascript
Articles written with ❤ by
Dillion Megida