What does Staged Changes mean in Git?
March 19th, 2023 | 3 mins read
Staged changes is a concept you would hear a lot in Git. In this article, I explain what this term means and how it works with Git
#git
March 19th, 2023 | 3 mins read
Staged changes is a concept you would hear a lot in Git. In this article, I explain what this term means and how it works with Git
#git
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 | 4 mins read
As a content creator across different platforms, repurposing the contents I create has improved my process a lot
#content
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 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 | 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
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
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
Articles written with ❤ by
Dillion Megida
Learn more about this simplified course I'm working on 😊