Another Production Field Manual: protect APIs before overload becomes an outage with rate limiting, throttling, and tenant fairness.
Designing software is only the beginning.The true challenge lies in transforming well-designed systems into reliable, scalable, secure, and maintainable solutions that solve real-world business problems.That is precisely where System Analysis and Design: Concepts, Techniques, and Real-World Applications (Vol-II) begins.
Writing TypeScript is only the beginning.Mastering TypeScript means learning how to design software that is scalable, reusable, maintainable, and capable of supporting applications used by millions of users.That is where The TypeScript Way: A Developer's Guide to Modern Web Development (Vol-II) begins.
Modern web development has evolved dramatically over the past decade.Applications have become larger, more interactive, and increasingly complex. As projects grow, maintaining reliable JavaScript code becomes more challenging, leading to bugs that are often discovered only after deployment.What if many of those errors could be detected before your application even runs?
30년을 엔지니어로 살며 손에 익은 단어들을 하나씩 꺼내, 그 단어가 처음 다가왔던 자리를 적었다. 일터 한구석에 토막토막 남겨 둔 글들이, 어느새 한 권으로 쌓였다.
Here's a shorter version:Go beyond DNS lookups and build a high-performance recursive DNS resolver in Zig from the ground up. Through a hands-on implementation, you will master the protocols, algorithms, and systems programming techniques that power one of the internet's most essential services.
Discover the power of Nim, a language that combines Python's simplicity with C-level performance. Through practical examples and real-world projects, this book will help you master Nim and build fast, reliable, production-quality software.
Erlang was created to build systems that never stop. From its origins in telecommunications to modern platforms like WhatsApp and RabbitMQ, its approach to concurrency and fault tolerance has shaped some of the world's most reliable software. This book teaches both the language and the principles behind building resilient, production-ready systems.
Master AArch64 assembly with a practical guide that covers ARM64 fundamentals, advanced instruction sets, performance optimization, debugging, and systems programming. From your first instructions to writing efficient low-level code, this book provides the knowledge and hands-on examples you need.
Master TypeScript from the fundamentals to advanced patterns with a practical, project-based guide. Updated for the 2026 ecosystem, this book covers TypeScript 6.0, the upcoming Go-native TypeScript 7.0 compiler, Bun, Deno, and the skills needed to build modern, production-ready applications.
Deep learning is transforming the world, and this book provides a clear, practical path to mastering it. Through concise explanations and hands-on Python examples, you will learn to build, train, optimize, and deploy neural networks with confidence for real-world applications.
Another BASIC? Really? ... but what sets BerryBasiC apart from every other contemporary BASIC is where it runs: on bare metal. It is not an application on Linux or Windows, but a single program running on the Raspberry Pi. When the Pi powers on, there is no operating system to load, BerryBasiC takes the role of the operating system, just like on a classic BBC Micro or a Commodore. Curios? Dig In!
Learn how to build a modern programming language from scratch in Rust. By implementing a complete language called Rune, you will explore every stage of language design, from lexing and parsing to type checking, virtual machines, LLVM code generation, and developer tooling, with practical code and clear explanations throughout.
Build a source-level debugger in Rust from the ground up while uncovering the operating system, CPU, and compiler mechanisms behind modern debugging. Through hands-on implementation, you'll learn how processes, memory, breakpoints, and DWARF debug information come together to make source-level debugging possible.
Learn Lua from your first script to advanced programming techniques with a practical, hands-on guide. Whether you are building games, scripting applications, or exploring embedded systems, this book gives you the knowledge to write clean, efficient Lua code with confidence.