My articles published on dev.to

Build your first chrome extension (Part 1)

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...

chromejavascriptextensions
Build your first chrome extension (Part 2)

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...

chromejavascriptmanifest3
Build your first Chrome extension (Part 3 - End)

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...

browserwebmanifest3webdev
React state management with Zustand🐻

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...

zustandreact
React custom hooks for everyone🪝

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...

beginnersreactjavascriptwebdev
Edit and preview Markdown in react.js

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...

reactbeginnersjavascriptvite
DALL-E with node.js

Published . Mar 18 '23

DALL-E with node.js

Introduction over the last few years, we have seen how machine learning and artificial intelligence...

nodejbeginnersjavascriptwebdev
Middleware in nest.js

Published . Mar 11 '23

Middleware in nest.js

Before writing any line of code let's first define a middleware function in nest.js, a middleware...

typescriptbeginnersnode