Michael Etokakpan
Michael Tech Blog

Michael Tech Blog

Follow
Follow
homebadgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Using WebSocket to build a Real-time Cryptocurrency Tracker

Mar 15, 20234 min read

A Practical guide on Building Applications with the WebSocket API · In building web applications, the underlying communication architecture plays a vital...

Using WebSocket to build a Real-time Cryptocurrency Tracker

How to Create an NFT Token

Feb 27, 20235 min read

Deploying an NFT Smart Contract on Ethereum · NFT(Non-Fungible Tokens) are tokens used to represent digital assets with inherent properties that are...

How to Create an NFT Token

Deploying a custom-created cryptocurrency on the Ethereum network.

Feb 11, 20234 min read

Creating and Deploying an ERC20 Token · The advent of web3 has brought with it an ability to design tokens that act as a store of value or as virtual...

Deploying a custom-created cryptocurrency on the Ethereum network.

2023 Writing Commitment

Jan 16, 20231 min read

2023! it's a new year that promises to be a really great one. There are technologies to master, products to build, etc. I believe there is also a...

2023 Writing Commitment

Solidity Variables

Jan 12, 20231 min read

Solidity is a statically typed language, which means that the type of each variable (state and local) needs to be specified. There are 3 types of...

Solidity Variables

Data types in Solidity

Jan 12, 20232 min read

Here we introduce you to some primitive data types available in Solidity. boolean The possible values are constants true and false uintint / uint:...

Data types in Solidity