Ebooki
Restauracja na końcu wszechświata. Życie, wszechświat i cała reszta
Douglas Adams
KOLEJNE CZĘŚCI KULTOWEJ POWIEŚCI, KTÓRA ŁĄCZY WIZYJNĄ FANTASTYKĘ ZE ZWARIOWANYM BRYTYJSKIM HUMOREM Kilka sekund przed zniszczeniem Ziemi w celu przygotowania terenu pod budowę drogi szybkiego ruchu Arthur Dent zostaje zabrany z Ziemi przez swojego przyjaciela Forda Prefecta, specjalistę od badań terenowych nowego wydania encyklopedii Autostopem przez Galaktykę, który ostatnie piętnaście lat spędził na Ziemi, udając bezrobotnego aktora. Dynamiczna para zaczyna wspólną podróż w przestrzeni kosmicznej, wspomagana przez liczne cytaty z Autostopem (Ręcznik jest chyba najprzydatniejszą rzeczą, jaką może mieć przy sobie międzygwiezdny autostopowicz) oraz masę innych podróżników: Zaphoda Beeblebroxa dwugłowego i trzyrękiego byłego hipisa i ostatnią osobę, która powinna zostać prezydentem Galaktyki; Trillian, dziewczynę Zaphoda; Marvina, paranoidalnego, błyskotliwego i chronicznie depresyjnego robota; Veeta Voojagiga, byłego studenta, którego obsesyjnie dręczyło, co stało się z wszystkimi długopisami, które kupował w ostatnich latach. Kiedy zostaną rozwiązane wszystkie problemy dotyczące przestrzeni, czasu, materii oraz istoty życia, pozostanie pytanie: ,,Gdzie jest najlepsza kuchnia?" Restauracja na końcu wszechświata oferuje niepowtarzalne wrażenia gastronomiczne, zwłaszcza że nie ma co martwić się o dzień jutrzejszy Latanie to sztuka, a raczej sztuczka tak twierdzi przewodnik Autostopem przez Galaktykę. Dowcip polega na tym, by nauczyć się rzucać na ziemię i nie trafić w nią. Z lotu ptaka wiele problemów i niebezpieczeństw wygląda całkiem inaczej zwłaszcza życie, wszechświat i cała reszta Nigdy nie czytaliście śmieszniejszego science fiction: Douglas Adams jest mistrzem inteligentnej satyry, ostrego jak drut kolczasty dowcipu i komediowego dialogu. The Boston Globe
Valentin Bojinov
In this era of cloud computing, every data provisioning solution is built in a scalable and fail-safe way. Thus, when building RESTful services, the right choice for the underlying platform is vital. Node.js, with its asynchronous, event-driven architecture, is exactly the right choice to build RESTful APIs.This book will help you enrich your development skills to create scalable, server-side, RESTful applications based on the Node.js platform.Starting with the fundamentals of REST, you will understand why RESTful web services are better data provisioning solution than other technologies. You will start setting upa development environment by installing Node.js, Express.js, and other modules. Next, you will write a simple HTTP request handler and create and test Node.js modules using automated tests and mock objects. You will then have to choose the most appropriate data storage type, having options between a key/value or document data store, and also you will implement automated tests for it. This module will evolve chapter by chapter until it turns into a full-fledged and secure Restful service.
Andrzej Jarzyna, Samir Amzani, Mike Amundsen
Designing scalable, user-focused, and robust APIs that last isn’t just a technical challenge but a design imperative. Written by API leaders with over 30 years of combined experience in API strategy, governance, and community, this book is your comprehensive guide to API design, focusing on domain-driven, consumer-centric APIs that meet real user needs while remaining flexible and maintainable over time. It covers modern REST API design, tools like OpenAPI and JSON Schema, and the importance of a product-based approach. The chapters help you explore best practices, potential pitfalls, and anti-patterns, extending beyond the design phase.Starting with the “why” behind building an API, its intended users, and value, this book walks you through the API lifecycle, the role of contracts, and applying domain-driven design. You’ll develop a solid foundation in REST API design as you discover different styles, constraints, and more. Beyond design, the book covers testing techniques, API evolution, maintenance, and deprecation.By the end, you’ll not only know how to design great APIs but understand how to treat them as products, manage their lifecycle, and deliver real value by keeping your APIs relevant and reliable long after release.*Email sign-up and proof of purchase required
Balachandar Bogunuva Mohanram
Representational State Transfer (REST) is a simple yet powerful software architecture style to create lightweight and scalable web services. The RESTful web services use HTTP as the transport protocol and can use any message formats, including XML, JSON(widely used), CSV, and many more, which makes it easily inter-operable across different languages and platforms.This successful book is currently in its 3rd edition and has been used by thousands of developers. It serves as an excellent guide for developing RESTful web services in Java.This book attempts to familiarize the reader with the concepts of REST. It is a pragmatic guide for designing and developing web services using Java APIs for real-life use cases following best practices and for learning to secure REST APIs using OAuth and JWT. Finally, you will learn the role of RESTful web services for future technological advances, be it cloud, IoT or social media.By the end of this book, you will be able to efficiently build robust, scalable, and secure RESTful web services using Java APIs.
Jobinesh Purushothaman
REST (REpresentational State Transfer) is a simple yet powerful software architecture style to create scalable web services and allow them to be simple, lightweight, and fast. The REST API uses HTTP and JSON, so that it can be used with many programming languages such as Ruby, Java, Python, and Scala. Its use in Java seems to be the most popular though, because of the API's reusability.This book is a guide to developing RESTful web services in Java using the popular RESTful framework APIs available today. You will begin with gaining an in-depth knowledge of the RESTful software architectural style and its relevance in modern applications. Further, you will understand the APIs to parse, generate, transform, and query JSON effectively. Then, you will see how to build a simple RESTful service using the popular JAX-RS 2.0 API along with some real-world examples. This book will introduce you to the Jersey framework API, which is used to simplify your web services.You will also see how to secure your services with various authentication mechanisms. You will get to grips with various solutions to describe, produce, consume, and visualize RESTful web services. Finally, you will see how to design your web services to equip them for the future technological advances, be it Cloud or mobile computing.By the end of this book, you will be able to efficiently build robust, scalable, and secure RESTful web services, making use of the JAX-RS and Jersey framework extensions.
René Enríquez
A sequential and easy-to-follow guide which allows you to understand the concepts related to securing web apps/services quickly and efficiently, since each topic is explained and described with the help of an example and in a step-by-step manner, helping you to easily implement the examples in your own projects. This book is intended for web application developers who use RESTful web services to power their websites. Prior knowledge of RESTful is not mandatory, but would be advisable.
Valentin Bojinov
When building RESTful services, it is really important to choose the right framework. Node.js, with its asynchronous, event-driven architecture, is exactly the right choice for building RESTful APIs.This third edition of RESTful Web API Design with Node.js 10 will teach you to create scalable and rich RESTful applications based on the Node.js platform. You will be introduced to the latest NPM package handler and understand how to use it to customize your RESTful development process. You will begin by understanding the key principle that makes an HTTP application a RESTful-enabled application. After writing a simple HTTP request handler, you will create and test Node.js modules using automated tests and mock objects; explore using the NoSQL database, MongoDB, to store data; and get to grips with using self-descriptive URLs. You’ll learn to set accurate HTTP status codes along with understanding how to keep your applications backward-compatible. Also, while implementing a full-fledged RESTful service, you will use Swagger to document the API and implement automation tests for a REST-enabled endpoint with Mocha. Lastly, you will explore some authentication techniques to secure your application.
Restytucja i ochrona dóbr kultury. Zagadnienia prawne
Iwona Gredka-Ligarska, Anna Rogacka-Łukasik
Celem książki jest ukazanie problematyki prawnej ochrony dóbr kultury widziane z kilku perspektyw: krajowej, europejskiej oraz światowej.