Writing

Field notes on frontend, systems & teams.

FEATUREDBlockchain·4 min

Gas Optimization Techniques in Solidity: A Comprehensive Guide

Explore gas optimization techniques in Solidity for Ethereum smart contracts. Learn data type selection, control flow optimization, and function modifiers to enhance efficiency and reduce transaction costs.

Read article →
Gas Optimization Techniques in Solidity: A Comprehensive Guide
Mastering Solidity Data Types: A Guide for Aspiring Developers in Smart Contract Programming
Blockchain·2 min

Mastering Solidity Data Types: A Guide for Aspiring Developers in Smart Contract Programming

Explore Solidity data types in-depth, essential for aspiring developers in smart contract programming. Learn key concepts, practical examples, and the path to becoming a skilled Solidity developer.

Smart Contracts for Business: Revolutionizing Traditional Contracts
Blockchain·3 min

Smart Contracts for Business: Revolutionizing Traditional Contracts

Smart contracts are revolutionizing business transactions by automating and securing agreements, increasing efficiency and trust while reducing costs. Industries like supply chain, real estate, finance, and intellectual property are being transformed through the adoption of smart contracts.

Exploring Solidity Memory: Efficient Data Management in Smart Contracts
Blockchain·3 min

Exploring Solidity Memory: Efficient Data Management in Smart Contracts

Solidity is a programming language used to write smart contracts on the Ethereum blockchain. Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code.

Smart Contract Development: Choosing Between EVM and Truffle
Blockchain·3 min

Smart Contract Development: Choosing Between EVM and Truffle

EVM and Truffle are essential tools for Ethereum developers. EVM executes smart contracts, while Truffle simplifies development and deployment with testing capabilities and plugin extensibility.

The Benefits and Risks of Smart Contracts: What You Need to Know
Blockchain·3 min

The Benefits and Risks of Smart Contracts: What You Need to Know

Smart contracts are digital protocols that automatically execute the terms of an agreement between parties without requiring the intervention of intermediaries such as lawyers, notaries, or other third-party service providers.

The Pros and Cons of React, ViteJS, CRA, and NextJS for Web3 Development
Blockchain·2 min

The Pros and Cons of React, ViteJS, CRA, and NextJS for Web3 Development

I have been learning Web3 Development and was working on sample projects with React but faced some issues, so I switched to my current favourite framework NextJS and loved it.

Building Web3 Applications with NextJS, Solidity, and Truffle
Blockchain·6 min

Building Web3 Applications with NextJS, Solidity, and Truffle

Web3 development is becoming increasingly popular as more and more applications are being built on blockchain technology. In this blog post, we will explore how to build web3 applications with NextJS, Solidity, and Truffle.

The Synergy of AI and Blockchain: Smart Contracts, Fraud Detection, and Beyond
Blockchain·2 min

The Synergy of AI and Blockchain: Smart Contracts, Fraud Detection, and Beyond

Blockchain technology has rapidly evolved in recent years, and its integration with artificial intelligence (AI) has opened up even more possibilities for automation and enhanced security.

Understanding Solidity Gas: Essential Concepts for Efficient Smart Contract Development
Blockchain·3 min

Understanding Solidity Gas: Essential Concepts for Efficient Smart Contract Development

Solidity is a programming language used to write smart contracts on the Ethereum blockchain.