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

  • Добавил: marafet
  • Дата: 30-12-2024, 06:45
  • Комментариев: 0
Название: Эволюция Пожирателя. Цикл из 13 книг
Автор: Юрий Розин
Издательство: Самиздат
Жанр: Бояръ-Аниме, Попаданцы в магические миры, Боевое фэнтези
Год: 2023-2024
Язык: Русский
Формат: fb2
Размер файла: 10.3 Мб

Меня призвали в иной мир. Но не для того, чтобы я стал героем, а чтобы умер и стал кормом для червей.
Вот только чёрта с два я соглашусь на это. Я сделаю что угодно, чтобы выжить, выбраться и стать сильнее.
Этот мир хочет сожрать меня.
НО Я СОЖРУ ЕГО РАНЬШЕ!
  • Добавил: literator
  • Дата: 30-12-2024, 05:49
  • Комментариев: 0
Название: C++ Programming Handbook For Beginners On GUI Development with QT: A Step-by-Step Guide to Building Cross-Platform GUI Applications Using C++ and Qt Framework
Автор: Tech Greeny
Издательство: Tech Greeny
Год: 2024
Страниц: 169
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Unlock the power of C++ and Qt for GUI development! This comprehensive handbook provides a thorough introduction to C++ programming and GUI development using Qt, covering the fundamentals of C++, Qt, and cross-platform GUI application development. C++ is one of the most popular and powerful programming languages for system and application development, particularly for performance-critical software like operating systems, game engines, and real-time applications. Its influence on software engineering cannot be overstated, given its strong emphasis on object-oriented principles and its ability to manage low-level hardware details without sacrificing high-level abstractions. For developers aiming to build desktop applications with graphical user interfaces (GUIs), C++ offers a versatile and performant foundation, especially when combined with GUI frameworks like Qt.In the realm of GUI development, a core advantage of C++ is its combination of speed and control. Unlike other languages such as jаvascript or Python, C++ allows you to directly manage memory, resulting in faster and more responsive applications, which is essential when dealing with complex user interfaces.
  • Добавил: literator
  • Дата: 30-12-2024, 04:57
  • Комментариев: 0
Название: The Cloud Native Attitude: How the world's best companies use the cloud to speed up, scale up and find product market fit
Автор: Anne Currie, Jamie Dobson
Издательство: Right Book Press
Год: 2025
Страниц: 162
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

The Cloud Native Attitude puts the power of cutting-edge cloud technology right into your hands by exploring what it truly means in practice. Moving beyond the jargon and tech-talk, it offers clear insights into cloud native's benefits, challenges and real-world applications. This succinct and easy-to-understand guide draws on interviews with industry leaders and decades of hands-on expertise to demystify cloud native principles and help you navigate your own adoption journey more confidently and effectively – all with a little bit of fun too! Cloud native is the name of a particular approach to designing, building and running applications based on the cloud (infrastructure as a service, IaaS) or platform as a service (PaaS). Likewise, in our first edition, we suggested that a cloud native approach relied on containers and orchestrators such as Kubernetes.
  • Добавил: literator
  • Дата: 30-12-2024, 04:23
  • Комментариев: 0
Название: Mastering AWS Elastic Kubernetes Services: Building and deploying scalable containerized applications with Kubernetes and EKS
Автор: Siva Guruvareddiar
Издательство: BPB Publications
Год: 2025
Страниц: 428
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

“Mastering AWS Elastic Kubernetes Services" is your comprehensive guide to understanding and implementing AWS EKS. This book helps you master Kubernetes, the industry-standard container orchestration platform, on the robust and scalable Amazon Web Services (AWS) cloud. This book is a complete guide to Kubernetes and AWS EKS, starting with the basics of Kubernetes architecture and container orchestration. This book systematically builds your understanding through 23 carefully structured chapters. We begin with fundamental Kubernetes concepts, ensuring a solid foundation before diving into EKS-specific architectures and components. The journey progresses from basic cluster setup to advanced operational aspects, including security, monitoring, and integration with AWS services. Each chapter is designed to provide practical, hands-on knowledge that you can immediately apply in your professional role. As we advance, the book delves into modern DevOps practices, including CI/CD pipelines, GitOps workflows, and disaster recovery strategies. The final chapters concentrate on optimization techniques and best practices, ensuring your EKS implementations are not just functional but excel in performance, security, and cost-effectiveness.
  • Добавил: literator
  • Дата: 30-12-2024, 03:43
  • Комментариев: 0
Название: Essential PostgreSQL: Your guide to database design, query optimization, and administration
Автор: Swati Saxena
Издательство: BPB Publications
Год: 2025
Страниц: 342
Язык: английский
Формат: epub (true)
Размер: 15.5 MB

PostgreSQL, a robust and versatile relational database management system (RDBMS), is gaining immense popularity due to its reliability, scalability, and rich feature set. This book is your indispensable companion to mastering PostgreSQL, helping you become a great PostgreSQL developer and create amazing database-driven applications. This book provides a thorough introduction to PostgreSQL, covering the fundamentals of database creation and management to advanced topics like data modeling, query optimization, and performance tuning. Explore PostgreSQL’s powerful features, including multi-version concurrency control (MVCC), data types, constraints, and indexing. Learn how to install, configure, and apply PostgreSQL in real-world scenarios. You will also develop essential SQL skills to manipulate and analyze data, design efficient schemas with normalization, and use stored procedures and triggers to automate tasks effectively. This book is for anyone who wants to learn or improve their skills in using PostgreSQL.
  • Добавил: literator
  • Дата: 30-12-2024, 01:01
  • Комментариев: 0
Название: Getting Started with jаvascript: A jаvascript Beginner's Guide to Building Dynamic Web and Mobile Apps with Hands-On Examples and 200+ Sample Projects
Автор: Thomas Theis
Издательство: Rheinwerk Publishing Inc.
Год: 2025
Страниц: 520
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

New to programming and jаvascript? Look no further! With this beginner’s guide, learn the language ABCs and start developing applications. Walk through the programming basics: branches, functions, methods, objects, and more. Then create forms and events; use the Document Object Model (DOM); and work with large data sets, processing strings, mathematics, time, and other data structures. Design your web and mobile applications using tools like Ajax, CSS, jQuery, and Onsen UI. Follow code examples and expert tips, and you’ll be developing in no time! jаvascript is an interpreted language, which means jаvascript programs are translated and executed line by line. jаvascript also offers many elements that may be familiar to you from other programming languages, such as loops for a quick repetition of program parts, branches for the different handling of different situations, and functions for breaking down a program into manageable components. You also have a variety of objects at your disposal. Using the Document Object Model (DOM), you can access all elements of your webpages in jаvascript so that you can change them dynamically.
  • Добавил: Tetyanka_
  • Дата: 29-12-2024, 23:06
  • Комментариев: 0
Название: Les Desserts de Julien (Vol. 1&2)
Автор: Julien Loustau
Издательство: e-book
Год: 2019
Cтраниц: 2*100
Формат: pdf
Размер: 33,07 Мб
Язык: Français

22 recettes inédites tous niveaux * 100 pages avec des étapes guidées et illustrées (en Français)
Compatible sur tous les supports numériques
  • Добавил: Tetyanka_
  • Дата: 29-12-2024, 21:30
  • Комментариев: 0
Название: The Art of Breakfast: How to Bring B&B Entertaining Home
Автор: Dana Moos
Издательство: Down East Books
Год: 2011
Cтраниц: 162
Формат: pdf
Размер: 48,13 Мб
Язык: English

A Maine breakfast is more than just blueberries. Dana Moos of the Maine Innkeeping Academy shows you how to whip up a delicious and beautiful breakfast, whether you're cooking for your out-of-state in-laws or running your own B&B. Maine is a travel destination, and its B&Bs are some of the most visited places in the state. Dana Moos, the former innkeeper of the Kingsleigh Inn in Southwest Harbor, has great advice on serving a breakfast that not only tastes great but looks good too. Perfect for B&B owners, but also great for folks with out-of-town guests, this book makes creating an artful and tasty breakfast easy.
  • Добавил: Tetyanka_
  • Дата: 29-12-2024, 19:01
  • Комментариев: 0
Название: The New Oxford Book of Food Plants
Автор: John Vaughan, Catherine Geissler
Издательство: Oxford University Press
Год: 2009, 2nd Edition
Страниц: 288
Формат: pdf
Размер: 31,99 Мб
Язык: English

A true cornucopia, The New Oxford Book of Food Plants overflows with information and is packed with beautiful, hand-painted illustrations of the worlds food plants. In an oversized format with alternating full-page color plates, readers will find a feast of facts about cereals, sugar crops, oil seeds, nuts, legumes, fruits, vegetables, spices, herbs, sea-weeds, mushrooms, wild food plants, and much more. This new edition is fully updated with the latest nutritional research, as well as beautiful new illustrations and descriptions of many exotic edible plants that have only recently found their way into our markets and onto our kitchen tables.
This is the most comprehensiveand most appealing reference book available on the many edible plants we grow in our gardens, buy in our shops, and eat with great relish. For example, readers will find authoritative coverage of fruit worldwide, both the varieties we commonly find at our local food stand (apples, oranges, strawberries, kiwi, bananas), and some we do not ordinarily see (mangosteen, manzanilla, marang, tamarind, or whortleberry).
  • Добавил: marafet
  • Дата: 29-12-2024, 18:47
  • Комментариев: 0
Название: Страж Кодекса. Цикл из 9 книг
Автор: Илья Романов
Издательство: Самиздат
Жанр: Бояръ-Аниме, Альтернативная история, Попаданцы
Год: 2023-2024
Язык: Русский
Формат: fb2
Размер файла: 11.2 Мб

Когда Скверна вторглась в очередной мир, я был ближе всех из братьев. Мне не впервой сражаться с армиями Неназываемого. Но эта битва стала для меня последней. У меня была славная жизнь и достойная смерть. И Кодекс посчитал меня достойным, раз он дал мне, Великому Охотнику Райнеру, Щиту Ордена, второй шанс.... Новую спокойную жизнь!
Гхм... И эту жизнь Кодекс считает "спокойной"?!