Wydawca: 3
505
Ebook

Marriage

Herbert George Wells

Marriage is a surprising story about relationships and people by science fiction legend, H.G. Wells. It features two protagonists: Marjorie Pope, the oldest daughter of a carriage manufacturer whose business has been ruined by the advent of the automobile, and R. A. G. Trafford, a physicist specializing in crystallography whom she marries against the wishes of her family at the age of 21. The novel traces the history of their relationship, which begins when an early airplane Trafford is piloting crashes into the garden of a house Marjories family is renting for the summer. The plot followed the meeting of the couple, their marriage, their failures and success and eventually their trip to the wilderness of the snowy norths to get away from it all and find out what really mattered.

506
Ebook

Microservices with Clojure. Develop event-driven, scalable, and reactive microservices with real-time monitoring

Anuj Kumar

The microservice architecture is sweeping the world as the de facto pattern with which to design and build scalable, easy-tomaintain web applications. This book will teach you common patterns and practices, and will show you how to apply these using the Clojure programming language.This book will teach you the fundamental concepts of architectural design and RESTful communication, and show you patterns that provide manageable code that is supportable in development and at scale in production. We will provide you with examples of how to put these concepts and patterns into practice with Clojure. This book will explain and illustrate, with practical examples, how teams of all sizes can start solving problems with microservices.You will learn the importance of writing code that is asynchronous and non-blocking and how Pedestal helps us do this. Later, the book explains how to build Reactive microservices in Clojure that adhere to the principles underlying the Reactive Manifesto. We finish off by showing you various ways to monitor, test, and secure your microservices. By the end, you will be fully capable of setting up, modifying, and deploying a microservice with Clojure and Pedestal.

507
Ebook

Dylematy Unii Europejskiej. Studia i szkice

Zbiorowy

Ponad dziesięcioletnia obecność Polski w Unii Europejskiej stanowi doskonałą okazję do analizy i podsumowań całokształtu funkcjonowania Unii Europejskiej w strukturach, a także refleksji w zakresie wyzwań przed jakimi staje w dniu dzisiejszym. Rozszerzenie Unii Europejskiej stanowi obecnie wielkie wyzwanie dla wszystkich państw członkowskich, zarówno w wymiarze politycznym, społecznym, jak i gospodarczym. Kryzys ekonomiczny, polityczny i imigracyjny silnie wpłynął na społeczeństwa europejskie, powodując wzrost poparcia dla grup postulujących ograniczanie tendencji integracyjnych w ramach UE na rzecz decentralizacji, a w skrajnych przypadkach całkowitej dekompozycji jej struktur.

508
Ebook

The Wistaria Scarf

J.U. Giesy, Junius B Smith

Sheldon, who was sentenced many times to imprisonment, has long been free. There were no rumors about him. However, his daughter is married and is going to the honeymoon, which paid for her father. The detective gets a phone call saying Sheldon has taken up the old business. And the detective goes to Sheldons daughter, whom he was in love with. The pursuit of Sheldon will never stop. However, maybe this time he is still not guilty?

509
Ebook

Sprawozdanie finansowe w formie elektronicznej. Poznaj wskazówki dotyczące nowego obowiązku

Katarzyna Trzpioła

Sprawozdanie finansowe,sprawozdanie z działalności, sprawozdanie z działalności grupy kapitałowej, skonsolidowane sprawozdanie finansowe, sprawozdanie z płatności i skonsolidowane sprawozdanie z płatności sporządzisz w formie elektronicznej. Wiążą się z tym określone obowiązki. Poznaj szczegóły

510
Ebook

The Dream-Quest of Unknown Kadath and Other the Randolph Carter Stories

H.P. Lovecraft

The Dream Quest is one of his most significant stories. This is the bridge and the key to his two greatest periods and his most revealing personal work. This complex fantasy of a dream, which strangely brought the protagonist closer to the solution. Lovecraft stories are full of nightmares ruled by evil gods.

511
Ebook

Chwile czasu minionego

Andrzej Mycielski

Jest to trzecie, znacznie rozszerzone wydanie pamiętników prof. Andrzeja Mycielskiego. Pamiętniki te pisane są niezwykle barwnym, uroczym i nieco staroświeckim językiem. Opisują świat ziemiaństwa polskiego, arystokracji, a także środowiska Uniwersytetu Wileńskiego w okresie przedwojennym, Uniwersytetu Jagiellońskiego w czasie okupacji niemieckiej i Uniwersytetu Wrocławskiego w okresie powojennym.   W recenzji Grzegorz Gądek stwierdził: >>Książka Andrzeja Mycielskiego „Chwile czasu minionego” należy bez wątpienia do najlepiej napisanych wspomnień, jakie udało mi się czytać. Podziwiam znakomity język autora. Wszystkie zawarte w niej wspomnienia, zdarzenia i fakty opisane są ogromnie barwnie i starannie. Autor jest niezwykle zdyscyplinowany, trzyma się zawsze tematu, nie traci nigdy z oka celu, do którego w opowieści zmierza. Zwraca uwagę całkowity brak snobizmu (związanego często z pochodzeniem oraz tytułem naukowym i stanowiskiem), wartka narracja pozbawiona zbytecznej rozwlekłości i plotkarstwa. Czuje się akuratność wypowiedzi, które zazwyczaj kończą się puentą. Książka napisana jest z ogromnym wdziękiem, z lekkością i porcją krytycyzmu, nie tylko dotyczącego innych, ale również siebie (vide rozdział: „Konstytucja Weimarska”)<<. Wiedeń, 1 marca 2017 r.

512
Ebook

Node Cookbook. Actionable solutions for the full spectrum of Node.js 8 development - Third Edition

David Mark Clements, Mathias Buus Madsen, Peter Elger, Matteo Collina

Today's web demands efficient real-time applications and scalability. Asynchronous event-driven programming is ideal for this, and this is where Node.js comes in. Server-side JavaScript has been here since the 90s, but Node got it right.With Node for tooling and server-side logic, and a browser-based client-side UI, everything is JavaScript. This leads to rapid, fluid development cycles. The full-stack, single language experience means less context-switching between languages for developers, architects and whole teams.This book shows you how to build fast, efficient, and scalable client-server solutions using the latest versions of Node. The book begins with debugging tips and tricks of the trade, and how to write your own modules. Then you'll learn the fundamentals of streams in Node.js, discover I/O control, and how to implement the different web protocols. You'll find recipes for integrating databases such as MongoDB, MySQL/MariaDB, Postgres, Redis, and LevelDB. We also cover the options for building web application with Express, Hapi and Koa.You will then learn about security essentials in Node.js and advanced optimization tools and techniques.By the end of the book you will have acquired the level of expertise to build production-ready and scalable Node.js systems.The techniques and skills you will learn in this book are based on the best practices developed by nearForm, one of the leaders in Node implementations, who supported the work of the authors on this book.