Informatyka

3649
Завантаження...
EЛЕКТРОННА КНИГА

Polished Ruby Programming. Principles and practices for building scalable, maintainable, and performant software - Second Edition

Jeremy Evans

Most successful Ruby applications become more difficult to maintain as the codebase grows in size. Polished Ruby Programming, 2nd Edition provides you with the skills and advice you need to design Ruby programs and libraries that are robust, performant, scalable, and maintainable.The book takes you through possible implementation approaches for many common programming situations, discusses the trade-offs inherent in each approach, and explains why you may sometimes choose to use different approaches. You'll start by learning fundamental Ruby programming principles, such as correctly using core classes, class and method design, variable usage, error handling, and code formatting. Then you’ll move on to higher-level topics such as library design, metaprogramming, domain-specific languages, and refactoring. Finally, you'll learn about the pros and cons of different approaches to concurrency, what you should consider when deciding whether to use static types in your Ruby code, and how best to optimize your Ruby code.The 2nd edition of Polished Ruby Programming has been updated to include relevant changes between Ruby 3.0 and 3.5. While most principles discussed in the book apply to all recent Ruby versions, some of the content in the book is specific to Ruby 3.5, the latest release at the time of publication.

3650
Завантаження...
EЛЕКТРОННА КНИГА

Połącz kropki

Łukasz Lamża

Połącz kropki zaprasza do przedziwnego świata najnowszych technologii - tak szeroko, jak żadna dotychczas książka na polskim rynku wydawniczym. Inżynieria genetyczna, automatyczna synteza chemiczna, nanoroboty medyczne, uczenie maszynowe, autonomiczne drony militarne, synteza organów in vitro... Publikacja wprowadza w podstawy tych wynalazków, prezentując jednocześnie stan ich rozwoju, aż do ostatnich miesięcy i tygodni. Pięć głównych sekcji daje wgląd w pięć wielkich wizji przyszłości: „Twój robot”, „Twój świat”, „Twoje dane”, „Twoje ciało” i „Twój umysł”. Autor, dziennikarz naukowy Łukasz Lamża, rozkłada przed Czytelnikami „kropki” - cegiełki składające się na świat najnowocześniejszej technologii. Tylko od ich fantazji zależy, jak połączą te kropki i jaki wyłoni się z tego obraz przyszłości.

3651
Завантаження...
EЛЕКТРОННА КНИГА

Poradnik dla dozoru i elektromonterów zdających egzamin kwalifikacyjny URE Grupy G1

Stanisław Paciorek

Przygotuj się dobrze i uzyskaj potwierdzenie swoich uprawnień Poradnik jest przeznaczony dla pracowników dozoru i elektromonterów pracujących w różnych branżach ― w tym w kopalniach i zakładach energetycznych ― przygotowujących się do egzaminu kwalifikacyjnego URE Grupy G1. Certyfikat ten jest zwykle wymagany od osób, które zajmują się eksploatacją urządzeń elektroenergetycznych w przedsiębiorstwach lub wykonują usługi na rzecz innych podmiotów i osób fizycznych. Podręcznik omawia w zakresie podstawowym problematykę regulowaną przepisami wydanymi na podstawie Kodeksu pracy, Prawa energetycznego i Prawa budowlanego. Dotyka także zagadnień wynikających z przepisów wydanych na podstawie Prawa geologicznego i górniczego. Książka zawiera przykładowe pytania, które mogą zostać zadane podczas egzaminu, wraz z odpowiedziami. Zdany egzamin pozwala uzyskać świadectwo kwalifikacyjne, uprawniające do samodzielnego wykonywania prac eksploatacyjnych przy urządzeniach elektroenergetycznych na stanowiskach dozoru i eksploatacji grupy G1.

3652
Завантаження...
EЛЕКТРОННА КНИГА

Poradnik dla dozoru i elektromonterów zdających egzamin kwalifikacyjny URE Grupy G1. Wydanie II

Stanisław Paciorek

Z tym poradnikiem przygotujesz się do egzaminu potwierdzającego Twoje kwalifikacje Jeżeli jesteś pracownikiem dozoru lub elektromonterem albo po ukończeniu nauki planujesz zajmować się eksploatacją urządzeń elektroenergetycznych u pracodawcy lub w ramach własnej działalności, musisz posiadać odpowiednie kwalifikacje. Świadectwa kwalifikacyjne uprawniające Cię do samodzielnej eksploatacji urządzeń elektroenergetycznych "E" lub sprawowania dozoru nad ich eksploatacją "D" możesz uzyskać po pozytywnym zdaniu egzaminu kwalifikacyjnego URE Grupy 1. Ta książka ma za zadanie pomóc Ci się do niego przygotować. Poradnik zawiera materiał wspomagający proces przygotowania osób dozoru i elektromonterów do egzaminu kwalifikacyjnego. Omawia problematykę regulowaną przepisami Kodeksu pracy, Prawa energetycznego i Prawa budowlanego, a także kwestie wynikające z Prawa geologicznego i górniczego. Znajdziesz tu również przykładowe pytania, jakich możesz się spodziewać w trakcie egzaminu, wraz z odpowiedziami. Wydanie drugie zostało uaktualnione pod kątem prawnym, dodano do niego ponadto nowe treści z zakresu elektrotermii i elektrolizy, fotowoltaiki, magazynowania energii i trakcji elektrycznej.

3653
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 10 High Performance. Expert techniques for query optimization, high availability, and efficient database maintenance - Third Edition

Enrico Pirozzi

PostgreSQL database servers have a common set of problems that they encounter as their usage gets heavier and requirements get more demanding. Peek into the future of your PostgreSQL 10 database's problems today. Know the warning signs to look for and how to avoid the most common issues before they even happen.Surprisingly, most PostgreSQL database applications evolve in the same way—choose the right hardware, tune the operating system and server memory use, optimize queries against the database and CPUs with the right indexes, and monitor every layer, from hardware to queries, using tools from inside and outside PostgreSQL. Also, using monitoring insight, PostgreSQL database applications continuously rework the design andconfiguration. On reaching the limits of a single server, they break things up; connection pooling, caching, partitioning, replication, and parallel queries can all help handle increasing database workloads.By the end of this book, you will have all the knowledge you need to design, run, and manage your PostgreSQL solution while ensuring high performance and high availability

3654
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 11 Server Side Programming Quick Start Guide. Effective database programming and interaction

Luca Ferrari

PostgreSQL is a rock-solid, scalable, and safe enterprise-level relational database. With a broad range of features and stability, it is ever increasing in popularity.This book shows you how to take advantage of PostgreSQL 11 features for server-side programming. Server-side programming enables strong data encapsulation and coherence.The book begins with the importance of server-side programming and explains the risks of leaving all the checks outside the database. To build your capabilities further, you will learn how to write stored procedures, both functions and the new PostgreSQL 11 procedures, and create triggers to perform encapsulation and maintain data consistency.You will also learn how to produce extensions, the easiest way to package your programs for easy and solid deployment on different PostgreSQL installations.

3655
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 12 High Availability Cookbook. Over 100 recipes to design a highly available server with the advanced features of PostgreSQL 12 - Third Edition

Shaun Thomas

Databases are nothing without the data they store. In the event of an outage or technical catastrophe, immediate recovery is essential. This updated edition ensures that you will learn the important concepts related to node architecture design, as well as techniques such as using repmgr for failover automation. From cluster layout and hardware selection to software stacks and horizontal scalability, this PostgreSQL cookbook will help you build a PostgreSQL cluster that will survive crashes, resist data corruption, and grow smoothly with customer demand.You’ll start by understanding how to plan a PostgreSQL database architecture that is resistant to outages and scalable, as it is the scaffolding on which everything rests. With the bedrock established, you'll cover the topics that PostgreSQL database administrators need to know to manage a highly available cluster. This includes configuration, troubleshooting, monitoring and alerting, backups through proxies, failover automation, and other considerations that are essential for a healthy PostgreSQL cluster. Later, you’ll learn to use multi-master replication to maximize server availability. Later chapters will guide you through managing major version upgrades without downtime.By the end of this book, you’ll have learned how to build an efficient and adaptive PostgreSQL 12 database cluster.

3656
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 13 Cookbook. Over 120 recipes to build high-performance and fault-tolerant PostgreSQL database solutions

Vallarapu Naga Avinash Kumar

PostgreSQL has become the most advanced open source database on the market. This book follows a step-by-step approach, guiding you effectively in deploying PostgreSQL in production environments.The book starts with an introduction to PostgreSQL and its architecture. You’ll cover common and not-so-common challenges faced while designing and managing the database. Next, the book focuses on backup and recovery strategies to ensure your database is steady and achieves optimal performance. Throughout the book, you’ll address key challenges such as maintaining reliability, data integrity, a fault-tolerant environment, a robust feature set, extensibility, consistency, and authentication. Moving ahead, you’ll learn how to manage a PostgreSQL cluster and explore replication features for high availability. Later chapters will assist you in building a secure PostgreSQL server, along with covering recipes for encrypting data in motion and data at rest. Finally, you’ll not only discover how to tune your database for optimal performance but also understand ways to monitor and manage maintenance activities, before learning how to perform PostgreSQL upgrades during downtime.By the end of this book, you’ll be well-versed with the essential PostgreSQL 13 features to build enterprise relational databases.