This book presents both the fundamentals and advanced topics of finite element analysis and design optimization in a concise and pedagogically structured manner
Turn your engineering team into a force multiplier, not a bottleneck. This book gives current and aspiring engineering managers practical frameworks, questions, and examples for everything from one on ones and feedback to scaling teams and navigating crises.
A practical handbook packed with real-world advice to help you write better code, adopt effective developer habits, and build great software.
An open, technical and introductory book for the Zig programming language, which is a new general-purpose and low-level programming language.
To ace your next Android job interview, focus on truly understanding the concepts—not just memorizing answers—and practicing how to apply them. With 108 interview questions, 162 additional practical questions, and 50+ pro tips, this book helps you sharpen skills, understand the why, and prepare for real-world technical challenges. Hardcover edition | Paperback edition
Jetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
Learn databases from the bottom up by coding your own, in small steps, and with simple Go code (language agnostic).Atomicity & durability. A DB is more than files!Persist data with fsync.Crash recovery.KV store based on B-tree.Disk-based data structures.Space management with a free list.Relational DB on top of KV.Learn how tables and indexes are related to B-trees.SQL-like query language; parser & interpreter.Concurrent transactions with copy-on-write data structures.
Build a compiler to learn how programming languages work. Use low-level assembly to learn how computers work. Walks through a minimal yet complete compiler. Compiles a static-typed language into x64 ELF executables.Simple interpreter.Bytecode compiler.x64 assembly & instruction encoding.Translate bytecode to x64 code.Generate binary executables.
The Few Simple Ideas Behind Every Object Oriented Pattern and Principle.
Learn how large language models work by building one from scratch. This hands-on guide walks you from first principles to a working Transformer you understand inside out.
Jetpack Compose는 Android UI의 미래입니다. Compose가 내부적으로 어떻게 동작하는지 마스터하신다면 훨씬 효율적인 개발자가 되실 수 있습니다. 이 책은 Android 개발자가 아닌 분들께도 유용한 내용을 다루고 있습니다. Compose 컴파일러 및 런타임의 내부적인 동작 방식과 이를 사용하여 Compose UI와 같은 클라이언트 라이브러리를 만드는 방법 등을 이해하는 데 필요한 모든 정보를 제공합니다.
Master language models by building one yourself. This hands-on guide takes you from neural network fundamentals to implementing a complete Qwen3 model with modern techniques. Includes all code, Colab notebooks, and real training on the TinyStories dataset.
Master AI-powered infrastructure automation with this hands-on guide to building production-ready MCP servers and AI agents in Go. Transform from manual AWS operations to intelligent automation that understands your environment and makes smart decisions while keeping humans in control.
Learn how to design embedded systems the sane way: on your Linux host, with modern C++, predictable timing, clean interfaces, and no unnecessary complexity.
The first-ever book aimed at introducing operating system development to absolute beginners. The topics begin with programming in C and programming in assembly, and progress toward practical OS development.The book uses only simple methods, so it covers only a few essential topics in C and assembly programming, making it suitable for beginners.