By: John Ousterhout
Format: 190 pages, Paperback
This book addresses the topic of software how to decompose complex software systems into modules (…
Want to Read $ 9.99If you liked the technology plot in A Philosophy of Software Design by John Ousterhout , here is a list of 16 books like this:
By: Eric Evans
Format: 560 pages, Hardcover
"Eric Evans has written a fantastic book on how you can make the design of your software match your… read more
Want to Read $ 53.99Similar categories in Eric Evans's Domain-Driven Design: Tackling Complexity in the Heart of Software book and John Ousterhout's A Philosophy of Software Design
By: Kent Beck , Erich Gamma , Martin Fowler , Don Roberts
Format: 344 pages, Hardcover
As the application of object technology--particularly the Java programming language--has become com… read more
Want to ReadSimilar categories in Kent Beck's Refactoring: Improving the Design of Existing Code book and John Ousterhout's A Philosophy of Software Design
By: None
Format: None pages,
An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms yo… read more
Want to ReadSimilar categories in None's Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People book and John Ousterhout's A Philosophy of Software Design
By: Dave Thomas , Andy Hunt
Format: 404 pages, Paperback
-- Ward Cunningham Straight from the programming trenches, The Pragmatic Programmer cuts through th… read more
Want to ReadSimilar categories in Dave Thomas's The Pragmatic Programmer: From Journeyman to Master book and John Ousterhout's A Philosophy of Software Design
Similar categories in None's Designing Data-Intensive Applications book and John Ousterhout's A Philosophy of Software Design
By: Robert C. Martin
Format: 224 pages, Paperback
Even bad code can function. But if code isn t clean, it can bring a development organization to its… read more
Want to ReadSimilar categories in Robert C. Martin's Clean Code: A Handbook of Agile Software Craftsmanship book and John Ousterhout's A Philosophy of Software Design
By: Frederick P. Brooks Jr.
Format: 96 pages, Paperback
Few books on software project management have been as influential and timeless as The Mythical Man-… read more
Want to ReadSimilar categories in Frederick P. Brooks Jr.'s The Mythical Man-Month: Essays on Software Engineering book and John Ousterhout's A Philosophy of Software Design
By: Robert C. Martin
Format: 432 pages, Paperback
Building upon the success of best-sellers The Clean Coder and Clean Code, legendary software crafts… read more
Want to Read $ 27.99Similar categories in Robert C. Martin's Clean Architecture book and John Ousterhout's A Philosophy of Software Design
"The only way to go fast, is to go well."-Robert C. Martin, Clean Architecture
"All race conditions, deadlock conditions, and concurrent update problems are due to mutable variables."-Robert C. Martin, Clean Architecture
"I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it."-Robert C. Martin, Clean Architecture
"Any organisation that designs a system will produce a design whose structure is a copy of the organisation's communication structure"-Robert C. Martin, Clean Architecture
By: David Farley
Format: 256 pages, Paperback
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, … read more
Want to Read $ 37.99Similar categories in David Farley's Modern Software Engineering: Doing What Works to Build Better Software Faster book and John Ousterhout's A Philosophy of Software Design
By: Tanya Reilly
Format: 335 pages, Paperback
For years, companies have rewarded their most effective engineers with management positions. But tr… read more
Want to Read $ 24.99Similar categories in Tanya Reilly's The Staff Engineer's Path: A Guide for Individual Contributors Navigating Growth and Change book and John Ousterhout's A Philosophy of Software Design
"What will Future You wish that Present You had done?"-Tanya Reilly, The Staff Engineer's Path: A Guide for Individual Contributors Navigating Growth and Change
"Yes, you can be an introvert. No, you can't be a jerk."-Tanya Reilly, The Staff Engineer's Path: A Guide for Individual Contributors Navigating Growth and Change
By: John Ousterhout
Format: 190 pages, Paperback
This book addresses the topic of software how to decompose complex software systems into modules (… read more
Want to Read $ 9.99Similar categories in John Ousterhout's A Philosophy of Software Design book and John Ousterhout's A Philosophy of Software Design
By: Mark Richards
Format: 419 pages, Paperback
Although salary surveys worldwide regularly identify software architect as one of the top ten best … read more
Want to Read $ 41.79Similar categories in Mark Richards's Fundamentals of Software Architecture: An Engineering Approach book and John Ousterhout's A Philosophy of Software Design
By: Alex Xu
Format: 324 pages, Kindle Edition
The system design interview is considered to be the most complex and most difficult technical job i… read more
Want to Read $ 37.99Similar categories in Alex Xu's System Design Interview – An insider's guide book and John Ousterhout's A Philosophy of Software Design
By: Vladik Khononov
Format: 340 pages, Paperback
Building software is harder than ever. As a developer, you not only have to chase ever-changing tec… read more
Want to Read $ 35.62Similar categories in Vladik Khononov's Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy book and John Ousterhout's A Philosophy of Software Design
By: Roberto Vitillo
Format: 234 pages, ebook
Learning to build distributed systems is hard, especially if they are large scale. It's not that th… read more
Want to Read $ 33.25Similar categories in Roberto Vitillo's Understanding Distributed Systems: What every developer should know about large distributed applications book and John Ousterhout's A Philosophy of Software Design
By: Titus Winters
Format: 599 pages, Paperback
The approach to and understanding of software engineering at Google is unlike any other company. Wi… read more
Want to Read $ 31.34Similar categories in Titus Winters's Software Engineering at Google: Lessons Learned from Programming Over Time book and John Ousterhout's A Philosophy of Software Design
"Sometimes, the best thing you can do is just say, “I don’t know."-Titus Winters, Software Engineering at Google: Lessons Learned from Programming Over Time
"Google and Stack Overflow are great sources of opinions and information, but they’re no substitute for actual human experience."-Titus Winters, Software Engineering at Google: Lessons Learned from Programming Over Time
"Programming is the immediate act of producing code. Software engineering is the set of policies, practices, and tools that are necessary to make that code useful for as long as it needs to be used an…"-Titus Winters, Software Engineering at Google: Lessons Learned from Programming Over Time
"Making good engineering decisions is all about weighing all of the available inputs and making informed decisions about the trade-offs. Sometimes, those decisions are based on instinct or accepted be…"-Titus Winters, Software Engineering at Google: Lessons Learned from Programming Over Time
By: Joshua Bloch
Format: 412 pages, Paperback
Since this Jolt-award winning classic was last updated in 2008 (shortly after Java 6 was released),… read more
Want to Read $ 39.74Similar categories in Joshua Bloch's Effective Java book and John Ousterhout's A Philosophy of Software Design
"One advantage of static factory methods is that, unlike constructors, they have names."-Joshua Bloch, Effective Java
"Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them."-Joshua Bloch, Effective Java
"A second advantage of static factory methods is that, unlike constructors, they are not required to create a new object each time they're invoked."-Joshua Bloch, Effective Java
"Builder pattern is more verbose than the telescoping constructor pattern, so it should be used only if there are enough parameters, say, four or more."-Joshua Bloch, Effective Java
By: Will Larson
Format: 337 pages, Kindle Edition
At most technology companies, you’ll reach Senior Software Engineer, the career level for software … read more
Want to Read $ 25.00Similar categories in Will Larson's Staff Engineer: Leadership Beyond the Management Track book and John Ousterhout's A Philosophy of Software Design
By: Neal Ford
Format: 459 pages, Paperback
There are no easy decisions in software architecture. Instead, there are many hard parts--difficult… read more
Want to Read $ 41.79Similar categories in Neal Ford's Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures book and John Ousterhout's A Philosophy of Software Design
By: Gergely Orosz
Format: 413 pages, Paperback
None read more
Want to Read $ 25.99Similar categories in Gergely Orosz's The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups book and John Ousterhout's A Philosophy of Software Design
By: Kent Beck
Format: 122 pages, Paperback
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into ma… read more
Want to Read $ 24.99Similar categories in Kent Beck's Tidy First?: A Personal Exercise in Empirical Software Design book and John Ousterhout's A Philosophy of Software Design