Delete outdated branches with the prune git option
April 18th, 2021 | 2 mins read
The prune option in git allows you to delete local branches with deleted remote references. In this article, we'll learn how to use it.
#git
April 18th, 2021 | 2 mins read
The prune option in git allows you to delete local branches with deleted remote references. In this article, we'll learn how to use it.
#git
April 17th, 2021 | 5 mins read
I converted my Gatsby blog from JavaScript to TypeScript, and in this article, I shared the process and solutions to errors that occurred.
#gatsby#typescript
March 7th, 2021 | 11 mins read
In this article, we'll create a source plugin for fetching Hashnode posts into our Gatsby application.
#gatsby
December 31st, 2020 | 4 mins read
2020 turned out better than 2019! Had quite some career and personal wins.
#general#life
June 25th, 2020 | 7 mins read
Render Props is an amazing concept used in React to share code and functionality between components. In this article, we'll learn why and how to use i...
#react
June 4th, 2020 | 6 mins read
Guess who is using angular now...me! In this post, I share my first experience with it, why I think it's easy to learn and why I'd like to learn it mo...
#angular#typescript
May 16th, 2020 | 7 mins read
JavaScript is a prototype-based object-oriented language where objects act as prototypes ontop which other objects are built. This allows objects to i...
#javascript#objects
May 7th, 2020 | 9 mins read
react-helmet can be used to update meta tags automatically but this requires the browser to run the codes in the component. In this article, we'll lea...
#nodejs#seo#react
May 3rd, 2020 | 3 mins read
JavaScript uses browser APIs to perform some operations on the web. Without these APIs, Javascript cannot do what many people think it can. In these a...
#javascript
April 17th, 2020 | 6 mins read
Middleware is a popular concept in Express in which some activities are carried out in the middle or before a next function is called. These activitie...
#nodejs#express
Articles written with ❤ by
Dillion Megida