A how-to field guide on building leak-free abstractions and algebraically designing real-world applications.
Build real-world software by coding a Redis server from scratch.Network programming. The next level of programming is programming for multiple machines. Think HTTP servers, RPCs, databases, distributed systems.Data structures. Redis is the best example of applying data structures to real-world problems. Why stop at theoretical, textbook-level knowledge when you can learn from production software?Low-level C. C was, is, and will be widely used for systems programming and infrastructure software. It’s a gateway to many low-level projects.From scratch. A quote from Richard Feynman: “What I cannot create, I do not understand”. You should test your learning with real-world projects!
The first part of this book will be devoted to principles: thoughts that apply to design in general.The second part will provide a collection of heuristics: activities that designers use to help produce better designs and avoid serious design mistakes.
Improve your skills. Step up your career now. Become a better software architect with these actions and insights to evolve the 12 most important skills every software architect should have. Practical and applicable for classic and agile development models.
What really happens when you open a website, send a message or connect to a server across the world? This book builds the Internet from first principles, revealing how bits become packets, packets cross networks and protocols make it all work. Learn the machinery behind the Internet by understanding why each piece exists and how it fits together.
Build distributed systems that keep working when things go wrong. This hands-on guide shows you how to design reliable messaging architectures with Python and RabbitMQ, from core concepts to production-ready patterns. Follow real projects, write practical code and learn how to build scalable services that recover gracefully under load.
AI agents are only as good as the loops behind them. This book shows you how to build systems that plan, act, evaluate and improve with every step. Learn the patterns, frameworks and engineering practices behind reliable, self-correcting agents that solve real problems in production.
Imagine writing production-grade code with fewer errors, sprint reviews that highlight real insights instead of guesses, and teams that spend less time debugging and more time innovating. This isn’t science fiction, it’s the future of software engineering. AI-Augmented Software Engineering unlocks the practical power of AI tools while grounding you in ethical best practices. Discover how to automate the mundane, amplify your creativity, and shape intelligent systems that serve users all without sacrificing trust, quality, or integrity.Welcome to the next wave of engineering designed with intelligence, driven by values.
Tired of architecture books that read like academic papers? This pragmatic guide will show you how to design robust systems that work in the real world. I have learned these lessons the hard way so you don't have to. Everything you need to know about software architecture—from core principles to advanced patterns—explained in plain English and practical examples. Paperback edition
Learn Next.js by building a real AI-powered application, from project setup to production deployment. This book covers the complete journey: TypeScript, React, Next.js App Router, Prisma, authentication, the Vercel AI SDK (chat, RAG, tool calling), testing, security, and deployment. One project, 28 chapters, no toy demos.
Power rarely appears where decisions are made. It flows through beliefs, institutions, and agendas long before anyone argues or votes. The Architecture of Power reveals how influence moves through social structures, shaping who leads, who follows, and what feels inevitable. Once you can see it, change becomes possible.
Hate calling yourself a "non-technical" founder or professional? Never again. The ultimate guide to thinking digitally and leading software companies.
You’ll find inside:- An atlas of system topologies.- A compendium of architectural patterns.- One of the largest and most cohesive pattern languages.
Fühlen Sie sich als Entwicklungsteam von Requirements-Engineers, Product-Owner oder Produktmanager bezüglich klarer Anforderungen im Stich gelassen? Hier finden Sie methodische und pragmatische Ansätze, mit denen Sie dieser Misere entkommen können.
OOP gained currency when Xerox PARC designed Smalltalk, a programming environment accessible to children who could learn about the world and about the computer simultaneously by modelling real-world problems on their computer. How has this simple design language for children become so complicated that pro devs give up?