Hey you, welcome to my corner of the internet, I'm a sucker for computer softwares and minimilist design. I do programming prostitution to pay my bills.
Create a staking protocol on Aptos for any coin.
| 6 minute read
Learn how to build a staking protocol on Aptos with any coin you want.
Read more ⟶
Working on Tiny Lang
| 1 minute read
I'm working on a simple toy programming language called tiny lang, that has syntax similar to TS and Rust.
Read more ⟶
Simple channels example in rust using tokio::sync::mpsc.
| 1 minute read
How to use tokio::sync::mpsc with a simple example.
Read more ⟶
Life changing VSCode tips.
| 2 minute read
How to optimize your VSCode for 10x productivity boost.
Read more ⟶
How to store state globally in Yew.
| 1 minute read
Using yewdux to make life easier.
Read more ⟶
Various ways to transfer NFTs on Aptos.
| 2 minute read
Diving a bit into NFT standard of Aptos and various ways to transfer NFTs on using it.
Read more ⟶
How to create on-chain SVG NFTs on Aptos.
| 7 minute read
In this article, I'll walk you through the process of making on-chain SVG NFTs on Aptos using Move lang.
Read more ⟶
How are accounts on Aptos generated.
| 1 minute read
Let's generate some Aptos accounts with python.
Read more ⟶
Generate pseudo random numbers in move on Aptos.
| 1 minute read
Use not so random for normal work.
Read more ⟶
Create a simple multisig in move lang.
| 3 minute read
Learn a bit of move by writing a simple multisig wallet.
Read more ⟶
Simple pattern to use resource account in move modules on Aptos
| 1 minute read
Today we'll see how to simply use resource account in your move modules.
Read more ⟶
Create a Coin on Aptos using Move.
| 8 minute read
Let's learn how to deploy a coin on Aptos using Move lang and interact with it.
Read more ⟶
Learn Move on Aptos by building a Vault protocol.
| 7 minute read
In this article we'll see how to build a simple Vault where you can stake and unstake tokens and get LP tokens in return.
Read more ⟶
Exploring Fuel Network.
| 3 minute read
Join me in the quest to find new and exciting web3 projects to build the next billion-dollar financial tools. Today, let's dive into the fuel network.
Read more ⟶
LOG1: Experimenting with Aptos, Sui.
| 2 minute read
Info about move, Sui and Aptos that I'm gathering.
Read more ⟶
Setup RustFmt to format code
| 1 minute read
Learn how to use RustFmt instead of prettier in VSCode for your rust projects.
Read more ⟶