Welcome to collection of my technical writings. These are mostly related to rust, smart contracts, and blockchain stuff I've been learning.
Solana Sealevel Attacks In A NutshellOverview of Anchor's list of footguns/attacks and protections in the Solana programming model
2024-12-09
Solana vs EthereumWhy Solana is different from Ethereum
2024-11-30
Solana Token ProgramLearn about SPL Tokens, and NFTs
2024-11-29
Solana IntroductionLearn about Solana accounts, transactions, programs, PDA, and CPI
2024-11-28
Learning Rust 05: Project Development Best PracticesLearn about Rust's project organization, cargo, toolchain, modules & visibility, crates, packages, workspaces, formatting, and documentation, testing, and unsafe code.
2024-11-20
Learning Rust 04: Concurrency and ParallelismLearn about Rust's concurrency and parallelism, including threads, channels, and async programming.
2024-11-19
Learning Rust 03: Memory Management and OwnershipLearn about Rust's memory management, ownership, borrowing, lifetimes, smart pointers, and interior mutability.
2024-11-15
Learning Rust 02: Abstractions and MetaprogrammingLearn about Rust's generics, traits, trait objects, and macros.
2024-11-13
Learning Rust 01: Introduction and BasicsLearn about Rust's features, installation, variables and mutability, data types, expressions, control flow, functions, modules, and comments.
2024-11-10