Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Software Developer by Jill Clarke
RRP: £19.99Booksplease Price: £15.88Software developers are responsible for producing fully functioning and secure software products, this encompasses design, programming and testing. With a growing need for software for everything from business to games to everyday items such as fridges,... -
Making Software: What Really Works, and Why We Believe it Andy Oram 9780596808327
RRP: £35.99Booksplease Price: £23.33No doubt, you've heard many claims about how some tool, technology, or practice improves software development. But which claims are verifiable, and which are merely wishful thinking? In this book, leading thinkers such as Steve McConnell, Barry Boehm,... -
Programming Challenges: The Programming Contest Training Manual by Steven Skiena 9780387001630
RRP: £59.99Booksplease Price: £53.19There are many distinct pleasures associated with computer programming. Craftsmanship has its quiet rewards, the satisfaction that comes from building a useful object and making it work. Excitement arrives with the flash of insight that cracks a... -
Requirements Engineering: From System Goals to UML Models to Software Specifications by Axel van Lamsweerde 9780470012703
RRP: £56.95Booksplease Price: £56.53The book presents both the current state of the art in requirements engineering and a systematic method for engineering high-quality requirements, broken down into four parts. The first part introduces fundamental concepts and principles including the... -
Lean Architecture: for Agile Software Development by James O. Coplien
RRP: £29.99Booksplease Price: £21.60More and more Agile projects are seeking architectural roots as they struggle with complexity and scale - and they're seeking lightweight ways to do it * Still seeking? In this book the authors help you to find your own path * Taking cues from Lean... -
Practical Google Analytics and Google Tag Manager for Developers by Jonathan Weber
RRP: £64.99Booksplease Price: £54.15Whether you're a marketer with development skills or a full-on web developer/analyst, Practical Google Analytics and Google Tag Manager for Developers shows you how to implement Google Analytics using Google Tag Manager to jumpstart your web analytics... -
Think First: My No-Nonsense Approach to Creating Successful Products, Memorable User Experiences + Very Happy Customers by Joe Natoli 9780986344824
RRP: £24.99Booksplease Price: £20.59Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780986344824Author Joe NatoliFormat PaperbackPage Count 198Imprint Give Good UXPublisher Give Good UXWeight(grams) 272gDimensions(mm) 229mm * 152mm * 11mm -
Herding Cats: A Primer for Programmers Who Lead Programmers by J.Hank Rainwater 9781590590171
RRP: £54.99Booksplease Price: £43.02Herding Cats: A Primer for Programmers Who Lead Programmers is a comprehensive guide-think of it as a field manual-to the management challenges of supervising and leading programmers. J. Hank Rainwater introduces new and not-so-new managers to concepts... -
Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing by Rex Black
RRP: £34.99Booksplease Price: £25.07New edition of one of the most influential books on managing software and hardware testing In this new edition of his top-selling book, Rex Black walks you through the steps necessary to manage rigorous testing programs of hardware and software. The... -
Autotools, 2nd Edition: A Practitioner's Guide to GNU Autoconf, Automake, and Libtool by John Calcote
RRP: £47.99Booksplease Price: £31.17Autotools is the first book to offer programmers a tutorial-based guide to the GNU build system. The new and improved second edition of Autotools includes five new chapters on PkgConfig, unit testing with Autotest, internationalising with GNU, the... -
Advanced Windows Debugging by Mario Hewardt
RRP: £47.99Booksplease Price: £34.93&> -- Bob Wilton, Escalation Engineer, Critical Problem Resolution Team, Microsoft "An excellent reference for both intermediate and advanced debuggers: highly practical, and filled with tricks and strategies. This book stands out from all other Win32... -
Design Patterns in .NET 6: Reusable Approaches in C# and F# for Object-Oriented Software Design by Dmitri Nesteruk 9781484282441
RRP: £54.99Booksplease Price: £40.91Implement design patterns in .NET 6 using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today's developer toolbox. In addition to the functional builder,... -
A Discipline of Multiprogramming: Programming Theory for Distributed Applications by Jayadev Misra 9780387952062
RRP: £44.99Booksplease Price: £44.91In this book, a programming model is developed that addresses the fundamental issues of "large-scale programming," unifying several concepts from database theory, object-oriented programming and designs of reactive systems. The model and the associated... -
From Bash to Z Shell: Conquering the Command Line by Oliver Kiddle
RRP: £54.99Booksplease Price: £43.70* In-depth, unique coverage of ZSH, one of most modern and powerful of all shells. Also covers Bash, the preferred shell for most serious Linux and Unix users. * Very strong author and tech review team: Co-author Peter Stephenson has been involved in... -
Sustainable Software Architecture Carola Lilienthal 9781681985695
RRP: £40.00Booksplease Price: £26.25Today's programmers don't develop software systems from scratch. Instead, they spend their time fixing, extending, modifying, and enhancing existing software. Legacy systems often turn into an unwieldy mess that becomes increasingly difficult to modify,... -
Code Like a Pro in Rust by Brenden Matthews 9781617299643
RRP: £45.99Booksplease Price: £32.77Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code... -
Beginning Software Engineering, Second Edition by Stephens
RRP: £42.50Booksplease Price: £34.32Discover the foundations of software engineering with this easy and intuitive guide In the newly updated second edition of Beginning Software Engineering, expert programmer and tech educator Rod Stephens delivers an instructive and intuitive introduction... -
The Science of Programming by David Gries 9780387964805
RRP: £79.99Booksplease Price: £74.71Describes basic programming principles and their step-by- step applications.Numerous examples are included.Springer Book ArchivesBook InformationISBN 9780387964805Author David GriesFormat PaperbackPage Count 388Imprint Springer-Verlag New York Inc... -
Functional Programming Patterns in Scala and Clojure: Write Lean Programs for the Jvm Michael Bevilacqua-Linn 9781937785475
RRP: £28.99Booksplease Price: £19.29Solve real-life programming problems with a fraction of the code that pure object-oriented programming requires. Use Scala and Clojure to solve in-depth problems with two sets of patterns: object-oriented patterns that become more concise with functional... -
Requirements Engineering: A Good Practice Guide Ian Sommerville (Lancaster University) 9780471974444
RRP: £61.95Booksplease Price: £60.83Requirements engineering is the process of discovering, documenting and managing the requirements for a computer-based system. The goal of requirements engineering is to produce a set of system requirements which, as far as possible, is complete,... -
Garbage Collection: Algorithms for Automatic Dynamic Memory Management Richard Jones (University of Kent at Canterbury, UK) 9780471941484
RRP: £61.95Booksplease Price: £58.60Modern software places increasing reliance on dynamic memory allocation, but its direct management is not only notoriously error--prone. Garbage collection eliminates many of these bugs. This reference presents each of the most important algorithms in... -
Configuration Management, Second Edition: Theory and Application for Engineers, Managers, and Practitioners by Jon M. Quigley
RRP: £66.99Booksplease Price: £57.22The book provides a comprehensive approach to configuration management from a variety of product development perspectives, including embedded and IT. It provides authoritative advice on how to extend products for a variety of markets due to configuration... -
Experiences of Test Automation: Case Studies of Software Test Automation by Dorothy Graham 9780321754066
Booksplease Price: £56.29Software test automation has moved beyond a luxury to become a necessity. Applications and systems have grown ever larger and more complex, and manual testing simply cannot keep up. As technology changes, and more organizations move into agile... -
Version Control with Subversion by Ben Collins-Sussman 9780596510336 [USED COPY]
RRP: £31.99Booksplease Price: £2.54Written by members of the development team that maintains Subversion, this is the official guide and reference manual for the popular open source revision control technology. The new edition covers Subversion 1.5 with a complete introduction and guided... -
Version Control with Subversion 2e C Michael Pilato 9780596510336
RRP: £31.99Booksplease Price: £20.91Written by members of the development team that maintains Subversion, this is the official guide and reference manual for the popular open source revision control technology. The new edition covers Subversion 1.5 with a complete introduction and guided... -
User-Centered Design: A Developer's Guide to Building User-Friendly Applications Travis Lowdermilk 9781449359805
RRP: £23.99Booksplease Price: £15.89How do you design engaging applications that people love to use? This book demonstrates several ways to include valuable input from potential clients and customers throughout the process. With practical guidelines and insights from his own experience,... -
Illustrated C# 7: The C# Language Presented Clearly, Concisely, and Visually by Daniel Solis
RRP: £54.99Booksplease Price: £49.70Get to work quickly with C# with a uniquely succinct and visual format used to present the C# 7.0 language. Whether you're getting to grips with C# for the first time or working to deepen your understanding, you'll find this book to be a clear and... -
Professional Android Reto Meier 9781118949528
RRP: £37.99Booksplease Price: £25.84The comprehensive developer guide to the latest Android features and capabilities Professional Android, 4th Edition shows developers how to leverage the latest features of Android to create robust and compelling mobile apps. This hands-on approach... -
The Essentials of Modern Software Engineering: Free the Practices from the Method Prisons! by Ivar Jacobson 9781947487246
Booksplease Price: £70.28The first course in software engineering is the most critical. Education must start from an understanding of the heart of software development, from familiar ground that is common to all software development endeavors.This book is an in-depth... -
Requirements Engineering by Jeremy Dick 9783319610726
RRP: £64.99Booksplease Price: £57.98Updated with new developments, ideas and thinking, as well as new tool descriptions, the fourth edition of this popular book is driven by practical experience from industry. It provides invaluable information on how to write and structure requirements,... -
Risk Management Professional (PMI-RMP)® by Carl Pritchard 9780138108472
RRP: £37.99Booksplease Price: £32.20Learn, prepare, and practice for the Risk Management Professional (PMI-RMP) (R) exam success with this Cert Guide from Pearson IT Certification, a leader in IT Certification learning. Master PMI-RMP exam topicsAssess your knowledge with chapter-ending... -
Rust Web Development Bastian Gruber 9781617299001
RRP: £38.99Booksplease Price: £28.20Create bulletproof, high-performance web apps and servers with Rust. In Rust Web Development you will learn: Handling the borrow checker in an asynchronous environmentCreating web APIs and using JSON in RustGraceful error... -
SwiftUI For Dummies WM Lee 9781119652687
RRP: £24.99Booksplease Price: £16.68The simplest way to create world-class apps Have a unique app idea but worried you don't quite have the coding skills to build it? Good news: You can stop fretting about someone beating you to market with the same idea and start work right now using... -
Optimizing Compilers for Modern Architectures: A Dependence-based Approach by Randy Allen 9781558602861
RRP: £101.00Booksplease Price: £90.53Modern computer architectures designed with high-performance microprocessors offer tremendous potential gains in performance over previous designs. Yet their very complexity makes it increasingly difficult to produce efficient code and to realize their... -
Competing with Unicorns by Jonathan Rasmusson
RRP: £21.50Booksplease Price: £14.58Today's tech unicorns develop software differently. They've developed a way of working that lets them scale like an enterprise while working like a startup. These techniques can be learned. This book takes you behind the scenes and shows you how... -
Applied Software Project Management by Andrew Stellman 9780596009489
RRP: £31.99Booksplease Price: £20.61"If you're looking for solid, easy-to-follow advice on estimation, requirements gathering, managing change, and more, you can stop now: this is the book for you." --Scott Berkun, Author of The Art of Project Management What makes software projects... -
Arduino Sketches: Tools and Techniques for Programming Wizardry by James A. Langbridge 9781118919606
RRP: £28.00Booksplease Price: £24.59Master programming Arduino with this hands-on guide Arduino Sketches is a practical guide to programming the increasingly popular microcontroller that brings gadgets to life. Accessible to tech-lovers at any level, this book provides expert instruction... -
Effective Software Development for the Enterprise: Beyond Domain Driven Design, Software Architecture, and Extreme Programming by Tengiz Tutisani 9781484293874
RRP: £54.99Booksplease Price: £28.80It's a jungle out there.Delivering software solutions with predictable costs, time, scope, and quality has become more complicated than ever. Developers need to account for multiple moving targets, including often avoided but always relevant factors such... -
Heterogeneous Computing with OpenCL 2.0 by David R. Kaeli 9780128014141
RRP: £58.99Booksplease Price: £52.15Heterogeneous Computing with OpenCL 2.0 teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs). This fully-revised... -
The Productive Programmer Neal Ford 9780596519780
RRP: £31.99Booksplease Price: £20.61Anyone 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...