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

  • Добавил: umkaS
  • Дата: 19-02-2024, 09:46
  • Комментариев: 0
Название: Изучаем Java
Автор: Сьерра К., Бэйтс Б.
Издательство: М.: Эксмо
Год: 2012 - 2-е изд.
Cтраниц: 708
Формат: djvu
Размер: 131 мб
Язык: русский

"Изучаем Java" - это не просто книга. Она не только научит вас теории языка Java и объектно-ориентированного программирования, она сделает вас программистом. В ее основу положен уникальный метод обучения на практике. В отличие от классических учебников информация дается не в текстовом, а в визуальном представлении. Вы освоите в деле все самое нужное: синтаксис и концепции языка, работу с потоками, работу в сети, распределенное программирование. Вся теория закрепляется интереснейшими примерами и тестами.
  • Добавил: literator
  • Дата: 19-02-2024, 04:04
  • Комментариев: 0
Название: C++ & Python & Tricks and Tips - 17th Edition 2024
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2024
Язык: английский
Формат: pdf
Размер: 30.3 MB

"Советы и рекомендации по C++ и Python" - это первый и единственный выбор для начинающих, чтобы узнать все, что нужно знать о кодировании и программировании. Написанное простым английским языком, это отдельное руководство содержит множество полезных советов и пошаговых иллюстрированных уроков. С помощью этого совершенно нового руководства вы узнаете все, что нужно для создания собственных интересных приложений. С этим неофициальным руководством у вас никогда не возникнет проблем или вопросов, которые вы не сможете решить, изучая, осваивая и совершенствуя свои навыки программирования на языках C++ и Python.
  • Добавил: literator
  • Дата: 19-02-2024, 03:34
  • Комментариев: 0
Название: The Async-First Playbook: Remote Collaboration Techniques for Agile Software Teams
Автор: Sumeet Gayathri Moghe
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 369
Язык: английский
Формат: pdf (true), epub
Размер: 10.3 MB, 10.1 MB

Reimagining Agile for Distributed and Remote Teams. Distributed work is now inevitable, but conventional agile approaches are too "synchronous" for today's remote teams. Meetings, ceremonies, and rituals can become unsustainable when teams are scattered across the globe. The result: burnout, constant interruptions, a lack of deep work, poor work-life balance, greater frustration, and workplaces with poor diversity. In The Async-First Playbook, Thoughtworks Principal Product Manager Sumeet Gayathri Moghe provides tools and techniques to embed remote-native, asynchronous practices into traditional agile methods, making remote work more efficient, inclusive, thoughtful, and fun. Drawing on extensive experience leading distributed teams, Moghe addresses the "nuts and bolts" of specific practices and the crucial "softer" elements such as culture, mindset, and leadership. Short, practical chapters show how to adapt traditional agile techniques such as sprints and pair programming for the realities of today's distributed environments. Whatever your project, you'll learn how to create asynchronous environments that promote success, improve the workplace experience, and deliver better results. I’ve written this book for practitioners and leaders with a basic understanding of agile software development.
  • Добавил: literator
  • Дата: 19-02-2024, 02:15
  • Комментариев: 0
The Art of Computer Programming, Volume 4B: Combinatorial Algorithms, Part 2Название: The Art of Computer Programming, Volume 4B: Combinatorial Algorithms, Part 2
Автор: Donald E. Knuth
Издательство: Pearson Education, Inc.
Год: 2023
Страниц: 734
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.9 MB, 21.1 MB

The Art of Computer Programming is Knuth's multivolume analysis of algorithms. With the addition of this new volume, it continues to be the definitive description of classical computer science. Volume 4B, the sequel to Volume 4A, extends Knuth's exploration of combinatorial algorithms. These algorithms are of keen interest to software designers because ". . . a single good idea can save years or even centuries of computer time." The book begins with coverage of Backtrack Programming, together with a set of data structures whose links perform "delightful dances" and are ideally suited to this domain. New techniques for important applications such as optimum partitioning and layout are thereby developed.
  • Добавил: literator
  • Дата: 18-02-2024, 20:32
  • Комментариев: 0
Название: Serverless as a Game Changer: How to Get the Most Out of the Cloud (Final)
Автор: Joseph Emison
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 219
Язык: английский
Формат: pdf (true), epub
Размер: 40.7 MB, 11.7 MB

Leverage the “serverless mindset” to build and deploy software faster, better, and with less expense. In this definitive guide, Joseph Emison shows how to leverage “serverless” for maximum customer value. He reveals why mindset is crucial to modern IT strategy and explains why and how to move toward a truly serverless mindset. The gap between the best software development teams and average software development teams is enormous. The best teams deliver delightful, scalable, stable software to users quickly and regularly. Average teams deliver acceptable software that works most of the time, with months or even years between significant improvements. Many teams even struggle to deliver anything but small, iterative changes, with even those taking surprising amounts of time. Software development and cloud services and tools make developing and deploying software increasingly cheaper, faster, and better—but very few organizations take advantage of these innovations. This book lays out the principles, strategies, and tactics that can propel your organization or teams to world-class output by harnessing a Serverless mindset.
  • Добавил: literator
  • Дата: 18-02-2024, 19:42
  • Комментариев: 0
Название: Better Python Code: A Guide for Aspiring Experts (Final)
Автор: David Mertz
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 289
Язык: английский
Формат: pdf (true)
Размер: 36.7 MB

Move Beyond Python Code That "Mostly Works" to Code That Is Expressive, Robust, and Efficient. Python is arguably the most-used programming language in the world, with applications from primary school education to workaday web development, to the most advanced scientific research institutes. While there are many ways to perform a task in Python, some are wrong, inelegant, or inefficient. Better Python Code is a guide to "Pythonic" programming, a collection of best practices, ways of working, and nuances that are easy to miss, especially when ingrained habits are borrowed from other programming languages. Author David Mertz presents concrete and concise examples of various misunderstandings, pitfalls, and bad habits in action. He explains why some practices are better than others, based on his 25+ years of experience as an acclaimed contributor to the Python community. Each chapter thoroughly covers related clusters of concepts, with chapters sequenced in ascending order of sophistication.
  • Добавил: literator
  • Дата: 18-02-2024, 19:05
  • Комментариев: 0
Название: Microsoft Azure Security Technologies (AZ-500) - A Certification Guide: Get qualified to secure Azure AD, Network, Compute, Storage and Data services through Security Center, Sentinel and other Azure security best practices
Автор: Jayant Sharma
Издательство: BPB Publications
Год: 2022
Страниц: 711
Язык: английский
Формат: pdf (true), epub
Размер: 71.5 MB, 16.5 MB

With Azure security, you can build a prosperous career in IT security. ‘Microsoft Azure Security Technologies (AZ-500) - A Certification Guide’ is a certification guide that helps IT professionals to start their careers as Azure Security Specialists by clearing the AZ-500 certification and proving their knowledge of Azure security services. Authored by an Azure security professional, this book takes readers through a series of steps to gain a deeper insight into Azure security services. This book will help readers to understand key concepts of the Azure AD architecture and various methods of hybrid authentication. It will help readers to use Azure AD security solutions like Azure MFA, Conditional Access, and PIM. It will help readers to maintain various industry standards for an Azure environment through Azure Policies and Azure Blueprints. This book will also help to build a secure Azure network using Azure VPN, Azure Firewall, Azure Front Door, Azure WAF, and other services. It will provide readers with a clear understanding of various security services, including Azure Key vault, Update management, Microsoft Endpoint Protection, Azure Security Center, and Azure Sentinel in detail.
  • Добавил: literator
  • Дата: 18-02-2024, 18:00
  • Комментариев: 0
Название: Python с нуля
Автор: Петр Левашов
Издательство: Питер
Год: 2024
Страниц: 449
Язык: русский
Формат: pdf
Размер: 10.6 MB

Добро пожаловать в «Python с нуля»! Эта книга даст вам основные знания и инструменты, которые помогут стать опытным разработчиком на Python — универсальном, мощном и доступном языке программирования. Вы узнаете, почему Python стал одним из самых популярных языков программирования в мире и что делает его отличным выбором и для начинающих, и для опытных разработчиков. Эта книга приглашает вас в путешествие по огромному миру Python и охватывает все — от самых основ до более продвинутых тем, таких как наука о данных, веб-скрапинг и программирование графических интерфейсов. Каждая глава снабжена примерами, заданиями для самопроверки и лучшими практиками, чтобы вы не только поняли материал, но и получили практический опыт его применения. Неважно, новичок вы или опытный разработчик, желающий расширить свои навыки, — в этой книге найдется что-то для всех.
  • Добавил: literator
  • Дата: 18-02-2024, 07:25
  • Комментариев: 0
PHP 8 Basics: For Programming and Web DevelopmentНазвание: PHP 8 Basics: For Programming and Web Development
Автор: Gunnard Engebreth, Satej Kumar Sahu
Издательство: Apress
Год: 2023
Страниц: 335
Язык: английский
Формат: pdf (true), epub (true)
Размер: 17.4 MB

Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union types, as well as related frameworks such as Symfony. You will explore fundamental PHP concepts through both practical and hands-on examples. You'll not only gain a solid understanding of PHP fundamentals, but will also be prepared to handle new concepts and technologies as they emerge. After working through the book and its associated demo code, you will be able to build your first basic web application.
  • Добавил: literator
  • Дата: 17-02-2024, 21:23
  • Комментариев: 0
Название: jаvascript: A Comprehensive Beginner's Guide to Mastering jаvascript Programming Incrementally
Автор: Ryan Roffe
Издательство: Independently published
Год: 2024
Страниц: 702
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Are you interested in delving into computer programming but feel like a total novice, lacking any prior experience, and seeking user-friendly resources? If that sounds like you, then this guide is tailor-made for individuals just like yourself. In today's modern society, computers have become indispensable tools, yet many still find them daunting, leaving them bewildered and frustrated by the intricacies of computer programming and languages. Within the pages of "jаvascript: A Comprehensive Beginner's Guide to Mastering jаvascript Programming Incrementally," you'll grasp the fundamental principles of this dynamic computer language.