Categories
-
- Bitcoin
- Businesswoman
- Coaching
- Controlling
- E-business
- Economy
- Finances
- Stocks and investments
- Personal competence
- Computer in the office
- Communication and negotiation
- Small company
- Marketing
- Motivation
- Multimedia trainings
- Real estate
- Persuasion and NLP
- Taxes
- Social policy
- Guides
- Presentations
- Leadership
- Public Relation
- Reports, analyses
- Secret
- Social Media
- Sales
- Start-up
- Your career
- Management
- Project management
- Human Resources
-
- Architektura i wnętrza
- Health and Safety
- Biznes i Ekonomia
- Home and garden
- E-business
- Ekonomia i finanse
- Esoterecism
- Finances
- Personal finance
- Business
- Photography
- Computer science
- HR & Payroll
- For women
- Computers, Excel
- Accounts
- Culture and literature
- Scientific and academic
- Environmental protection
- Opinion-forming
- Education
- Taxes
- Travelling
- Psychology
- Religion
- Agriculture
- Book and press market
- Transport and Spedition
- Healthand beauty
-
- Office applications
- Data bases
- Bioinformatics
- IT business
- CAD/CAM
- Digital Lifestyle
- DTP
- Electronics
- Digital photography
- Computer graphics
- Games
- Hacking
- Hardware
- IT w ekonomii
- Scientific software package
- School textbooks
- Computer basics
- Programming
- Mobile programming
- Internet servers
- Computer networks
- Start-up
- Operational systems
- Artificial intelligence
- Technology for children
- Webmastering
-
- Antology
- Ballade
- Biographies and autobiographies
- For adults
- Dramas
- Diaries, memoirs, letters
- Epic, epopee
- Essay
- Fantasy and science fiction
- Feuilletons
- Work of fiction
- Humour and satire
- Other
- Classical
- Crime fiction
- Non-fiction
- Fiction
- Mity i legendy
- Nobelists
- Novellas
- Moral
- Okultyzm i magia
- Short stories
- Memoirs
- Travelling
- Narrative poetry
- Poetry
- Politics
- Popular science
- Novel
- Historical novel
- Prose
- Adventure
- Journalism, publicism
- Reportage novels
- Romans i literatura obyczajowa
- Sensational
- Thriller, Horror
- Interviews and memoirs
-
- Archeology
- Bibliotekoznawstwo
- Cinema studies
- Philology
- Polish philology
- Philosophy
- Finanse i bankowość
- Geography
- Economy
- Trade. World economy
- History and archeology
- History of art and architecture
- Cultural studies
- Linguistics
- Literary studies
- Logistics
- Maths
- Medicine
- Humanities
- Pedagogy
- Educational aids
- Popular science
- Other
- Psychology
- Sociology
- Theatre studies
- Theology
- Economic theories and teachings
- Transport i spedycja
- Physical education
- Zarządzanie i marketing
-
- Health and Safety
- History
- Road Code. Driving license
- Law studies
- Healthcare
- General. Compendium of knowledge
- Academic textbooks
- Other
- Construction and local law
- Civil law
- Financial law
- Economic law
- Economic and trade law
- Criminal law
- Criminal law. Criminal offenses. Criminology
- International law
- International law
- Health care law
- Educational law
- Tax law
- Labor and social security law
- Public, constitutional and administrative law
- Family and Guardianship Code
- agricultural law
- Social law, labour law
- European Union law
- Industry
- Agricultural and environmental
- Dictionaries and encyclopedia
- Public procurement
- Management
-
- Africa
- Albums
- Southern America
- North and Central America
- Australia, New Zealand, Oceania
- Austria
- Asia
- Balkans
- Middle East
- Bulgary
- China
- Croatia
- The Czech Republic
- Denmark
- Egipt
- Estonia
- Europe
- France
- Mountains
- Greece
- Spain
- Holand
- Iceland
- Lithuania
- Latvia
- Mapy, Plany miast, Atlasy
- Mini travel guides
- Germany
- Norway
- Active travelling
- Poland
- Portugal
- Other
- Przewodniki po hotelach i restauracjach
- Russia
- Romania
- Slovakia
- Slovenia
- Switzerland
- Sweden
- World
- Turkey
- Ukraine
- Hungary
- Great Britain
- Italy
-
- Philosophy of life
- Kompetencje psychospołeczne
- Interpersonal communication
- Mindfulness
- General
- Persuasion and NLP
- Academic psychology
- Psychology of soul and mind
- Work psychology
- Relacje i związki
- Parenting and children psychology
- Problem solving
- Intellectual growth
- Secret
- Sexapeal
- Seduction
- Appearance and image
- Philosophy of life
-
- Bitcoin
- Businesswoman
- Coaching
- Controlling
- E-business
- Economy
- Finances
- Stocks and investments
- Personal competence
- Communication and negotiation
- Small company
- Marketing
- Motivation
- Real estate
- Persuasion and NLP
- Taxes
- Social policy
- Guides
- Presentations
- Leadership
- Public Relation
- Secret
- Social Media
- Sales
- Start-up
- Your career
- Management
- Project management
- Human Resources
-
- Antology
- Ballade
- Biographies and autobiographies
- For adults
- Dramas
- Diaries, memoirs, letters
- Epic, epopee
- Essay
- Fantasy and science fiction
- Feuilletons
- Work of fiction
- Humour and satire
- Other
- Classical
- Crime fiction
- Non-fiction
- Fiction
- Mity i legendy
- Nobelists
- Novellas
- Moral
- Okultyzm i magia
- Short stories
- Memoirs
- Travelling
- Poetry
- Politics
- Popular science
- Novel
- Historical novel
- Prose
- Adventure
- Journalism, publicism
- Reportage novels
- Romans i literatura obyczajowa
- Sensational
- Thriller, Horror
- Interviews and memoirs
-
- Philosophy of life
- Interpersonal communication
- Mindfulness
- General
- Persuasion and NLP
- Academic psychology
- Psychology of soul and mind
- Work psychology
- Relacje i związki
- Parenting and children psychology
- Problem solving
- Intellectual growth
- Secret
- Sexapeal
- Seduction
- Appearance and image
- Philosophy of life
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.
Continuous Delivery with Docker and Jenkins. Delivering software at scale
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.
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.
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.
Contrata Masoviae. Dominikanie na Mazowszu od XIII do XVI wieku
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.
Controlling działań marketingowych. Pojęcie, narzędzia, etapy
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.
Controlling kosztów w przedsiębiorstwie produkcyjnym
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ą.
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.