Writing on code, software design, and NFT's.

All of my long-form thoughts on programming, my journey as an NFT collector and web3 enthusiast

Introduction to Solidity : Inheritance

Let’s take a look at inheritance and others concepts like polymorphism functions overriding and modifiers overriding.

Introduction to Solidity : Expressions and Control Structures

In this blog post, we will dive into Solidity expressions and control structures. We will explore how to make functions calls (internal and external ones), and how to use control structures like if statements and loops to control the flow of our programs.

Introduction to Solidity : Value Types

This is the second article of the series "Introduction to Solidity". In this article we will see the different value types of Solidity.

Introduction to Delegate Cash

Like the title says in this blog we are going to discover Delegate Cash, what it is and how to use it.

Introducing NW3

A presentation of NW3 (Next Web 3) the boilerplate to quickly build web3 application.

Introduction to Sign-in with Ethereum

An introduction to Sign-in with Ethereum, a new way to sign in to your favorite websites using your Ethereum wallet.

How to handle networks in your app

Discover how to handle Eth networks in your app, and check that user is connected to the right network.

Get the tokens balances of a wallet

Let's see how to get the balance of differents tokens of a wallet on client side and server side

Connect a wallet to a react app

Learn how to connect a wallet to a react app to be able to interact with the blockchain later

Introduction

The introduction of a series of posts I will write during the month of February 2023