.Djibril MUG

telescope

Welecome 👋🏿 to my
blog 😇

Welcome to my tech blog—a place where I share my technical journey, from coding tips and cryptography insights to blockchain basics. Here, you’ll find practical knowledge and lessons learned from real projects and experiments. Dive in, explore, and join me in uncovering new ideas and solutions! I hope my experiences help you grow and tackle your own challenges.

avatar

Djibril Mug

16 Nov 2024

Solidity: upgradable smart contracts explained.

Solidity: upgradable smart contracts explained.

Introduction Smart contracts are awesome🤩 and we all love them. What makes them more...

avatar

Djibril Mug

5 Nov 2024

5 min read

Demystifying ABI Encoding in solidity

cryptocurrency

ethereum

web3

blockchain

Demystifying ABI Encoding in solidity

introduction ABI encoding is the standard way used in the Ethereum ecosystem to communicate and...

avatar

Djibril Mug

23 Oct 2024

4 min read

Understanding HD(Hierarchical deterministic) wallet

cryptocurrency

ethereum

bitcoin

web3

Understanding HD(Hierarchical deterministic) wallet

An HD (Hierarchical deterministic) wallet is a type of wallet that generates child keys from a single...

avatar

Djibril Mug

15 Aug 2024

3 min read

Build your first chrome extension (Part 1)

chrome

javascript

extensions

Build your first chrome extension (Part 1)

Welcome to this series of articles where you learn how to build Chrome extensions by building a...

avatar

Djibril Mug

6 Nov 2023

4 min read

Build your first chrome extension (Part 2)

chrome

javascript

manifest3

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

avatar

Djibril Mug

6 Nov 2023

6 min read

Build your first Chrome extension (Part 3 - End)

browser

web

manifest3

webdev

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

avatar

Djibril Mug

6 Nov 2023

2 min read

React state management with Zustand🐻

zustand

react

React state management with Zustand🐻

With all the state management libraries that we currently have, deciding what to use for your next...

avatar

Djibril Mug

8 Aug 2023

7 min read

React custom hooks for everyone🪝

beginners

react

javascript

webdev

React custom hooks for everyone🪝

Maintaining react components that contain too much logic has never been easy, thanks to react custom...

avatar

Djibril Mug

13 Jul 2023

4 min read

Edit and preview Markdown in react.js

react

beginners

javascript

vite

Edit and preview Markdown in react.js

Introduction For programmers, we all know that markdown is among the best ways for presenting...

avatar

Djibril Mug

22 Apr 2023

3 min read

DALL-E with node.js

nodej

beginners

javascript

webdev

DALL-E with node.js

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

avatar

Djibril Mug

18 Mar 2023

4 min read

Middleware in nest.js

typescript

beginners

node

Middleware in nest.js

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

avatar

Djibril Mug

11 Mar 2023

4 min read