The ThoughtWorks Anthology, Volume 2

The ThoughtWorks Anthology, Volume 2
Title The ThoughtWorks Anthology, Volume 2 PDF eBook
Author ThoughtWorks (Firm)
Publisher
Pages 0
Release 2012
Genre Software engineering
ISBN 9781937785000

Download The ThoughtWorks Anthology, Volume 2 Book in PDF, Epub and Kindle

When you hit a rough spot in software development, it's nice to know that someone has been there before. The domain experts at ThoughtWorks share what they've learned in this anthology, bringing together the best field-tested insights in IT and software development. You'll benefit from their experience in areas from testing to information visualization, from object oriented to functional programming, from incremental development to driving innovation in delivery. You'll find yourself referring to this collection of solved problems whenever you need an expert's insight.This new collection of essays from the experts at ThoughtWorks offers practical insight and advice on a range of challenges faced daily by software developers and IT professionals. It covers a broad spectrum of software development topics, from tuning agile methodologies to hard-core language geekery. This anthology captures the wide-ranging intellect and diversity of ThoughtWorks, reflected through practical and timely topics.In it, you'll find from-the-trenches advice on topics such as continuous integration, testing, and improving the software delivery process. See how people use functional programming techniques in object-oriented languages, modern Java web applications, and deal with current problems in JavaScript development. Scan an overview of the most interesting programming languages today and the current state of information visualization. And it's all field-tested insight, because it comes from the practical perspective of ThoughtWorks experts.Each essay focuses on extending your skills and enlarging your toolkit. And each is drawn from practical experience gained in the field.You'll benefit from this book if you are involved in developing, deploying, or testing software, either as a manager or developer.

The ThoughtWorks Anthology

The ThoughtWorks Anthology
Title The ThoughtWorks Anthology PDF eBook
Author Roy Singham
Publisher
Pages 0
Release 2008
Genre Innovations
ISBN 9781934356142

Download The ThoughtWorks Anthology Book in PDF, Epub and Kindle

"Thirteen illuminating and insightful essays on modern software development practices"--T.p. verso.

REST in Practice

REST in Practice
Title REST in Practice PDF eBook
Author Jim Webber
Publisher "O'Reilly Media, Inc."
Pages 446
Release 2010-09-17
Genre Computers
ISBN 0596805829

Download REST in Practice Book in PDF, Epub and Kindle

REST continues to gain momentum as the best method for building Web services, and this down-to-earth book delivers techniques and examples that show how to design and implement integration solutions using the REST architectural style.

Domain-Specific Languages

Domain-Specific Languages
Title Domain-Specific Languages PDF eBook
Author Martin Fowler
Publisher Pearson Education
Pages 796
Release 2010-09-23
Genre Computers
ISBN 0131392808

Download Domain-Specific Languages Book in PDF, Epub and Kindle

When carefully selected and used, Domain-Specific Languages (DSLs) may simplify complex code, promote effective communication with customers, improve productivity, and unclog development bottlenecks. In Domain-Specific Languages, noted software development expert Martin Fowler first provides the information software professionals need to decide if and when to utilize DSLs. Then, where DSLs prove suitable, Fowler presents effective techniques for building them, and guides software engineers in choosing the right approaches for their applications. This book’s techniques may be utilized with most modern object-oriented languages; the author provides numerous examples in Java and C#, as well as selected examples in Ruby. Wherever possible, chapters are organized to be self-standing, and most reference topics are presented in a familiar patterns format. Armed with this wide-ranging book, developers will have the knowledge they need to make important decisions about DSLs—and, where appropriate, gain the significant technical and business benefits they offer. The topics covered include: How DSLs compare to frameworks and libraries, and when those alternatives are sufficient Using parsers and parser generators, and parsing external DSLs Understanding, comparing, and choosing DSL language constructs Determining whether to use code generation, and comparing code generation strategies Previewing new language workbench tools for creating DSLs

The Productive Programmer

The Productive Programmer
Title The Productive Programmer PDF eBook
Author Neal Ford
Publisher "O'Reilly Media, Inc."
Pages 226
Release 2008-07-03
Genre Computers
ISBN 059655186X

Download The Productive Programmer Book in PDF, Epub and Kindle

Anyone who develops software for a living needs a proven way to produce it better, faster, and cheaper. The Productive Programmer offers critical timesaving and productivity tools that you can adopt right away, no matter what platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity-how to work smarter, spurn interruptions, get the most out your computer, and avoid repetition-he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team. You'll learn to: Write the test before you write the code Manage the lifecycle of your objects fastidiously Build only what you need now, not what you might need later Apply ancient philosophies to software development Question authority, rather than blindly adhere to standards Make hard things easier and impossible things possible through meta-programming Be sure all code within a method is at the same level of abstraction Pick the right editor and assemble the best tools for the job This isn't theory, but the fruits of Ford's real-world experience as an Application Architect at the global IT consultancy ThoughtWorks. Whether you're a beginner or a pro with years of experience, you'll improve your work and your career with the simple and straightforward principles in The Productive Programmer.

No Fluff, Just Stuff Anthology

No Fluff, Just Stuff Anthology
Title No Fluff, Just Stuff Anthology PDF eBook
Author Neal Ford
Publisher
Pages 260
Release 2006
Genre Computers
ISBN

Download No Fluff, Just Stuff Anthology Book in PDF, Epub and Kindle

A traveling conference series for software developers that visits 27 cities a year, staging over 75 symposia throughout the U.S. and Canada, No Fluff, Just Stuff now makes the seminar's high-quality technical presentations available in print for the first time.

Monolith to Microservices

Monolith to Microservices
Title Monolith to Microservices PDF eBook
Author Sam Newman
Publisher "O'Reilly Media, Inc."
Pages 305
Release 2019-11-14
Genre Computers
ISBN 1492047791

Download Monolith to Microservices Book in PDF, Epub and Kindle

How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You’ll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture. Ideal for organizations looking to transition to microservices, rather than rebuild Helps companies determine whether to migrate, when to migrate, and where to begin Addresses communication, integration, and the migration of legacy systems Discusses multiple migration patterns and where they apply Provides database migration examples, along with synchronization strategies Explores application decomposition, including several architectural refactoring patterns Delves into details of database decomposition, including the impact of breaking referential and transactional integrity, new failure modes, and more