Leanpub Header

Skip to main content

Filters

Category: "APIs"

APIs

  1. The API Economy
    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.

  2. API-Driven DevOps
    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.

  3. Moderne Datenzugriffslösungen mit Entity Framework 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.

  4. Automating and Testing a REST API
    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.