Електронні книги
6113
Eлектронна книга

Continuity. Eleven sketches from the past of Mathematics

Jerzy Mioduszewski, tłum. Abe Shenitzer

The book was written in the eighties of the last century. Being encouraged by the editorial board of monthly Delta in the person of Professor Marek Kordos, the author’s first aim was a collection of essays about Peano maps, lakes of Wada, and several singularities of real functions. But it was the time when university duties stopped and the author could freely meditate whether this curious mathematics had its roots in the forgotten past. He remembered old authors who began their books with the words “already the ancient Greeks… .” The celebrated nineteenth century, the century of concepts, was preceded by the century of calculations. Going further back we can see Newton, but what and who was there before? Were the centuries between the Ancients and Newton a vacuum in mathematical sciences? Accidentally, the treatise De continuo by Thomas Bradwardine, the Archbishop of Canterbury, led the author into an unknown and strange world of medieval scholastic thought, showing to him the lost thread joining our times with Zeno, Aristotle and Democritus. However, to find this forgotten link a step should be taken beyond pure mathematical thinking. In this extended surrounding we can observe the unity of mathematical concepts being non-existent in the realm of pure mathematics.

6114
Eлектронна книга

Continuous Delivery and DevOps - A Quickstart Guide. Start your journey to successful adoption of CD and DevOps - Third Edition

Paul Swartout

Over the past few years, Continuous Delivery (CD) and DevOps have been in the spotlight in tech media, at conferences, and in boardrooms alike. Many articles and books have been written covering the technical aspects of CD and DevOps, yet the vast majority of the industry doesn’t fully understand what they actually are and how, if adopted correctly they can help organizations drastically change the way they deliver value. This book will help you figure out how CD and DevOps can help you to optimize, streamline, and improve the way you work to consistently deliver quality software. In this edition, you’ll be introduced to modern tools, techniques, and examples to help you understand what the adoption of CD and DevOps entails. It provides clear and concise insights in to what CD and DevOps are all about, how to go about both preparing for and adopting them, and what quantifiable value they bring. You will be guided through the various stages of adoption, the impact they will have on your business and those working within it, how to overcome common problems, and what to do once CD and DevOps have become truly embedded. Included within this book are some real-world examples, tricks, and tips that will help ease the adoption process and allow you to fully utilize the power of CD and DevOps

6115
Eлектронна книга

Continuous Delivery for Mobile with fastlane. Automating mobile application development and deployment for iOS and Android

Doron Katz

Competitive mobile apps depend strongly on the development team’s ability to deliver successful releases, consistently and often. Although continuous integration took a more mainstream priority among the development industry, companies are starting to realize the importance of continuity beyond integration and testing. This book starts off with a brief introduction to fastlane—a robust command-line tool that enables iOS and Android developers to automate their releasing workflow. The book then explores and guides you through all of its features and utilities; it provides the reader a comprehensive understanding of the tool and how to implement them. Themes include setting up and managing your certificates and provisioning and push notification profiles; automating the creation of apps and managing the app metadata on iTunes Connect and the Apple Developer Portal; and building, distributing and publishing your apps to the App Store. You will also learn how to automate the generation of localized screenshots and mesh your continuous delivery workflow into a continuous integration workflow for a more robust setup. By the end of the book, you will gain substantial knowledge on delivering bug free, developer-independent, and stable application release cycle.

6116
Eлектронна книга

Continuous Delivery with Docker and Jenkins. Create secure applications by building complete CI/CD pipelines - Second Edition

Rafał Leszko

Continuous Delivery with Docker and Jenkins, Second Edition will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of an app development. It will start with setting up a Docker server and configuring Jenkins on it. It will then provide steps to build applications on Docker files and integrate them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, and configuration management.Moving on, you will learn how to ensure quick application deployment with Docker containers along with scaling Jenkins using Kubernetes. Next, you will get to know how to deploy applications using Docker images and testing them with Jenkins. Towards the end, the book will touch base with missing parts of the CD pipeline, which are the environments and infrastructure, application versioning, and nonfunctional testing.By the end of the book, you will be enhancing the DevOps workflow by integrating the functionalities of Docker and Jenkins.

6117
Eлектронна книга

Continuous Delivery with Docker and Jenkins. Create secure applications by building complete CI/CD pipelines - Third Edition

Rafał Leszko

This updated third edition of Continuous Delivery with Docker and Jenkins will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of app development.You’ll start by setting up a Docker server and configuring Jenkins on it. Next, you’ll discover steps for building applications and microservices on Dockerfiles and integrating them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, configuration management, and Infrastructure as Code. Moving ahead, you'll learn how to ensure quick application deployment with Docker containers, along with scaling Jenkins using Kubernetes. Later, you’ll explore how to deploy applications using Docker images and test them with Jenkins. Toward the concluding chapters, the book will focus on missing parts of the CD pipeline, such as the environments and infrastructure, application versioning, and non-functional testing.By the end of this continuous integration and continuous delivery book, you’ll have gained the skills you need to enhance the DevOps workflow by integrating the functionalities of Docker and Jenkins.

6118
Eлектронна книга

Continuous Delivery with Docker and Jenkins. Delivering software at scale

Rafał Leszko

The combination of Docker and Jenkins improves your Continuous Delivery pipeline using fewer resources. It also helps you scale up your builds, automate tasks and speed up Jenkins performance with the benefits of Docker containerization. This book will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of app development. It will start with setting up a Docker server and configuring Jenkins on it. It will then provide steps to build applications on Docker files and integrate them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, and configuration management. Moving on you will learn how to ensure quick application deployment with Docker containers along with scaling Jenkins using Docker Swarm. Next, you will get to know how to deploy applications using Docker images and testing them with Jenkins. By the end of the book, you will be enhancing the DevOps workflow by integrating the functionalities of Docker and Jenkins.

6119
Eлектронна книга

Continuous Integration, Delivery, and Deployment. Reliable and faster software releases with automating builds, tests, and deployment

Sander Rossel

The challenge faced by many teams while implementing Continuous Deployment is that it requires the use of many tools and processes that all work together. Learning and implementing all these tools (correctly) takes a lot of time and effort, leading people to wonder whether it's really worth it. This book sets up a project to show you the different steps, processes, and tools in Continuous Deployment and the actual problems they solve.We start by introducing Continuous Integration (CI), deployment, and delivery as well as providing an overview of the tools used in CI. You'll then create a web app and see how Git can be used in a CI environment. Moving on, you'll explore unit testing using Jasmine and browser testing using Karma and Selenium for your app. You'll also find out how to automate tasks using Gulp and Jenkins. Next, you'll get acquainted with database integration for different platforms, such as MongoDB and PostgreSQL. Finally, you'll set up different Jenkins jobs to integrate with Node.js and C# projects, and Jenkins pipelines to make branching easier.By the end of the book, you'll have implemented Continuous Delivery and deployment from scratch.

6120
Eлектронна книга

Continuous Testing, Quality, Security, and Feedback. Essential strategies and secure practices for DevOps, DevSecOps, and SRE transformations

Marc Hornbeek, Dan Wakeman

Organizations struggle to integrate and execute continuous testing, quality, security, and feedback practices into their DevOps, DevSecOps, and SRE approaches to achieve successful digital transformations. This book addresses these challenges by embedding these critical practices into your software development lifecycle.Beginning with the foundational concepts, the book progresses to practical applications, helping you understand why these practices are crucial in today’s fast-paced software development landscape. You’ll discover continuous strategies to avoid the common pitfalls and streamline the quality, security, and feedback mechanisms within software development processes. You’ll explore planning, discovery, and benchmarking through systematic engineering approaches, tailored to organizational needs. You’ll learn how to select toolchains, integrating AI/ML for resilience, and implement real-world case studies to achieve operational excellence. You’ll learn how to create strategic roadmaps, aligned with digital transformation goals, and measure outcomes recognized by DORA. You’ll explore emerging trends that are reshaping continuous practices in software development.By the end of this book, you’ll have the knowledge and skills to drive continuous improvement across the software development lifecycle.

6121
Eлектронна книга

Contrata Masoviae. Dominikanie na Mazowszu od XIII do XVI wieku

Michał Skoczyński

Publikowana w serii Dominikańskiego Instytutu Historycznego monografia autorstwa Michała Skoczyńskiego poświęcona jest dziejom klasztorów dominikańskich na Mazowszu w okresie średniowiecza i na początku epoki nowożytnej. Przedmiotem zainteresowania są konwenty działające w Płocku (św. Dominika i św. Trójcy), Warce (św. Stanisława), Sochaczewie (św. Mikołaja) i Łowiczu (św. Trójcy). W książce omówione zostały kluczowe zagadnienia dotyczące funkcjonowania tych klasztorów: okoliczności ich powstania, gospodarcze podstawy egzystencji, życie wewnętrzne konwentów i ich skład osobowy oraz miejsce, jakie zakonnicy zajmowali w społeczeństwie mazowieckim. Powyższe problemy nie były dotąd obiektem kompleksowego zainteresowania ze strony historyków. Jest to pierwsza tak obszerna praca, która w sposób całościowy ukazuje środowisko i działalność dominikanów należących do contrata Masoviae Provinciae Poloniae Fratrum Ordinis Praedicatorum.

6122
Eлектронна книга

Controlling działań marketingowych. Pojęcie, narzędzia, etapy

Wojciech Grzegorczyk

Prawidłowo przygotowana i realizowana strategia marketingowa powinna zapewniać przedsiębiorstwu obronę przed konkurencją oraz mocną pozycję na rynku. Podczas i po zakończeniu jej wdrażania konieczne jest zebranie informacji o sytuacji rynkowej i podejmowanych działaniach z zakresu marketing mix w celu kontroli wykonania zamierzeń, porównania ich z założonymi wynikami czy sformułowania ewentualnych procedur naprawczych. Przedsiębiorstwo gromadzi więc informacje stanowiące podstawę do opracowania planu marketingowego, który następnie jest realizowany i poddawany ocenie z punktu widzenia zaprojektowanych inicjatyw. W literaturze fachowej właśnie tak rozumiany jest controlling marketingowy w ujęciu funkcjonalnym. W publikacji przedstawiono podstawowe informacje na temat controllingu marketingowego - jego uwarunkowań, funkcji, barier stosowania, narzędzi i etapów, a także zaprezentowano niezbędne analizy controllingowe odnoszące się do działań marketingowych przedsiębiorstwa i jego zasobów. Na końcu zamieszczono trzy studia przypadków, które mogą zostać wykorzystane w pracy ze studentami kierunków ekonomicznych i zarządzania.

6123
Eлектронна книга

Controlling kosztów w przedsiębiorstwie produkcyjnym

Mariusz Jęcek

Publikacja stanowi kompleksowe opracowanie praktycznych zagadnień związanych z kosztami produkcji oraz controllingiem kosztów w przedsiębiorstwie produkcyjnym z wykorzystaniem zaawansowanych systemów klasy ERP (Enterprise Resource Planning). Przedstawiono w niej kwestie dotyczące controllingu i wyceny kosztów produktu oraz główne procesy i obszary produkcyjne, które mają zarówno bezpośredni, jak i pośredni wpływ na zarządzanie kosztami przedsiębiorstwa oraz rentownością produktów. Zawiera też wiele przykładów rachunków kosztów stosowanych w podmiotach gospodarczych o profilu produkcyjnym. Autor monografii jest wieloletnim praktykiem w zakresie controllingu oraz wdrażania zintegrowanych systemów informatycznych klasy ERP w przedsiębiorstwach produkcyjnych różnych branż. Dzięki swej rozległej wiedzy i wieloletniemu doświadczeniu zaprezentował w tej publikacji wiele istotnych zagadnień związanych z controllingiem kosztów produkcji i produktu. Książka adresowana jest głównie do studentów kierunków ekonomicznych. Może stanowić też cenne źródło informacji dla menedżerów oraz pracowników związanych z controllingiem, finansami i zarządzaniem produkcją.

6124
Eлектронна книга

Controlling w firmie

Jacek Folga

Książka ta to praktyczny przewodnik, w którym omówiono, jak operacyjnie zarządzać płynnością finansową. Opisano w niej najważniejsze narzędzia do wykorzystania w zarządzaniu przepływami pieniężnymi. Książka nie skupia się tylko na tradycyjnym podejściu do zarządzania płynnością, ale porusza również kluczowe procesy, które pojawiają się w tym obszarze. Są to ryzyko kredytowe, zarządzanie stanem zapasów czy kształtowanie optymalnego poziomu zobowiązań. Zaprezentowano w niej również gotowe narzędzia, która z powodzeniem można zastosować w praktyce.

6125
Eлектронна книга

Controlling w przykładach. Poradnik praktyka

Wojciech Próchnicki

Osiemnaście studiów przypadku z dziedziny controllingu Controlling w przykładach. Poradnik praktyka to książka przeznaczona dla pracowników działów controllingu, finansów i sprzedaży. Każdy z rozdziałów stanowi studium przypadku wybranego zagadnienia wraz z propozycją optymalnych rozwiązań. Wszystkie przykłady czy zagadnienia to wynik codziennej pracy autora (praktyka!) i jego doświadczeń wyniesionych z działów controllingu wielu znanych firm. Książka dostarczy Ci odpowiedzi na najważniejsze pytania z dziedziny controllingu: Jakie są najlepsze rozwiązania dotyczące budżetowania, raportowania i strategii sprzedażowych? Jak zbadać potrzeby raportowe w firmie? Jak przeprowadzić analizę strategicznego potencjału organizacji? Jak zorganizować procesy tworzenia i porządkowania procedur? Na czym polega budżetowanie elastyczne sprzedaży? Jak zbudować i wielostopniowy, i wieloblokowy rachunek wyników firmy? Jakie strategie sprzedażowe można zastosować w przedsiębiorstwie? Wojciech Próchnicki jest specjalistą ds. controllingu i raportowania oraz analitykiem finansowym w międzynarodowych korporacjach. Praca w działach finansowych i controllingu połączona z wiedzą z zakresu używania narzędzi Microsoft Office pozwala mu na przedstawienie praktycznych przykładów, a także rozwiązań problemów, z którymi spotykają się pracownicy tych działów. Jako trener pracuje od kilku lat. Główną tematyką prowadzonych szkoleń jest zastosowanie Excela, Accessa oraz VBA do usprawniania procesów biznesowych w firmie oraz automatyzowania pracy działów controllingu i finansów.

6126
Eлектронна книга

Convergence processes in the European housing markets. International and regional perspective

Ewa Kucharska-Stasiak, Ewa Kusideł, Magdalena Załęczna, Konrad Żelazowski

The goal of this monograph is to assess the course of convergence processes occurring in European housing markets and to identify the effects of this convergence. The publication is part of research on the housing sector carried out in many countries. However, it presents not only the most frequently conducted studies on price convergence but is also characterised by a broader perspective, taking into account real and institutional convergence of housing markets. An attempt has been also made to indicate the reasons for this phenomenon and its effects. It is addressed to a wide audience: people researching the theory of economic growth, individuals professionally interested in the issues related to the functioning of real estate markets, and especially to students of programmes that have included real estate issues in their curricula.

6127
Eлектронна книга

Conversational AI with Rasa. Build, test, and deploy AI-powered, enterprise-grade virtual assistants and chatbots

Xiaoquan Kong, Guan Wang, Alan Nichol

The Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source.Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work – Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system.By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle.

6128
Eлектронна книга

Cooper i jego pragnienia

L. Sherman

To był krótki, lecz namiętny romans. Indy zupełnie przypadkiem poznaje Coopera podczas koncertu granego na jej uniwersytecie. Oboje nie są w stanie zapanować nad pożądaniem i bez chwili namysłu decydują się pójść na całość. Szybki numerek z nawiązką spełnia ich oczekiwania, lecz wkrótce Indy znika bez słowa. Cooper nie potrafi jednak zapomnieć o przygodzie pełnej wrażeń. Sześć lat później bohaterowie spotykają się ponownie. Dziewczyna otrzymuje nową posadę w dobrze prosperującej firmie, którą zarządza Cooper. Wspomnienie ognistej nocy przeszywa go ze zdwojoną siłą. Ale teraz mężczyzna jest szefem Indy i powinien stłumić swoje seksualne fantazje. Czy uda mu się zachować dystans wobec niezwykle pociągającej podwładnej?  Byłby to nie lada wyczyn, ponieważ erotyczne napięcie, jakie zapanowało między nimi, nadal pozostaje tak silne jak za pierwszym razem…