Cantitate/Preț
Produs

Creating Maintainable APIs: A Practical, Case-Study Approach

Autor Ervin Varga
en Limba Engleză Paperback – 15 noi 2016
Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs. 

The overall context of Creating Maintainable APIs is to classify the topics into four main areas: classes and interfaces, HTTP REST APIs, messaging APIs, and message payloads (XML, JSON and JSON API as well as Apache Avro).


What You Will Learn
  • Use object-oriented design constructs and their APIs
  • Create and manage HTTP REST APIs
  • Build and manage maintainable messaging APIs, including the use of Apache Kafka as a principal messaging hub
  • Handle message payloads via JSON


Who This Book Is For

Any levelsoftware engineers and very experienced programmers.

Citește tot Restrânge

Preț: 30872 lei

Preț vechi: 38591 lei
-20% Nou

Puncte Express: 463

Preț estimativ în valută:
5909 6145$ 4952£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484221952
ISBN-10: 1484221958
Pagini: 300
Ilustrații: XIX, 293 p. 40 illus. in color.
Dimensiuni: 178 x 254 x 17 mm
Greutate: 0.55 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Information Hiding and APIs.- 2. Modular Design.- 3. Designing Classes for Reuse.- 4. TDD as an API Design Technique.- 5. Identifying Resources.- 6. Versioning REST APIs.- 7. Encoding Actions on Resources.- 8. Implementing Synchronous and Asynchronous REST APIs.- 9. Documenting REST APIs.- 10. Testing REST APIs.- 11. Implementing Messaging APIs.- 12. Apache Kafka as a Messaging Hub.- 13. Testing Messaging APIs.- 14. Schema Based Messages.- 15. The Core JSON API.- 16. Evolving the JSON API.- 17. Katharsis.

Notă biografică

Ervin Varga is in the software industry as a professional software engineer since 1994. He is an IEEE Software Engineering Certified Instructor, and an assistant professor at the University of Novi Sad, Faculty of Technical Sciences, Novi Sad, Serbia. As an owner of the software consulting company Expro I.T. Consulting, he is always in touch with production software. Consequently, he does posses production level expertise with the content of this book.  Lastly, Ervin has a M.Sc. from computer science, and a Ph.D. from electrical engineering (my thesis was an application of software engineering/computer science in the domain of electrical power systems).

Textul de pe ultima copertă

This book explains the importance of having straightforward and maintainable APIs in order for services to be usable and maintainable. Although, the focus is on services, this book also emphasizes how the core principles apply even to bare classes. 

The overall context of this book is to classify the topics into 4 main areas: classes and interfaces, HTTP REST APIs, messaging APIs, and message payloads (XML, JSON and JSON API as well as Apache Avro).

Here is what you'll learn:
  • What are Object-Oriented design constructs and their APIs
  • How to create and manage the HTTP REST APIs
  • How to create and manage maintainable messaging APIs, including the use of Apache Kafka ad a principle messaging hub
  • How to handle message payloads via JSON mostly
  • And more

Caracteristici

This is a unique contemporary book for any software engineer or experienced APIs programmers/coder Employs a practical, case studies-driven approach to creating maintainable APIs Written by an expert software engineer and production manager