Blogs

Name: Rust Voyage: A Guide to Memory Management..

Type: Personal

Rust is a powerful systems programming language that prioritizes safety, performance, and memory management. One of the key features that sets Rust apart is its ownership model. In this blog post, we’ll delve into the concept of ownership, how Rust manages memory, and explore the intricacies of borrowing and lifetimes.

20-May-2024 | #RustProgramming #MemoryManagement #OwnershipModel #SystemsProgramming #SafeCode

Name: Rust Voyage: Daily Dispatches from the Learning Fr..

Type: Personal

Join me on my journey through the Rust programming language, where each day brings new insights and skills. From the foundational concepts to advanced features, we’ll explore how Rust’s unique approach to systems programming enables us to write fast, safe, and concurrent applications. Stay tuned for daily updates filled with code snippets, best practices, and lessons learned.

19-May-2024 | #RustBasics #SystemsProgramming #SafeConcurrency #Struct

Name: Demystifying Makefiles: A Gentle Guide for Beyond ..

Type: Personal

Ah, Makefiles. Those mystifying, text-based spellbooks that programmers use to conjure up software from the abyss of source code. If you've ever looked at a Makefile and felt like you were trying to read hieroglyphics, you're not alone. I built this guide because, like many, I found myself lost in the world of Makefiles, navigating through a sea of cryptic commands and mysterious symbols.

25-April-2024 | Entertaining Guides, Compiler, Productivity