#programming
Read more stories on Hashnode
Articles with this tag
Understand two of the most useful JavaScript features · Ecmascript has introduced the rest and spread operators a few years ago. It is a powerful tool...
A tutorial on how to load GitHub Gists from inside markdown pages of a NextJS blog · Introduction All my blog posts are available on my personal website....
The things that changed for me switching when from web applications to native applications · I’ve recently started working on an Android application, and...
Based on my experience acquired building several big projects · When we first develop a React app, we can just put every component in a folder and it...
Using the Redux DevTools extension · Some time ago, I shared how I dropped Redux for the Context API when I’m creating a React application. The post got...
Implement custom logic without having to create an app to perform a task · I recently got access to GitHub Actions and I decided to test it with a simple...