Leanpub Header

Skip to main content

Filters

Category: "APIs"

Books

  1. API foundations in Go
    You've mastered PHP and are looking at Node.js? Skip it and try Go.
    Tit Petric

    Using Go was the best choice I've made.Working with APIs in PHP is a pain in the ass.With this book you'll learn to use Go, taking advantage of it's multi-threaded nature, and typed syntax. Starting your API implementation in Go is your first step towards what a rock solid API should be.

  2. Learn ASP.NET Core MVC
    Be ready next week using Visual Studio 2017
    Arnaud Weil

    You know next to nothing about ASP.NET Core but need to start coding your next application within a week. Don't worry: this book has you covered.

  3. Learn Microservices - ASP.NET Core and Docker
    Be ready for coding away next week
    Arnaud Weil

    You know next to nothing about Microservices but need to start coding your next application within a week. Don't worry: this book has you covered.

  4. The API Economy
    Disruption and the Business of APIs
    Nordic APIs

    APIs are all around us, driving the digital world and largely responsible for some pretty astounding industry disruption. Just as important is the interlaced economy supporting these services. Read The API Economy to learn who the major players are, and how to navigate through this ever evolving, now diversified, API economy.

  5. API-Driven DevOps
    Strategies for Continuous Deployment
    Nordic APIs

    Grab this volume to learn about the API-driven approach to uniting development and operations. This eBook combines all our writing on DevOps, the firestorm that empowers and extends capability for developers; we overview Continuous Integration tooling, Docker, IoT Continuous Deployment, Configuration Management, and more.

  6. Moderne Datenzugriffslösungen mit Entity Framework 6
    Datenbankprogrammierung mit .NET und C#
    Manfred Steyer and Dr. Holger Schwichtenberg

    Dieses Buch zeigt, wie Datenbanken auf moderne und zeitsparende Art und Weise angesprochen werden können. Das Buch richtet sich an Softwareentwickler, die bereits grundlegende Erfahrung mit .NET, insbesondere C#, ADO.NET und LINQ, sowie mit relationalen Datenbanken gesammelt haben und nun Entity Framework 6.x zur Erstellung von Datenzugriffscode einsetzen wollen.

  7. Automating and Testing a REST API
    A Case Study in API testing using: Java, REST Assured, Postman, Tracks, cURL and HTTP Proxies
    Alan Richardson

    A detailed look at the thought processes and techniques for testing a REST API based application. Starting with interactive testing using the GUI, cURL and HTTP Proxies, we move on to automating the REST API using Java and REST Assured. The case study uses an Open Source application and free and tools.