LitMy.ru - литература в один клик

  • Добавил: sama_sha
  • Дата: 12-10-2024, 19:30
  • Комментариев: 0
Название: Decorando Álbuns Scrapbooking
Издательство: OnLine Editora
Год: 2021
Номер: 36
Размер: 27 Мб
Формат: PDF
Страниц: 58
Язык: Português

Бразильский журнал по скрапбукингу. В издании вы столкнетесь с работами, созданными известными мастерами со всей страны, которые шаг за шагом научат вас, как производить изделия. Это ваша прекрасная возможность создать эксклюзивные работы.
  • Добавил: sama_sha
  • Дата: 12-10-2024, 19:29
  • Комментариев: 0
Название: Decorando Álbuns Scrapbooking
Издательство: OnLine Editora
Год: 2021
Номер: 15
Размер: 55 Мб
Формат: PDF
Страниц: 62
Язык: Português

Бразильский журнал по скрапбукингу. В издании вы столкнетесь с работами, созданными известными мастерами со всей страны, которые шаг за шагом научат вас, как производить изделия. Это ваша прекрасная возможность создать эксклюзивные работы.
  • Добавил: literator
  • Дата: 12-10-2024, 18:59
  • Комментариев: 0
Название: CockroachDB: The Definitive Guide: Distributed Data at Scale, 2nd Edition (Early Release)
Автор: Guy Harrison, Jesse Seldess, Ben Darnell, Rob Reid
Издательство: O’Reilly Media, Inc.
Год: 2024-10-14
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

CockroachDB is a distributed, transactional, relational, cloud native SQL database system. That’s quite a mouthful! But in short, CockroachDB leverages both the strengths of the previous generation of relational database systems—strong consistency, the power of SQL, and the relational data model—and the strengths of modern distributed cloud principles. The result is a database system that is broadly compatible with other SQL-based transactional databases but delivers much greater scalability and availability. In the second edition of this popular hands-on guide, software developers, architects, and DevOps/SRE teams will learn how to use CockroachDB to create applications that scale elastically and provide seamless delivery for end users while remaining indestructible. Data engineers and database administrators will also learn how to migrate existing applications to CockroachDB's performant, cloud native data architecture. If you're familiar with distributed systems, you'll quickly discover the benefits of strong data correctness and consistency guarantees, as well as optimizations for delivering ultra-low latencies to globally distributed end users.
  • Добавил: literator
  • Дата: 12-10-2024, 17:26
  • Комментариев: 0
Название: Programming Ruby 3.3: The Pragmatic Programmers Guide
Автор: Noel Rappin
Издательство: The Pragmatic Programmers
Год: January 2024 (Version: P1.0)
Страниц: 694
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 14.8 MB

Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.3. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.2, including pattern matching and Ractors, and describes the language through Ruby 3.3.
  • Добавил: literator
  • Дата: 12-10-2024, 15:56
  • Комментариев: 0
Название: Testing the Creditcoin Blockchain: A Daily Account from a Test Engineer's Perspective
Автор: Alexander Todorov
Издательство: Apress
Год: 2024
Страниц: 258
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Follow the quality engineering journey of the Creditcoin blockchain across four distinct implementation versions and a myriad of technologies. Through the eyes of a test engineer, this book discusses testing implementations with the Hyperledger Sawtooth and Substrate frameworks, testing switch from proof-of-work to proof-of-stake consensus algorithm, and testing an Ethereum Virtual Machine compatibility layer. You’ll traverse several years of fast-paced multiple blockchain implementations and technological changes including an explanation of all major components involved, and the approach taken. You’ll also look at examples of test automation approaches and tools, interesting bugs, and testing challenges. Most everything discussed in Testing the Creditcoin Blockchain is open source, ensuring easy access, and multiple references to source code and GitHub are included throughout. The programming languages discussed in this book are a colorful mix between Python, C++, and C# .NET during the Creditcoin 1.x timeframe and later primarily Rust and TypeScript for version 2.0 and later. Rust is a general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety without a garbage collector. Rust is a statically typed and strongly typed functional language and is a popular language for systems programming, including distributed systems like blockchain and also the Linux kernel. For software testers and quality engineers with limited experience working on a blockchain implementation.
  • Добавил: literator
  • Дата: 12-10-2024, 15:13
  • Комментариев: 0
Название: Engineering Resilient Systems on AWS: Design, Build, and Test for Resilience
Автор: Kevin Schwarz, Jennifer Moran, Nate Bachmeier
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 394
Язык: английский
Формат: epub
Размер: 10.1 MB

To ensure that applications are reliable and always available, more businesses today are moving applications to AWS. But many companies still struggle to design and build these cloud applications effectively, thinking that because the cloud is resilient, their applications will be too. With this practical guide, software, DevOps, and cloud engineers will learn how to implement resilient designs and configurations in the cloud using hands-on independent labs. Authors Kevin Schwarz, Jennifer Moran, and Dr. Nate Bachmeier from AWS teach you how to build cloud applications that demonstrate resilience with patterns like back off and retry, multi-Region failover, data protection, and circuit breaker with common configuration, tooling, and deployment scenarios. Labs are organized into categories based on complexity and topic, making it easy for you to focus on the most relevant parts of your business. Python has a useful feature called a “virtual environment,” which helps you avoid compatibility issues when loading dependencies for a project. We suggest using a Python virtual environment with the projects for this book to avoid “dependency collisions” where other Python projects you may be working on require different dependency versions. If you plan to run the microservice resilience lessons in this book, you’ll need several other third-party software frameworks. Those include Python packages, which will be installed in your virtual environment so that they will not affect other projects you may be running. Additionally, you’ll need a few other command-line tools to run the lessons from your terminal.
  • Добавил: Joker
  • Дата: 12-10-2024, 14:20
  • Комментариев: 0
Князь из будущего. Часть 1 (Аудиокнига)Название: Князь из будущего. Часть 1
Автор: Чайка Дмитрий
Цикл/серия: Третий Рим
Номер книги: 3
Жанр: Фантастика, фэнтези, приключения, попаданцы
Издательство: Аудиокнига своими руками
Год: 2024
Тип: аудиокнига
Читает: Воля Олег
Язык: Русский
Время звучания: 08:02:26
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 442.96 Mb

На молодое княжество, образовавшееся на Дунае, точат зуб авары. Впрочем, и король франков Хлотарь тоже алчно поглядывает в предгорья Альп. Соляные копи в чужих руках не дают ему покоя. Князь крутится, как белка в колесе, пытаясь оградить растущую державу от жадных соседей. На его земли пришла аварская орда, которую еще никто и никогда не мог победить. Он заперт в городе с небольшим отрядом, а с ним любимая жена и маленький сын. Уцелеть будет очень и очень непросто...
  • Добавил: Joker
  • Дата: 12-10-2024, 14:20
  • Комментариев: 0
Князь из будущего. Часть 2 (Аудиокнига)Название: Князь из будущего. Часть 2
Автор: Чайка Дмитрий
Цикл/серия: Третий Рим
Номер книги: 4
Жанр: Фантастика, фэнтези, приключения, попаданцы
Издательство: Аудиокнига своими руками
Год: 2024
Тип: аудиокнига
Читает: Воля Олег
Язык: Русский
Время звучания: 07:55:50
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 435.81 Mb

Аварский Каганат – на пике своего могущества. Гигантская армия идет под стены Константинополя. И если великий город падет, на Западе больше не будет силы, способной удержать всадников. Славянские земли будут залиты кровью. Это очень хорошо понимает наш современник, который правит в землях современной Чехии и Австрии. Он лезет из кожи вон, чтобы не допустить гибели того, над чем трудился столько лет.
  • Добавил: Joker
  • Дата: 12-10-2024, 14:20
  • Комментариев: 0
Сайберия. Книга 1. Байстрюк (Аудиокнига)Название: Сайберия. Книга 1. Байстрюк
Автор: Василенко Владимир
Цикл/серия: Сайберия
Номер книги: 1
Жанр: Фантастика, попаданцы
Издательство: 1С-Паблишинг
Год: 2024
Тип: аудиокнига
Читает: Некряч Александр
Язык: Русский
Время звучания: 08:48:14
Формат: MP3
Битрейт аудио: 80 кбит/c
Размер: 288.53 Mb

Этот мир был аналогичен нашему, но в какой-то момент чьё-то воззвание к потусторонним силам превратило Сибирь, или, как её здесь называют, Сайберию, в ещё более суровый край, а разверзшееся Око Зимы сделало выживание в нём крайне сложным. Такое под силу лишь Одарённым – людям, наделённым сверхспособностями. Именно они живут и властвуют на этой окраине Российской империи – земле, которая считается проклятой, но привлекает внимание других своими богатствами и ресурсами.
  • Добавил: Joker
  • Дата: 12-10-2024, 14:19
  • Комментариев: 0
Сайберия. Книга 2. Пересмешник (Аудиокнига)Название: Сайберия. Книга 2. Пересмешник
Автор: Василенко Владимир
Цикл/серия: Сайберия
Номер книги: 2
Жанр: Фантастика, попаданцы
Издательство: 1С-Паблишинг
Год: 2024
Тип: аудиокнига
Читает: Некряч Александр
Язык: Русский
Время звучания: 09:24:00
Формат: MP3
Битрейт аудио: 80 кбит/c
Размер: 318.33 Mb

Этот мир был аналогичен нашему, но в какой-то момент чьё-то воззвание к потусторонним силам превратило Сибирь, или, как её здесь называют, Сайберию, в ещё более суровый край, а разверзшееся Око Зимы сделало выживание в нём крайне сложным. Такое под силу лишь Одарённым – людям, наделённым сверхспособностями. Именно они живут и властвуют на этой окраине Российской империи – земле, которая считается проклятой, но привлекает внимание других своими богатствами и ресурсами.