Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Software Development eBooks

If you like Software Development eBooks, then you'll love these top picks.
Showing 1 - 24 of 9148 Results
Skip side bar filters
  • The Hard Thing About Hard Things

    Building a Business When There Are No Easy Answers

    by Ben Horowitz ...
    Ben Horowitz, cofounder of the venture capital firm Andreessen Horowitz and one of Silicon Valley’s most respected and experienced entrepreneurs, offers essential leadership advice on building and running a startup—practical wisdom for managing the toughest problems business school doesn’t cover, based on his popular ben’s blog.While many people talk about how great it is to start a business, very ... Read more

    PHP1,166.79

  • Kanban: A Quick and Easy Guide to Kickstart Your Project

    Learn what's Kanban and how agile development methodology and principles of lean management can help you develop and design faster and cheaper.If you're in IT, you've probably lived through this: clients demand last minute changes on a tight budget, you don't know what the other developers are doing, your work keeps overlapping, and you wonder how they come up with those unrealistic estimates.And ... Read more

    Free

  • Building Android Applications for Beginners

    by Steve Taylor ...
    This book is aimed at people with little or no understanding of developing applications or any experience with Java or computer programming in general.Rather than immediately delving into details, the book focuses instead on constructing simple Android examples that can immediately be seen to work. As an example, some very simple but yet powerful graphics are developed, the image on the book's ... Read more

    PHP232.59

  • The Manager's Path

    A Guide for Tech Leaders Navigating Growth and Change

    Managing people is difficult wherever you work. But in the tech industry, where management is also a technical discipline, the learning curve can be brutal—especially when there are few tools, texts, and frameworks to help you. In this practical guide, author Camille Fournier (tech lead turned CTO) takes you through each stage in the journey from engineer to technical manager.From mentoring ... Read more

    PHP1,426.59

  • Engineering Management for the Rest of Us

    by Sarah Drasner ...
    A lot of Engineering Managers and leaders studied for years and years to become the best Engineer they possibly could be... and then they were promoted.It can be very tough for those of us who didn't go into Engineering with the distinct concept that we would become managers, but still want to do our best to support our teams.I wrote this book because there's so much no one told me about ... Read more

    PHP582.34

  • Agile Testing

    A Practical Guide for Testers and Agile Teams

    Series series Addison-Wesley Signature Series (Cohn)
    Testing is a key component of agile development. The widespread adoption of agile methods has brought the need for effective testing into the limelight, and agile projects have transformed the role of testers. Much of a tester’s function, however, remains largely misunderstood. What is the true role of a tester? Do agile teams actually need members with QA backgrounds? What does it really mean to ... Read more

    PHP3,042.39

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Read more

    PHP1,342.69

  • Benefits Realization Management: A Practice Guide

    Drive successful project outcomes through effective benefits realization management.Is your organization struggling to align projects with strategic goals and achieve tangible benefits? Benefits Realization Management: A Practice Guide provides a comprehensive framework for maximizing value from your project investments.This guide is for project managers, program managers, portfolio managers, ... Read more

    PHP2,883.80 or Free with Kobo Plus

  • Delphi in a Nutshell

    A Desktop Quick Reference

    by Ray Lischner ...
    With a new name and a new focus on CORBA, database drivers, and Microsoft Back Office applications, Inprise/Borland Delphi is enjoying a resurgence, with a growing user base of programmers who use Delphi for rapid development of enterprise computing applications. Not to rest on success, the latest version of Delphi, Version 5, includes further expansion and refinement of the 3-tier application ... Read more

    PHP1,510.59

  • Scrum Narrative and PSM Exam Guide

    Scrum continues to prove as an effective newer way of working. This new way is rapidly making into many organizations, in particular the software development divisions due to the transformation results it delivers. The authentic source to know about Scrum and the approved body of knowledge on Scrum is "The Scrum Guide™" authored by Jeff Sutherland and Ken Schwaber. The 16 page guide is too dense ... Read more

    PHP582.34

  • App Inventor 2: Introduction

    Step-by-step guide to easy Android app programming

    Series Book 1 - Pevest Guides to App Inventor
    MIT App Inventor 2 is the fast and easy way to create custom Android apps for smart phones or tablets. This guide introduces the basic App Inventor features - you can likely create your first simple app in about an hour, and understand the basic components of App Inventor in a full day. App Inventor 2 is free to use and you can use it for commercial applications too.App Inventor 2: Tutorial is ... Read more

    PHP232.59

  • Oracle APEX 18.1 for Beginners

    A platform to rapidly develop data-centric web applications accessible from a multitude of devices

    by Riaz Ahmed ...
    This is my seventh book on Oracle Application Express (APEX) written for the latest 18.1 version. Just like my previous books that exposed the technology to thousands around the globe, this book is also aimed at absolute beginners who wish to learn from self-paced professional guidance and need a solid foundation in Oracle APEX.Oracle APEX is an amazing development platform in which you can build ... Read more

    PHP582.92 or Free with Kobo Plus

  • Agile Processes in Software Engineering and Extreme Programming

    19th International Conference, XP 2018, Porto, Portugal, May 21–25, 2018, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This open access book constitutes the proceedings of the 19th International Conference on Agile Software Development, XP 2018, held in Porto, Portugal, in May 2018.XP is the premier agile software development conference combining research and practice, and XP 2018 provided a playful and informal environment to learn and trigger discussions around its main theme – make, inspect, adapt.The 21 papers ... Read more

    Free

  • App Inventor 2 Databases and Files

    Step-by-step guide to TinyDB, TinyWebDB and Fusion Tables

    Series Book 3 - Pevest Guides to App Inventor
    App Inventor 2: Databases and Files is a step-by-step guide to writing apps that use TinyDB, TinyWebDB, Fusion Tables and data files for information storage and retrieval. Includes detailed explanations, examples, and a link to download sample code.TinyDB stores data on your smart phone or tablet and is a primary way for App Inventor apps to save data, even when the app is no longer running or if ... Read more

    PHP407.46

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Read more

    PHP2,853.59

  • Game Programming Patterns

    The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns ... Read more

    PHP1,454.39

  • Regular Expressions Cookbook

    Detailed Solutions in Eight Programming Languages

    Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away.This revised edition covers the regular expression ... Read more

    PHP2,140.09

  • Spring Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Spring Recipes: A Problem-Solution Approach, Third Edition builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. This book provides code recipes for the following, found in the latest Spring:Spring fundamentals: Spring IoC container, Spring AOP/ AspectJ, and more. Spring enterprise: Spring Java ... Read more

    PHP2,305.89

  • Ry's Git Tutorial

    by Ryan Hodson ...
    Git is a free version control system known for its speed, reliability, and non-linear development model. Its popularity among open-source developers makes Git a necessary tool for professional programmers, but it can also do wonders for your personal coding workflow. You'll be able to experiment with new ideas, radically refactor existing code, and efficiently share changes with other developers ... Read more

    Free

  • Agile Kaizen

    Managing Continuous Improvement Far Beyond Retrospectives

    Series series Computer Science (R0)
    Agile teams have been struggling with the concept of continuous improvement since the first Agile frameworks were developed, and still very little has been written about the practice of continuous improvement in Agile environments. Although team retrospectives have been prescribed and some practices have been introduced in order to implement and facilitate them, the truth is that most Agile teams ... Read more

    PHP4,362.99

  • Pro Node.js for Developers

    Series series Professional and Applied Computing (R0)
    Since it’s creation in 2009, Node.js has grown into a powerful and increasingly popular asynchronous-development framework for creating highly-scalable network applications using JavaScript. Respected companies such as Dow Jones and LinkedIn are among the many organizations to have seen Node’s potential and adopted it into their businesses.Pro Node.js for Developers provides a comprehensive guide ... Read more

    PHP3,902.89

  • Clean Code: A Handbook of Agile Software Craftsmanship

    A Handbook of Agile Software Craftsmanship

    Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his ... Read more

    PHP2,517.69

  • Software Engineering Frameworks for the Cloud Computing Paradigm

    Edited by Zaigham Mahmood, Saqib Saeed ...
    Series series Computer Science (R0)
    This book presents the latest research on Software Engineering Frameworks for the Cloud Computing Paradigm, drawn from an international selection of researchers and practitioners. The book offers both a discussion of relevant software engineering approaches and practical guidance on enterprise-wide software deployment in the cloud environment, together with real-world case studies. Features: ... Read more

    PHP5,609.69

  • The Cold Start Problem

    How to Start and Scale Network Effects

    by Andrew Chen ...
    A startup executive and investor draws on expertise developed at the premier venture capital firm Andreessen Horowitz and as an executive at Uber to address how tech’s most successful products have solved the dreaded "cold start problem"—by leveraging network effects to launch and scale toward billions of users.Although software has become easier to build, launching and scaling new products and ... Read more

    PHP1,076.49