Kick off your book project in 2 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Tuesday, June 16, 2026. Learn more…
Software and infrastructure only create value when they pull in the same direction as the business. This book shows IT leaders how to get there: from shaping IT strategy and the architecture roadmap to the daily discipline of IT and architecture governance, all built on a pattern-based approach that adapts to your organization rather than forcing it into a template.Grounded in established frameworks such as TOGAF, COBIT, and ITIL, it pairs solid fundamentals with numerous real-world examples — and gives growing weight to compliance and IT security, now central concerns of any IT management agenda.This English edition is based on the German standard work on the subject, fully revised in its 4th edition (late 2024). It is current with TOGAF 10 and reflects recent developments in business-oriented enterprise architecture — including the open-source tool EDGY and patterns for digital strategy — alongside the latest trends in IT risk management and cybersecurity architecture.
“Happily purchased. Handy to have these in one place. Thank you!” — Kent Beck “Excellent new thinking on Domain-Driven Design. It's full of real practical experience in getting the most value from domain modelling. Just like the Eric Evans' DDD book, this gives more insight each time you read it.” — Ian Russell
This second edition isn't about complexity or rare scenarios, rather it's a focused journey for anyone ready to build, learn, and actually ship web applications in Go. I've included the lessons I wish I'd known my first month with Go, plus the methods and habits I still use today. Every step is designed to be actionable, so you can turn any concept into a feature.
A collection of proven software engineering and architecture design method elements to accelerate project work and reduce technical risk. Suited for API design and (micro-)service architectures. Activity descriptions and artifact templates for non-functional requirements, domain models, architectural decision records, API contracts. Sample content.
A practical backend interview reference covering modern Java and Spring Boot development (1363 manuscript pages).
Most asyncio tutorials introduce async and await on page one and ask you to take the runtime on faith. This book does it the other way around. You build a working event loop in thirty lines of plain Python — no asyncio import — and meet the keywords as labels for parts of a runtime you have already watched run. By the end, async Python stops being intimidating and starts being readable.
A practical, modern interview-preparation compendium for C# and .NET developers (615 manuscript pages).
Web APIs should be beautiful and fun to use: this short book will guide you through the simple steps and key points needed to design or improve you API and make your users happy when using it.
What you've got here is a hands-on walkthrough of Spring Boot 4.0, where we'll build a single application from start to finish, using the command line and then packaging it as a JAR at the end. Each chapter adds one real capability, like a REST endpoint, a database, an error handler, a security layer or a test suite. Each chapter gets straight into the code, and you can run, modify and break it to see what happens.There's even a dedicated troubleshooting chapter at the end that deals with the exact errors beginners actually encounter in practice, not just hypothetical ones.
As the author, I (Anshuman Mishra) have written this book with the spirit of mentorship — not just to explain how chatbots work, but to help you build one confidently and ethically. I have taught AI, programming, and computer science for nearly two decades, and I have seen countless students struggle to bridge the gap between theory and implementation.This book closes that gap. It teaches you what to do, why to do it, and how to do it right. It’s not just a manual — it’s a journey from curiosity to mastery.You are not just learning to build a chatbot; you are learning to create intelligence — responsibly, creatively, and with purpose.
A practical backend interview reference covering modern Python and Django development (397 manuscript pages).
Become a Job-Ready API Automation Engineer Using PlaywrightAPI testing is now a must-have skill for modern QA engineers. Companies expect testers to validate backend systems, automate workflows, and integrate tests into CI/CD pipelines.This practical guide teaches you how to master API Testing using Playwright and TypeScript from scratch — even if you are transitioning from manual testing.In this book, you will learn how to:✔ Understand APIs, HTTP, and JSON from a tester’s perspective ✔ Write real API automation tests using Playwright ✔ Handle authentication, dynamic data, and environments ✔ Design a scalable API test automation framework ✔ Integrate tests into CI/CD pipelines ✔ Combine API and UI testing for faster automation ✔ Prepare for API testing and Playwright interviewsBy the end of this book, you will have the knowledge and confidence to build professional API automation frameworks and advance your QA career.Perfect for: QA Engineers, Manual Testers, Automation Testers, SDET Aspirants
We'll build an agent step-by-step, starting with a small loop that accepts input and produces structured output. As we go, we'll add tools, validation, model switching, runtime adapters, and packaging techniques that'll let the agent move from a simple script to a reusable application.
A step-by-step Playwright + TypeScript guide for manual testers or who wants to switch to becoming automation engineers.
Understanding “red–green–refactor” is easy; applying it effectively in real-world systems is not. This book bridges that gap by showing you how to practice Test Driven Development in the context of building robust, production-ready .NET Core microservices.