My articles published on dev.to
Published . Nov 6 '23
Build your first chrome extension (Part 1)
Welcome to this series of articles where you learn how to build Chrome extensions by building a...
Published . Nov 6 '23
Build your first chrome extension (Part 2)
Here we go again, I published the first episode on how to create a basic popup page for our project...
Published . Nov 6 '23
Build your first Chrome extension (Part 3 - End)
Yeah, it's me again, in this last episode we are adding the remaining functionalities to our...
Published . Aug 8 '23
React state management with Zustand🐻
With all the state management libraries that we currently have, deciding what to use for your next...
Published . Jul 13 '23
React custom hooks for everyone🪝
Maintaining react components that contain too much logic has never been easy, thanks to react custom...
Published . Apr 22 '23
Edit and preview Markdown in react.js
Introduction For programmers, we all know that markdown is among the best ways for presenting...