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

  • Добавил: literator
  • Дата: 5-12-2023, 16:39
  • Комментариев: 0
Название: Cloud Computing With C#
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Programming Model
Год: 2023
Страниц: 342
Язык: английский
Формат: pdf
Размер: 48.1 MB

In today's fast-paced digital landscape, harnessing the full potential of cloud computing is paramount. "Cloud Computing With C#" is not just another technical book; it's your definitive guide to mastering the art of cloud-based application development using C#—a critical skill set in the evolving tech industry. This comprehensive book is more than just a how-to; it's a strategic roadmap to help you navigate the intricate world of cloud computing with C#. From understanding the core concepts of cloud architecture to implementing cutting-edge solutions using C#, this book provides step-by-step guidance, empowering both novice and experienced developers to craft high-performing, scalable, and secure cloud applications. Whether you're a seasoned C# developer aiming to transition to the cloud or a newcomer eager to grasp the fundamentals, "Cloud Computing With C#" offers a unique blend of theoretical foundations and hands-on exercises. Explore in-depth discussions on ethical and governance considerations, ensuring that your applications align with the highest standards of responsibility and compliance.
  • Добавил: literator
  • Дата: 5-12-2023, 15:53
  • Комментариев: 0
Название: Python Automation: Tools to Turbocharge Your Efficiency
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2023
Страниц: 400
Язык: английский
Формат: pdf
Размер: 98.4 MB

Unlock the full potential of your productivity with 'Python Automation: Tools to Turbocharge Your Efficiency'.This groundbreaking book is the ultimate catalyst for professionals and hobbyists alike to streamline workflow and personal efficiency through the power of Python programming. Transform your workday, eliminate repetitive tasks, and take control of your time with 'Python Automation: Tools to Turbocharge Your Efficiency'. Embrace the Python automation revolution and not only optimize your tasks but also boost your career trajectory in the process.
  • Добавил: literator
  • Дата: 4-12-2023, 22:51
  • Комментариев: 0
Название: Build Your Own Database From Scratch : Persistence, Indexing, Concurrency ( Completed )
Автор: James Smith
Издательство: build-your-own.org
Год: 2023-08-24
Страниц: 120
Язык: английский
Формат: pdf (true), epub, mobi +Code
Размер: 10.2 MB

Databases are not magic. Understand them by building your own! Databases are not black boxes. Understand them by building your own from scratch! This book contains a walk-through of a minimal persistent database implementation. The implementation is incremental. We start with a B-Tree, then a simple KV store, and eventually end with a mini relational DB. The book focuses on important ideas rather than implementation details. Real-world databases are complex and harder to grasp. We can learn faster and easier from a stripped-down version of a database. And the “from scratch” method forces you to learn deeper. Although the book is short and the implementation is minimal, it aims to cover three important topics: Persistence, Indexing, Concurrency. The book uses Golang for sample code, but the topics are language agnostic. Readers are advised to code their own version of a database rather than just read the text.
  • Добавил: literator
  • Дата: 4-12-2023, 19:12
  • Комментариев: 0
Название: The jаvascript Interview Bible 2023 : A Comprehensive Guide with 1000+ Essential Questions and Answers!
Автор: Nezir Zahirovic
Издательство: Leanpub
Год: 2023-06-09
Страниц: 557
Язык: английский
Формат: pdf (true)
Размер: 51.8 MB

"The jаvascript Interview BIBLE" includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! As a jаvascript developer, you know how important it is to have a strong understanding of the language and its intricacies. And if you're looking to take your skills to the next level and land your dream job, then you need to ace your jаvascript interviews. That's where "The jаvascript Interview BIBLE" comes in. This comprehensive guide is packed with over 1000 essential questions and answers that cover everything you need to know to nail your jаvascript interviews. But that's not all – "The jаvascript Interview BIBLE" also includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! jаvascript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. jаvascript is a prototype-based, multiparadigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
  • Добавил: literator
  • Дата: 4-12-2023, 18:12
  • Комментариев: 0
Название: Mastering Deep Learning: A Comprehensive Guide to Master Deep Learning
Автор: Kris Hermans, Cybellium Ltd
Издательство: Cybellium Ltd
Год: 2023
Страниц: 594
Язык: английский
Формат: pdf
Размер: 43.9 MB

Unleash the Power of Neural Networks for Intelligent Solutions. In the landscape of Artificial Intelligence and Machine Learning, Deep Learning stands as a revolutionary force that is shaping the future of technology. "Mastering Deep Learning" is your ultimate guide to comprehending and harnessing the potential of deep neural networks, empowering you to create intelligent solutions that drive innovation. As the capabilities of technology expand, Deep Learning emerges as a transformative approach that unlocks the potential of Artificial Intelligence. "Mastering Deep Learning" offers a comprehensive exploration of this cutting-edge field—an indispensable toolkit for data scientists, engineers, and enthusiasts. This book caters to both beginners and experienced learners aiming to excel in deep learning concepts, algorithms, and applications. In the landscape of Artificial Intelligence, Deep Learning is reshaping technology and innovation. "Mastering Deep Learning" equips you with the knowledge needed to leverage deep neural networks, enabling you to create intelligent solutions that push the boundaries of possibilities. Whether you're a seasoned practitioner or new to the world of Deep Learning, this book will guide you in building a solid foundation for effective AI-driven solutions. Your journey to mastering Deep Learning starts here.
  • Добавил: literator
  • Дата: 4-12-2023, 15:29
  • Комментариев: 0
Название: Automata Theory: An Algorithmic Approach
Автор: Javier Esparza, Michael Blondin
Издательство: The MIT Press
Год: 2023
Страниц: 560
Язык: английский
Формат: epub (true)
Размер: 32.8 MB

A comprehensive introduction to automata theory that uses the novel approach of viewing automata as data structures. This textbook presents automata theory from a fresh viewpoint inspired by its main modern application, program verification, where automata are viewed as data structures for the algorithmic manipulation of sets and relations. This novel “automata as data structures” paradigm makes holistic connections between automata theory and other areas of computer science not covered in traditional texts, linking the study of algorithms and data structures with that of the theory of formal languages and computability. Esparza and Blondin provide incisive overviews of core concepts along with illustrated examples and exercises that facilitate quick comprehension of rigorous material.
  • Добавил: AperKot
  • Дата: 4-12-2023, 12:42
  • Комментариев: 0

Название: Programming Models (Computer Science Fundamentals)
Автор: Theophilus Edet
Издательство: CompreQuest Books
Год: 2023
ISBN: B0CJZ2SYK6
Страниц: 498
Формат: PDF
Размер: 29 Mб
Язык: English

In the ever-evolving world of software development, mastering programming models is the key to becoming a versatile and sought-after coder. Whether you're a seasoned developer looking to expand your skill set or a beginner ready to embark on a coding journey, "Programming Models" is your ultimate guide to conquering the digital landscape.
  • Добавил: literator
  • Дата: 4-12-2023, 06:52
  • Комментариев: 0
Название: Information-Driven Machine Learning: Data Science as an Engineering Discipline
Автор: Gerald Friedland
Издательство: Springer
Год: 2024
Страниц: 281
Язык: английский
Формат: pdf (true), epub
Размер: 16.7 MB

This groundbreaking book transcends traditional Machine Learning approaches by introducing information measurement methodologies that revolutionize the field. Stemming from a UC Berkeley seminar on experimental design for Machine Learning tasks, these techniques aim to overcome the 'black box' approach of Machine Learning by reducing conjectures such as magic numbers (hyper-parameters) or model-type bias. Information-based Machine Learning enables data quality measurements, a priori task complexity estimations, and reproducible design of Data Science experiments. The benefits include significant size reduction, increased explainability, and enhanced resilience of models, all contributing to advancing the discipline's robustness and credibility. While bridging the gap between Machine Learning and disciplines such as physics, information theory, and computer engineering, this textbook maintains an accessible and comprehensive style, making complex topics digestible for a broad readership. Information-Driven Machine Learning explores the synergistic harmony among these disciplines to enhance our understanding of Data Science modeling. Instead of solely focusing on the "how," this text provides answers to the "why" questions that permeate the field, shedding light on the underlying principles of Machine Learning processes and their practical implications.
  • Добавил: literator
  • Дата: 4-12-2023, 04:56
  • Комментариев: 0
Название: Algorithms and Data Structures for OOP With C#
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2023
Страниц: 503
Язык: английский
Формат: pdf
Размер: 33.2 MB

"Algorithms and Data Structures for OOP With C#" is an indispensable guide designed for C# programmers, computer science enthusiasts, and learners seeking to master the realm of Object-Oriented Programming (OOP), algorithms, and data structures. This comprehensive book serves as a gateway to understanding the core principles and advanced techniques behind OOP implementation using the C# programming language. Delve into an immersive journey that explores the fundamental concepts of algorithms, data structures, and their intricate relationship with OOP. Featuring an in-depth and practical approach, "Algorithms and Data Structures for OOP With C#" takes readers through a hands-on learning experience. From binary trees, hash tables, and sorting algorithms to dynamic programming and heuristic algorithms, this book offers detailed explanations, code samples, and real-world applications to solidify the understanding of complex concepts. Whether a student, developer, or programming enthusiast, this book serves as a definitive resource for mastering OOP principles and leveraging them to craft sophisticated solutions in C#.
  • Добавил: literator
  • Дата: 3-12-2023, 22:54
  • Комментариев: 0
Название: Выразительный jаvascript. Современное веб-программирование. 3-е изд.
Автор: Марейн Хавербеке
Издательство: Питер
Год: 2021
Страниц: 480
Язык: русский
Формат: pdf
Размер: 12.8 MB

В этой книге я не только объясню jаvascript, но и познакомлю вас с основными принципами программирования. Программировать, оказывается, трудно. Основные правила просты и понятны, но программы, построенные на основе таких правил, со временем становятся достаточно сложными, вводят собственные правила и собственную сложность. Временами чтение этой книги будет вам даваться с трудом. Если вы новичок в программировании, то вам встретится много незнакомого материала, который придется переварить. Многие его части будут сочетаться между собой, так что вам потребуется усвоить эти дополнительные связи. Эта книга делится на три большие части. В первых 12 главах обсуждается язык jаvascript. Следующие семь глав посвящены браузерам и тому, как jаvascript используется для их программирования. Наконец, две главы посвящены Node.js, еще одной среде для программирования на jаvascript. На протяжении всей книги вам встретится пять глав проектов, в которых описаны более крупные примеры программ, чтобы вы могли почувствовать вкус настоящего программирования. В порядке их появления мы будем работать над созданием робота доставки, языка программирования, игровой платформы, растрового графического редактора и динамического сайта.