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.
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.
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.
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.
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.
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.
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.