ManningBooks

ManningBooks

Devtalk Sponsor

Lean Software Engineering (Manning)

Lean Software Engineering: Fix the system, not the code introduces an AI-aware systems thinking approach adapted for the modern software development lifecycle, targeting the bottlenecks where high-value improvements live.

Leigh Griffin

We’re in a moment where generating code is easier than ever. Between modern frameworks, cloud tooling, and coding agents, teams can ship features quickly. Yet many delivery pipelines still feel slow and fragile. Pull requests sit. CI pipelines drag. Releases require ceremony that nobody questions anymore.

This book takes Lean thinking and applies it to the whole system around the code. Leigh focuses on where work actually gets stuck: handoffs, reviews, environment setup, branching strategies, debugging loops, and approval chains. Instead of treating quality as something you bolt onto code through more checks, she looks at how workflow design shapes quality, cost, and long-term maintainability.

You’ll see concrete scenarios throughout the book:

  • A pull request process that quietly creates delay and context switching

  • Debugging sessions that expose gaps in feedback loops

  • CI/CD setups that add complexity without reducing risk

  • The impact of coding agents on flow, ownership, and review practices

Lean principles first moved from manufacturing into software in the late 1990s. Since then, many teams have focused on automated tests and iteration cadence. This book broadens that lens. It asks how value moves from idea to production in an AI-aware environment, and what waste looks like when part of your team might be an agent generating code.

If you’re responsible for delivery outcomes, technical direction, or the health of your team’s workflow, this is a thoughtful read. It doesn’t promise a silver bullet. It gives you a way to examine your system and decide where change will actually matter.


Don’t forget you can get 45% off with your Devtalk discount! Just use the coupon code “devtalk.com” at checkout :+1:

Where Next?

Popular Frontend topics Top

PragmaticBookshelf
Database-driven sites bring complexity you might not need, but building a site by hand is too much work. Hugo is a static site generator ...
New
PragmaticBookshelf
You work in a loop: write code, get feedback, iterate. The faster you get feedback, the faster you can learn and become a more effective ...
New
PragmaticBookshelf
WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on emb...
New
PragmaticBookshelf
JavaScript is no longer to be feared or loathed—the world’s most popular and ubiquitous language has evolved into a respectable language....
New
ManningBooks
Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. Written to the most recent...
New
JesseSkinner
I’ve developed a video course called The Joy of Svelte, where I go in depth on Svelte features, especially different ways to manage state...
New
ManningBooks
Math for Frontend Web Dev reveals the mathematical principles behind beautiful, accessible, and functional web designs, giving you the sk...
New
ManningBooks
Investing for Programmers bridges the gap between software development and personal finance, offering programmers a clear and practical g...
New
ManningBooks
Written by core Node.js and TC-39 committee contributor James M. Snell, JavaScript in Depth teaches you what’s really happening when Java...
New
ManningBooks
Spring Start Here, Second Edition by Laurenţiu Spilcă is a foundations-first introduction to the Spring framework. Perfect for Spring beg...
New

Other popular topics Top

PragmaticBookshelf
Instantly view the changes you make to an app with stateful hot reload, and define a declarative UI in the same language as the app logic...
New
PragmaticBookshelf
From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an ...
New
PragmaticBookshelf
Tailwind CSS is an exciting new CSS framework that allows you to design your site by composing simple utility classes to create complex e...
New
AstonJ
Continuing the discussion from Thinking about learning Crystal, let’s discuss - I was wondering which languages don’t GC - maybe we can c...
New
PragmaticBookshelf
Use WebRTC to build web applications that stream media and data in real time directly from one user to another, all in the browser. ...
New
PragmaticBookshelf
Author Spotlight Mike Riley @mriley This month, we turn the spotlight on Mike Riley, author of Portable Python Projects. Mike’s book ...
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
PragmaticBookshelf
Author Spotlight: Peter Ullrich @PJUllrich Data is at the core of every business, but it is useless if nobody can access and analyze ...
New
PragmaticBookshelf
25 puzzles that will make you a better C programmer by challenging your knowledge of the language, and explaining the technical details o...
New
AstonJ
If you’re getting errors like this: psql: error: connection to server on socket “/tmp/.s.PGSQL.5432” failed: No such file or directory ...
New