December 22, 2024Go Performance Optimization: From Basics to AdvancedLearn how to optimize Go applications for maximum performance. Covering profiling, memory management, concurrency optimization, and advanced techniques.15 min read1876golangperformanceoptimizationprofilingadvanced
December 22, 2024Go Interfaces: The Power of Implicit ImplementationMaster Go's interface system - from basic interfaces to advanced patterns like type assertions, empty interfaces, and interface composition.10 min read2156golanginterfacespolymorphismadvanceddesign-patterns
December 22, 2024Go Concurrency: Mastering Goroutines and ChannelsDeep dive into Go's powerful concurrency model. Learn how to use goroutines and channels to build efficient, concurrent applications.12 min read2890golangconcurrencygoroutineschannelsadvanced
December 22, 2024Go Basics: Getting Started with GolangLearn the fundamentals of Go programming language - from installation to your first program. Perfect for beginners who want to understand Go's simplicity and power.8 min read3245golangprogrammingbackendtutorial
January 25, 2024Building a Simple Token with Rust: A Complete GuideLearn how to create a basic cryptocurrency token using Rust and Solana. Step-by-step guide from setup to deployment with practical examples.5 min read0 viewsrustsolanablockchaincryptocurrencytokenprogramming
January 15, 2024Web3 Basics: Getting Started with Decentralized WebLearn the fundamentals of Web3, blockchain technology, and how to start building decentralized applications. A comprehensive guide for beginners.5 min read0 viewsweb3blockchainethereumcryptocurrencydapp
July 19, 2021Back To Basic: Mental Model to Understand FlexboxThese are the mental models that I use to really understand flexbox, and I hope these can help you to understand too.6 min read14,385 viewscssflexbox
March 11, 2021Back to Basic: Should we use Rem, Em or Pixel?Differences between rem, em, and px unit, and some use cases3 min read70,894 viewscss
January 29, 2021Back to Basic: Flexbox or Grid?My practice on how to choose between flexbox and grid.7 min read17,713 viewscssflexboxgrid