AKMastering Unsafe Rust: A Guide to Low-Level System ProgrammingHaving spent years working on operating system kernels and embedded systems, I’ve learned that mastering unsafe Rust is crucial for system…2d ago
Andrew ZuoStep Aside Rust, There’s A New Low-Level Language In TownThere’s a new browser called Ladybird. And this one is noteworthy because it is not built on any other browser engine. Other browsers are…Sep 1329
AKAdvanced Rust Performance Patterns: Building High-Performance SystemsWhen milliseconds matter, Rust’s zero-cost abstractions and memory safety guarantees make it an excellent choice for building…Dec 32Dec 32
KartikayA Deep Dive into the EFI Shell: Unlocking the Power of Pre-Boot EnvironmentFor many software engineers, the world of firmware and pre-boot environments remains shrouded in mystery. However, venturing into this…Mar 18Mar 18
lassoZig: Variables and ConstantsZig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.Dec 1Dec 1
AKMastering Unsafe Rust: A Guide to Low-Level System ProgrammingHaving spent years working on operating system kernels and embedded systems, I’ve learned that mastering unsafe Rust is crucial for system…2d ago
Andrew ZuoStep Aside Rust, There’s A New Low-Level Language In TownThere’s a new browser called Ladybird. And this one is noteworthy because it is not built on any other browser engine. Other browsers are…Sep 1329
AKAdvanced Rust Performance Patterns: Building High-Performance SystemsWhen milliseconds matter, Rust’s zero-cost abstractions and memory safety guarantees make it an excellent choice for building…Dec 32
KartikayA Deep Dive into the EFI Shell: Unlocking the Power of Pre-Boot EnvironmentFor many software engineers, the world of firmware and pre-boot environments remains shrouded in mystery. However, venturing into this…Mar 18
lassoZig: Variables and ConstantsZig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.Dec 1
InLevel Up CodingbyKfir GismanThis Small Python Script Improved Understanding of Low-Level ProgrammingA Python script that simplifies concurrency while deepening understanding of low-level concepts like CPU-bound and I/O-bound tasksNov 26
Jonas UekötterLow(er) level Dart tips & tricksThis is a quick and short one, I recommend reading it as a warm-up before reading a more in-depth article.Nov 11