E-Books
40513
E-book

Software Architecture Patterns for Serverless Systems. Architecting for innovation with events, autonomous services, and micro frontends

John Gilbert, Ed Price

As businesses are undergoing a digital transformation to keep up with competition, it is now more important than ever for IT professionals to design systems to keep up with the rate of change while maintaining stability.This book takes you through the architectural patterns that power enterprise-grade software systems and the key architectural elements that enable change (such as events, autonomous services, and micro frontends), along with showing you how to implement and operate anti-fragile systems.First, you’ll divide up a system and define boundaries so that your teams can work autonomously and accelerate innovation. You’ll cover low-level event and data patterns that support the entire architecture, while getting up and running with the different autonomous service design patterns.Next, the book will focus on best practices for security, reliability, testability, observability, and performance. You’ll combine all that you've learned and build upon that foundation, exploring the methodologies of continuous experimentation, deployment, and delivery before delving into some final thoughts on how to start making progress.By the end of this book, you'll be able to architect your own event-driven, serverless systems that are ready to adapt and change so that you can deliver value at the pace needed by your business.

40514
E-book

Software Architecture with C# 10 and .NET 6. Develop software solutions using microservices, DevOps, EF Core, and design patterns for Azure - Third Edition

Gabriel Baptista, Francesco Abbruzzese

Software architecture is the practice of implementing structures and systems that streamline the software development process and improve the quality of an app. This fully revised and expanded third edition, featuring the latest features of .NET 6 and C# 10, enables you to acquire the key skills, knowledge, and best practices required to become an effective software architect.Software Architecture with C# 10 and .NET 6, Third Edition features new chapters that describe the importance of the software architect, microservices with ASP.NET Core, and analyzing the architectural aspects of the front-end in the applications, including the new approach of .NET MAUI. It also includes a new chapter focused on providing a short introduction to artificial intelligence and machine learning using ML.NET, and updated chapters on Azure Kubernetes Service, EF Core, and Blazor.You will begin by understanding how to transform user requirements into architectural needs and exploring the differences between functional and non-functional requirements. Next, you will explore how to choose a cloud solution for your infrastructure, taking into account the factors that will help you manage a cloud-based app successfully. Finally, you will analyze and implement software design patterns that will allow you to solve common development problems.By the end of this book, you will be able to build and deliver highly scalable enterprise-ready apps that meet your business requirements.

40515
E-book

Software Architecture with C# 12 and .NET 8. Build enterprise applications using microservices, DevOps, EF Core, and design patterns for Azure - Fourth Edition

Gabriel Baptista, Francesco Abbruzzese

Software Architecture with C# 12 and .NET 8 puts high-level design theory to work in a .NET context, teaching you the key skills, technologies, and best practices required to become an effective .NET software architect.This fourth edition puts emphasis on a case study that will bring your skills to life. You’ll learn how to choose between different architectures and technologies at each level of the stack. You’ll take an even closer look at Blazor and explore OpenTelemetry for observability, as well as a more practical dive into preparing .NET microservices for Kubernetes integration.Divided into three parts, this book starts with the fundamentals of software architecture, covering C# best practices, software domains, design patterns, DevOps principles for CI/CD, and more. The second part focuses on the technologies, from choosing data storage in the cloud to implementing frontend microservices and working with Serverless. You’ll learn about the main communication technologies used in microservices, such as REST API, gRPC, Azure Service Bus, and RabbitMQ. The final part takes you through a real-world case study where you’ll create software architecture for a travel agency.By the end of this book, you will be able to transform user requirements into technical needs and deliver highly scalable enterprise software architectures.

40516
E-book

Software Architecture with C# 9 and .NET 5. Architecting software solutions using microservices, DevOps, and design patterns for Azure - Second Edition

Gabriel Baptista, Francesco Abbruzzese

Software architecture is the practice of implementing structures and systems that streamline the software development process and improve the quality of an app. This fully revised and expanded second edition, featuring the latest features of .NET 5 and C# 9, enables you to acquire the key skills, knowledge, and best practices required to become an effective software architect.This second edition features additional explanation of the principles of Software architecture, including new chapters on Azure Service Fabric, Kubernetes, and Blazor. It also includes more discussion on security, microservices, and DevOps, including GitHub deployments for the software development cycle.You will begin by understanding how to transform user requirements into architectural needs and exploring the differences between functional and non-functional requirements. Next, you will explore how to carefully choose a cloud solution for your infrastructure, along with the factors that will help you manage your app in a cloud-based environment.Finally, you will discover software design patterns and various software approaches that will allow you to solve common problems faced during development.By the end of this book, you will be able to build and deliver highly scalable enterprise-ready apps that meet your organization’s business requirements.

40517
E-book

Software Architecture with C++. Design modern systems using effective architecture concepts, design patterns, and techniques with C++20

Adrian Ostrowski, Piotr Gaczkowski

Software architecture refers to the high-level design of complex applications. It is evolving just like the languages we use, but there are architectural concepts and patterns that you can learn to write high-performance apps in a high-level language without sacrificing readability and maintainability. If you're working with modern C++, this practical guide will help you put your knowledge to work and design distributed, large-scale apps. You'll start by getting up to speed with architectural concepts, including established patterns and rising trends, then move on to understanding what software architecture actually is and start exploring its components. Next, you'll discover the design concepts involved in application architecture and the patterns in software development, before going on to learn how to build, package, integrate, and deploy your components. In the concluding chapters, you'll explore different architectural qualities, such as maintainability, reusability, testability, performance, scalability, and security. Finally, you will get an overview of distributed systems, such as service-oriented architecture, microservices, and cloud-native, and understand how to apply them in application development.By the end of this book, you'll be able to build distributed services using modern C++ and associated tools to deliver solutions as per your clients' requirements.

40518
E-book

Software Architecture with Kotlin. Combine various architectural styles to create sustainable and scalable software solutions

Jason (Tsz Shun) Chow

Software Architecture with Kotlin explores the various styles of software architecture with a focus on using the Kotlin programming language. The author draws on their 20+ years of industry experience in developing large-scale enterprise distributed systems to help you grasp the principles, practices, and patterns that shape the architectural landscape of modern software systems.The book establishes a strong foundation in software architecture, explaining key concepts such as architectural qualities and principles, before teaching you how architectural decisions impact the quality of a system, such as scalability, reliability, and extendability. The chapters address modern architecture topics such as microservices, serverless, and event-driven architectures, providing insights into the challenges and trade-offs involved in adopting these architectural styles. You’ll also discover practical tools that’ll help you make informed decisions and mitigate risks. All architectural patterns in this book are demonstrated using Kotlin.By the end of this book, you’ll have gained practical expertise by using real-world examples, along with a solid understanding of Kotlin, to become a more proficient and impactful software architect.

40519
E-book

Software Architecture with Python. Design and architect highly scalable, robust, clean, and high performance applications in Python

Anand Balachandran Pillai

This book starts by explaining how Python fits into an application's architecture. As you move along, you will get to grips with architecturally significant demands and how to determine them. Later, you’ll gain a complete understanding of the different architectural quality requirements for building a product that satisfies business needs, such as maintainability/reusability, testability, scalability, performance, usability, and security.You will also use various techniques such as incorporating DevOps, continuous integration, and more to make your application robust. You will discover when and when not to use object orientation in your applications, and design scalable applications.The focus is on building the business logic based on the business process documentation, and understanding which frameworks to use and when to use them. The book also covers some important patterns that should be taken into account while solving design problems, as well as those in relatively new domains such as the Cloud.By the end of this book, you will have understood the ins and outs of Python so that you can make critical design decisions that not just live up to but also surpassyour clients’ expectations.

40520
E-book

Software Architecture with Spring 5.0. Design and architect highly scalable, robust, and high-performance Java applications

René Enríquez, Alberto Salazar

Spring 5 and its ecosystem can be used to build robust architectures effectively. Software architecture is the underlying piece that helps us accomplish our business goals whilst supporting the features that a product demands. This book explains in detail how to choose the right architecture and apply best practices during your software development cycle to avoid technical debt and support every business requirement. Choosing the right architecture model to support your business requirements is one of the key decisions you need to take when a new product is being created from scratch or is being refactored to support new business demands. This book gives you insights into the most common architectural models and guides you when and where they can be used. During this journey, you’ll see cutting-edge technologies surrounding the Spring products, and understand how to use agile techniques such as DevOps and continuous delivery to take your software to production effectively. By the end of this book, you’ll not only know the ins and outs of Spring, but also be able to make critical design decisions that surpass your clients’ expectations.

40521
E-book

Software Architecture with Spring. Design scalable and high-performance Java applications with Spring

Wanderson Xesquevixos

Keep up with the fast-paced tech landscape with Software Architecture with Spring, your practical guide to making strategic architectural decisions that align seamlessly with your business objectives.Drawing from Wanderson's decades of experience, you'll journey through the complete software development lifecycle—from initial requirements gathering, through development and testing, to production deployment. You'll get hands-on with the evolution of an auction system, exploring its transformation through multiple architectural styles. You’ll discover how you can effectively transform a monolithic system into microservices using proven patterns and practices.As you progress, you’ll master advanced architectural paradigms such as Event-Driven Architecture, Filter-and-Pipeline Architecture, and Serverless Architecture.

40522
E-book

Software Craftsman. Profesjonalizm, czysty kod i techniczna perfekcja

Sandro Mancuso

Coraz więcej mówi się o dobrych praktykach programistycznych, a mimo to wciąż zdarzają się przypadki wydania nieudanego produktu. Istnieje wiele przyczyn tego stanu rzeczy, np. postrzeganie procesu tworzenia oprogramowania jako linii produkcyjnej, brak właściwego zarządzania projektami, a także brak wypracowanych metod rekrutacji specjalistów i kierowania zespołem. Rozwój metodyk zwinnego programowania poprawił sytuację, lecz problem niskiej jakości samych projektów nie zniknął. Książka ta proponuje czysto rzemieślnicze podejście do pracy programisty. Idea ta, znana jako software craftsmanship, zakłada kompletną zmianę sposobu myślenia o programowaniu. Priorytetami stają się tu profesjonalizm, techniczna perfekcja i zadowolenie klienta, a osiąga się to, stosując pewne praktyki programistyczne, które zaczerpnięto m.in. z metodyk programowania ekstremalnego, zwinnego i odchudzonego. Autor, który jest współzałożycielem największej organizacji deweloperów-rzemieślników, dzieli się swoją wiedzą i doświadczeniem poprzez inspirujące przykłady i praktyczne rady. Okazuje się, że dzięki tej postawie zespół może osiągnąć najwyższy poziom technicznej doskonałości tworzonych projektów.  Jest to książka o peofesjonalizmie programowania. Nie tylko o profesjonalizmie programisty, ale również o całej organizacji tworzenia oprogramowania Jest to książka o mistrzostwie w programowaniu. Na jej stronach autor przedstawia plan, srategię, podejścia i reguły, które mogą pomóc każdemu programiście, każdemu zespołowi programistów i każdej organizacji wytwarzającej oprogramowanie w wyrwaniu się z grzęzawiska mierności i we wkroczeniu na ścieżkę profesjonalizmu, jak również w zapewnieniu większej wydajności oraz poczucia dumy z tego, co się robi. / ze wstępu, Robert C. Martin   Z książki dowiesz się: w jaki sposób podejście rzemieślnicze zwiększa jakość tworzonego oprogramowania i obsługi klientów, kiedy i jak mówić klientowi nie oraz jak proponować rozwiązania zastępcze, dlaczego dobrym deweloperom zdarza się pisać zły kod i jak można temu zapobiegać, jak być pragmatykiem — a nie dogmatykiem — w kwestii stosowania praktyk i narzędzi, w jaki sposób zatrudniać deweloperów-rzemieślników, jak nimi kierować, jak zaszczepić w zespole prawdziwy kult uczenia się, jak wprowadzać zmiany techniczne. Programuj profesjonalnie — liczą się pragmatyzm, perfekcja i cel! Sandro Mancuso programuje od dziecka. Pracował w wielu różnych firmach, również w korporacjach międzynarodowych i bankach inwestycyjnych. Jest zwolennikiem idei programowania mistrzowskiego i ekstremalnego. W październiku 2013 roku został współzałożycielem firmy konsultingowej o nazwie Codurance, w której za podstawę działania przyjęto zasady i wartości software craftsmanship. Mancuso jako cel zawodowy przyjął sobie podnoszenie jakości branży informatycznej przez pomaganie deweloperom w doskonaleniu rzemiosła programistycznego. Często bierze udział w konferencjach informatycznych w różnych miejscach świata.

40523
E-book
40524
E-book

Software Test Design. Write comprehensive test plans to uncover critical bugs in web, desktop, and mobile apps

Simon Amey

Software Test Design details best practices for testing software applications and writing comprehensive test plans. Written by an expert with over twenty years of experience in the high-tech industry, this guide will provide you with training and practical examples to improve your testing skills.Thorough testing requires a thorough understanding of the functionality under test, informed by exploratory testing and described by a detailed functional specification. This book is divided into three sections, the first of which will describe how best to complete those tasks to start testing from a solid foundation.Armed with the feature specification, functional testing verifies the visible behavior of features by identifying equivalence partitions, boundary values, and other key test conditions. This section explores techniques such as black- and white-box testing, trying error cases, finding security weaknesses, improving the user experience, and how to maintain your product in the long term.The final section describes how best to test the limits of your application. How does it behave under failure conditions and can it recover? What is the maximum load it can sustain? And how does it respond when overloaded?By the end of this book, you will know how to write detailed test plans to improve the quality of your software applications.

40525
E-book

Software Testing Strategies. A testing guide for the 2020s

Matthew Heusser, Michael Larsen

In today’s world, software is everywhere—from entertainment apps to mission-critical systems that support our health, finance, and infrastructure. Testing plays a vital role in ensuring these systems work reliably. Whether you're a software developer, hobbyist, or IT professional, this book will guide you in mastering the art of testing. It’s about asking the right What if? questions, uncovering vulnerabilities, and ensuring software performs as expected throughout its lifecycle. Testing isn't just about automation; it’s a human-driven, creative process that requires skill, and a deep understanding of software behavior. With practical examples and expert insights, this book helps you craft your own test strategies and explore novel approaches to problem-solving in the testing world. With its help, you’ll hone your testing skills with techniques and methodologies rather than tool-based solutions. Authored by experts Matt Heusser and Michael Larson, the book provides valuable strategies for making testing both effective and engaging. Matt is known for his leadership in project rescue initiatives, while Michael’s work in accessibility testing has helped shape industry standards. By the end of this book, you’ll be equipped to enhance your testing practices and ensure high-quality software in an ever-evolving tech landscape.

40526
E-book

Software-Defined Networking (SDN) with OpenStack. Click here to enter text

Sreenivas Voruganti, Sriram Subramanian

Networking is one the pillars of OpenStack and OpenStack Networking are designed to support programmability and Software-Defined Networks. OpenStack Networking has been evolving from simple APIs and functionality in Quantum to more complex capabilities in Neutron.Armed with the basic knowledge, this book will help the readers to explore popular SDN technologies, namely, OpenDaylight (ODL), OpenContrail, Open Network Operating System (ONOS) and Open Virtual Network (OVN). The first couple of chapters will provide an overview of OpenStack Networking and SDN in general. Thereafter a set of chapters are devoted to OpenDaylight (ODL), OpenContrail and their integration with OpenStack Networking. The book then introduces you to Open Network Operating System (ONOS) which is fast becoming a carrier grade SDN platform. We will conclude the book with overview of upcoming SDN projects within OpenStack namely OVN and Dragonflow.By the end of the book, the readers will be familiar with SDN technologies and know how they can be leveraged in an OpenStack based cloud.

40527
E-book

Software-Defined Networking with OpenFlow. Deliver innovative business solutions - Second Edition

SIAMAK AZODOLMOLKY, Oswald Coker

OpenFlow paves the way for an open, centrally programmable structure, thereby accelerating the effectiveness of Software-Defined Networking.Software-Defined Networking with OpenFlow, Second Edition takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage. The aim of this book is to help you implement OpenFlow concepts and improve Software-Defined Networking on your projects. You will begin by learning about building blocks and OpenFlow messages such as controller-to-switch and symmetric and asynchronous messages. Next, this book will take you through OpenFlow controllers and their existing implementations followed by network application development. Key topics include the basic environment setup, the Neutron and Floodlight OpenFlow controller, XORPlus OF13SoftSwitch, enterprise and affordable switches such as the Zodiac FX and HP2920.By the end of this book, you will be able to implement OpenFlow concepts and improve Software-Defined Networking in your projects.

40528
E-book

Sojusznicy z rozsądku. Polska i Czechosłowacja w projekcie socjalistycznego internacjonalizmu filmowego w okresie 1945-1970

Ewa Ciszewska

Rozprawa przedstawia historię sukcesów i porażek powojennego projektu filmowej współpracy między Polską a Czechosłowacją. Opisuje proces jego realizacji, kluczowe momenty, które miały decydujący wpływ na przebieg projektu, oraz analizuje przyczyny, dla których niektóre aspekty współpracy były realizowane z nadmiarem, a inne zakończyły się niepowodzeniem. Rozważa również, jakie konsekwencje przyniosła ta współpraca dla obu krajów. Tematem książki jest transfer kulturowy pomiędzy dwoma krajami socjalistycznymi w okresie zimnej wojny. W tym czasie współpraca filmowa między Polską a Czechosłowacją obejmowała wspólne produkcje filmowe, uczestnictwo w wydarzeniach branżowych i stowarzyszeniach, wymiany edukacyjne oraz wspólne uczestnictwo w festiwalach filmowych. Działania te tworzą - zrekonstruowany z perspektywy czasu - tzw. socjalistyczny internacjonalizm filmowy, czyli zestaw praktyk i postaw odzwierciedlających uczestnictwo w socjalistycznej kulturze filmowej, charakterystycznej dla krajów będących pod wpływem radzieckiej soft power. Praca dowodzi, że choć socjalistyczny internacjonalizm filmowy nie spełnił założeń politycznych, przejawił się w działaniach praktycznych: w zawodowych kontaktach, w realizowanych i niezrealizowanych projektach filmowych oraz we współtworzeniu wydarzeń kształtujących socjalistyczną kulturę filmową. Projekt ten wspierał modernizację polskiej kinematografii, wzmacniał symboliczny prestiż filmów, umożliwiał zdobywanie wiedzy i rozwijanie kontaktów zawodowych przez studentów, filmowców i pracowników branży filmowej, a także przyczyniał się do budowania wizerunku aktorów i aktorek.

40529
E-book

Sojusznik czy wróg? Relacje polsko-niemieckie w czasach Mieszka I i Bolesława Chrobrego

Mariusz Samp

Pierwsi Piastowie byli sprawnymi dyplomatami i jeszcze lepszymi wodzami. Potrafili nie tylko skutecznie powstrzymać niemieckie ataki, ale również pokonać silniejszego przeciwnika, dzięki czemu zdołali obronić i umocnić polską państwowość. Mariusz Samp opisuje, w jakich okolicznościach wojska Mieszka I i jego syna Bolesława zwyciężały liczniejsze i lepiej wyposażone siły cesarskie. Na podstawie licznych źródeł i opracowań przedstawia pierwsze sukcesy naszego oręża, a także mniej znane epizody pierwszej wojny polsko-niemieckiej. Jakie było znaczenie bitwy pod Cedynią? Czy Chrobry faktycznie był okrutnym i pysznym władcą? Jak konflikt polsko-niemiecki opisywał kronikarz Thietmar? Jaki przebieg miała współpraca militarna Piastów z Ludolfingami? Dlaczego zaledwie kilka lat po słynnym zjeździe gnieźnieńskim doszło do wybuchu długoletniej wojny? Najnowszy e-book portalu Histmag.org to pozycja, którą można polecić nie tylko miłośnikom historii wojskowości, ale także wszystkim zainteresowanym początkami naszej państwowości. Mariusz Samp – Absolwent historii wojskowości na Uniwersytecie im. Adama Mickiewicza w Poznaniu. Obecnie doktorant Akademii Pomorskiej w Słupsku. Interesuje się historią wczesnego średniowiecza w Polsce, szczególnie zagadnieniami militarnymi z tego okresu. Publikował m.in. w „Przeglądzie Historyczno-Wojskowym", „Studiach z Dziejów Polskiej Historiografii Wojskowej" i „Kwartalniku Bellona". Autor książek „Krosno Odrzańskie 1005 i 1015" oraz „Praga 1004, Największa klęska Bolesława Chrobrego".

40530
E-book

Soki i koktajle

Marta Krawczyk

Niewątpliwą zaletą własnoręcznie przygotowywanych soków i koktajli jest fakt, że wiemy dokładnie, co zawierają. Zamiast sztucznych ulepszaczy i konserwantów są bogate w witaminy i mikroelementy tak ważne dla prawidłowego funkcjonowania naszego organizmu. Prezentowana książka to zbiór przepisów na smaczne, kolorowe i orzeźwiające soki oraz koktajle, które przygotować możemy z owoców i warzyw.

40531
E-book

Sokole oko

James Fenimore Cooper

Sokole Oko, to jedna z powieści przygodowo-historycznych amerykańskiego pisarza Jamesa Fenimorea Coopera. Ich akcja rozgrywa się w drugiej połowie XVIII wieku w Ameryce Północnej, wśród pionierów i Indian. Ich głównym bohaterem jest traper i myśliwy zwany Sokolim Okiem, biały człowiek wychowany przez Indian. Utwory te to romantyczny i idealistyczny obraz osiemnastowiecznych kresów Ameryki Północnej i zamieszkujących je Indian i osadników. Cechują je barwne opisy przyrody, wartka i pełna napięcia akcja, mocno zarysowane sylwetki głównych bohaterów. Książki te wysoko oceniane przez współczesnych i wciąż popularne, stanowią one żywy do dziś wzór przygodowej powieści indiańskiej. Powieści te od blisko dwustu lat są publikowane na całym świecie. Kilka z nich zostało sfilmowanych. Najpopularniejszym tomem cyklu jest wielokrotnie filmowana powieść Ostatni Mohikanin. (za Wikipedia).

40532
E-book

Sokoli spadek

Agnieszka Szubert

Spadek po ekscentrycznej ciotce z Ameryki? Brzmi jak marzenie. Do chwili, gdy w pakiecie dostajesz pazerną rodzinę, zaginioną rzeźbę i mafię, która bardziej przypomina kabaret niż zorganizowaną grupę przestępczą. Magda Jakubowska wraca z Paryża ze złamanym sercem, gotowa zacząć życie od nowa. Zamiast spokoju czeka na nią jednak ciotka Mary - charyzmatyczna krewna z Ameryki, ikona rodzinnych mitów, której życie owiane było dotąd tajemnicą. Kiedy cioteczka niespodziewanie odchodzi z tego świata, pozostawia po sobie niedokończoną historię miłosną, zagadkę pewnej figurki i pytanie, które rozpala rodzinne apetyty: kto odziedziczy jej majątek? W grze o potencjalny spadek do akcji wkracza rodzina mająca więcej energii niż zdrowego rozsądku, włoska mafia, która zamiast strachu wzbudza raczej ból głowy, i były chłopak Magdy - gotów ją odzyskać, nawet za cenę własnego zdrowia psychicznego. "Sokoli spadek" to pełna zwrotów akcji historia o tym, że nie ma takiej intrygi, której nie dałoby się jeszcze bardziej skomplikować... najlepiej z humorem.

40533
E-book

Sokół

Maria Konopnicka

Maria Konopnicka Sokół Poczerniało niebo, Poczerniało pole; A gdzie lecisz, odlatujesz, Siwy mój sokole? Czy lecisz za góry, Czy za morze sine, Za tem słonkiem, za tem złotem, W weselszą gościnę? Weselszą gościnę Znajdziesz sobie wszędzie; Lecz za cichą wioską naszą Tęskno tobie będzie. Co spojrzysz za siebie, To serce... Maria Konopnicka Ur. 23 maja 1842 r. w Suwałkach Zm. 8 października 1910 r. we Lwowie Najważniejsze dzieła: O Janku Wędrowniczku, O krasnoludkach i sierotce Marysi, Nasza szkapa, Miłosierdzie gminy, Rota, Dym, Mendel Gdański Poetka, publicystka, nowelistka, tłumaczka. Zajmowała się krytyką literacką. Pisała liryki stylizowane na ludowe i realistyczne obrazki (W piwnicznej izbie). Wydawała cykle nowel (Moi znajomi, Nowele, Na drodze). W otoczeniu ośmiorga swoich dzieci tworzyła bajki (Na jagody). Jako poetka, inspiracji szukała w naturze (Zimowy poranek). Swoje wiersze publikowała głównie w prasie. Wiersz patriotyczny Rota konkurował z Mazurkiem Dąbrowskiego o miano hymnu Polski. Wiele jej utworów powstało podczas podróży po Europie (Italia). Ostatnie lata życia poświęciła poematowi Pan Balcer w Brazylii. autor: Bartłomiej Chwil Kupując książkę wspierasz fundację Nowoczesna Polska, która propaguje ideę wolnej kultury. Wolne Lektury to biblioteka internetowa, rozwijana pod patronatem Ministerstwa Edukacji Narodowej. W jej zbiorach znajduje się kilka tysięcy utworów, w tym wiele lektur szkolnych zalecanych do użytku przez MEN, które trafiły już do domeny publicznej. Wszystkie dzieła są odpowiednio opracowane - opatrzone przypisami oraz motywami.

40534
E-book

Sokół

Margaret Owen

Zobacz, jak królowie stają się wyrzutkami, a kochankowie wrogami w drugiej części cyklu Szepty zębów. Fe zdaje sobie sprawę, że członkowie rodziny królewskiej nie słyną z dotrzymywania obietnic. Ma jednak nadzieję, że książę Jasimir potraktuje poważnie swoją przysięgę i będzie chronił jej ukochaną kastę Wron. Wkrótce każda pomoc będzie na wagę złota Śmierć króla Surimira daje początek bezlitosnej walce królowej Rhusany o tron. Kobieta jest gotowa posłużyć się nawet śmiercionośną zarazą, by wzmocnić swoje wpływy i zjednoczyć naród przeciwko Wronom. Fe musi połączyć siły z dawnymi sojusznikami, by stawić czoła śmiertelnie niebezpiecznej armii królowej, powstrzymać zarazę i ujawnić tajemnice Rhusany. Jednak dziedzictwo Wron również jest pełne sekretów, które mogą je ocalić lub przeciwnie sprowadzić katastrofę na cały świat.

40535
E-book

Sokół Pustyni. Powieść

Antoni Ferdynand Ossendowski

Bezdroża Sahary przemierza tajemniczy jeździec. Pustynne wichry szarpią jego czarny burnus, a śmigły rumak biały jak śnieg pewnie stąpa po niewidocznych szlakach. Nie jest on jednak ani Tuaregiem, ani Berberem. Kimże więc jest? Skąd pochodzi? Nomadzi zwą go Sokołem Pustyni i imię to wypowiadają z wielkim szacunkiem. Znany jest m.in. jako obrońca kobiet porywanych dla okupu lub sprzedawanych do haremów. Pewnego dnia spotka na swej drodze wyjątkową dziewczynę, Polkę, nieświadomą tego, jak wielkie czyha na nią niebezpieczeństwo wśród starożytnych ruin W tak malowniczej i egzotycznej scenerii toczy się akcja jednej ze słynniejszych przedwojennych powieści A.F. Ossendowskiego, zatytułowanej Sokół Pustyni.

40536
E-book

Sokrates oskarżony. Tożsamość nauki między sacrum a profanum

Wiktor Werner

Esej jest opowieścią o tym jak przeplata się historia dwóch wielkich pasji człowieka: pragnienia poznania świata i pragnienia zrozumienia sensu własnego istnienia. Te dwie pasje stanowią fundament dwóch historii: dziejów filozofii i nauki oraz historii duchowości rozumianej jako refleksja nad ukrytym znaczeniem rzeczywistości, nad jej duchowym aspektem. Autor zarysowuje szeroką perspektywę poznawczą wplatając w swoją opowieść nie tylko tytułowego Sokratesa, lecz także mitycznego Edypa, legendarnego Arjunę, starożytnych myślicieli chrześcijańskich, Kartezjusza, oświeceniowych materialistów i współczesnych badaczy mózgu. Omawia tak różne fenomeny jak spory chrystologiczne, polowania na czarownice, wojny napoleońskie, rewolucja obyczajowa lat 60-tych XX wieku oraz wskazuje związki tych zjawisk z historią nauki. Praca zajęła I miejsce w konkursie „Nauka a duchowość”, zorganizowanym przez Centrum Kopernika Badań Interdyscyplinarnych oraz Tygodnik Powszechny, rozstrzygniętym przez jury w składzie: ks. prof. Michał Heller, ks. Adam Boniecki.