How to create an upgradeable smart contract in Celo
  25 min read ☕

This guide explains everything you need to know about upgradeable smart contracts.

Flutter & Celo - Easily build Flutter Mobile dApps
  10 min read ☕

Celo Composer now supports Flutter 🎉. Quickly develop mobile apps on Celo.

How to create an on-chain NFT game
  60 min read ☕

In this tutorial, we will learn how to create an NFT game with a Solidity smart contract deployed on Avalanche Network and a NextJS front-end to interact with the game.

Build a Funding DAO on Polygon
  20 min read ☕

Create a Funding DAO, where people can use MATIC tokens to become either a Member or Stakeholder in the DAO and fund proposals they vote on.

Create a donation dApp on Polygon
  20 min read ☕

Learn how to create a donation dApp on Polygon to award your favorite content creator with MATIC tokens

Create a To-Do dApp with Flutter
  20 min read ☕

Learn how to create a universal To-Do dApp with the Flutter framework and deploy it on Polygon.

How to create a Polymarket clone on Polygon
  45 min read ☕

Learn how to make your own Polymarket clone

Create a Peer to Peer payment dApp, Part 2
  30 min read ☕

Part two of a two-part tutorial that explains how to create a P2P payment dApp on Polygon

Create a Peer to Peer payment dApp, Part 1
  30 min read ☕

Part one of a two-part tutorial that explains how to create a P2P payment dApp on Polygon

Understanding Layouts with CSS Grid
  15 min read ☕

It was difficult back in old times to create Holy Grail Layout, but not anymore, using CSS Grid.

Hosting Flutter web like a Pro on AWS EC2
  10 min read ☕

The correct way to host a Flutter web project using Nginx in AWS EC2. Fast and Fun way to deploy sites.

Getting started with weird parts of VIM - Part 2
  7 min read ☕

If you are new to VIM, you might want to read my previous post on VIM. This is the 2nd part of the five-part series on VIM.

VIM is tough, or is it??? [Part 1]
  7 min read ☕

In the past, I am stuck with this idea of making more with less, refactoring the line of code in the most efficient way possible.

Django REST Framework and JWT Authentication
  15 min read ☕

How to create a Django REST API? How to structure a Django project with React? (Django 3)

Why my blog is not on Medium
  5 min read ☕

Medium is a Platform that doesn't get you repuration and views - quality and uniqueness of your content does.

Django and ReactJS – A Match Made in Heaven
  15 min read ☕

How to create a Django REST API? Here"s a practical introduction to Django REST with React. (Django 3)

Be anonymous, create your own proxy server with AWS EC2
  7 min read ☕

A guide for setting up your own DNS server using AWS.

Git It! All you need to know about Git and GitHub
  8 min read ☕

You must have heard the term git and GitHub, or maybe you have been using it for a while but it still seems confusing?