Все публикации пользователя literator » Страница 6 » MIRLIB.RU - ТВОЯ БИБЛИОТЕКА
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Mastering Python Automation: A Comprehensive Guide to Automate Everything
/ Комментариев: 0/

Название: Mastering Python Automation: A Comprehensive Guide to Automate Everything: Unlock the Power of Python to Automate Tasks Across Cloud, DevOps, Data Processing, and More
Автор: Ahmed Khorshid
Издательство: Independently published
Год: September 20, 2024
Страниц: 224
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Discover the limitless potential of Python automation with 'Mastering Python Automation: A Comprehensive Guide to Automate Everything.' This book is your ultimate resource for automating a wide range of tasks using Python, from cloud services and DevOps to data processing and cybersecurity. With detailed explanations, practical examples, and real-world case studies, you'll learn how to streamline workflows, enhance productivity, and tackle complex automation challenges. Whether you're a beginner or an experienced developer, this guide provides the tools and techniques you need to master Python automation and transform your projects. Python automation refers to the process of using the Python programming language to automate repetitive tasks, streamline workflows, and enhance productivity across various domains. Whether it’s data processing, web scraping, system administration, or even machine learning, Python provides a versatile and powerful platform for automating these tasks.


Категория: КНИГИ » ОС И БД
Chromebook Tricks and Tips - 14th Edition, 2025
/ Комментариев: 0/

Название: Chromebook Tricks and Tips - 14th Edition, 2025
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2025
Язык: английский
Формат: pdf
Размер: 43.9 MB

Chromebook Tricks and Tips is the one stop user guide for the new Google powered laptop computer adopter or those want to learn everything you’ll need to get started with Google’s hardware. This independent manual is crammed with helpful guides and step-by-step fully illustrated tutorials, written in plain easy to follow English. Over the pages of this publication you will clearly learn everything you need to know about your Chromebook and it’s apps. With this unofficial instruction manual at your side no problem will be unsolvable, no question unanswered as you learn, explore and enhance your Google Chromebook user experience.


Категория: КНИГИ » ОС И БД
Windows 11 Tricks and Tips - 14th Edition, 2025
/ Комментариев: 0/

Название: Windows 11 Tricks and Tips - 14th Edition, 2025
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2025
Язык: английский
Формат: pdf
Размер: 36.7 MB

Windows 11 Tips and Tricks - это универсальное руководство для начинающих в работе с настольными и портативными компьютерами, а также для тех, кто хочет узнать все, что нужно для начала работы с операционной системой Microsoft Windows. Написанное простым английским языком, это отдельное руководство содержит множество полезных советов и пошаговых инструкций. Вы узнаете все, что вам нужно знать о компьютерах и приложениях, познакомившись с операционной системой, под управлением которой работает ваш компьютер или приложение. С помощью этого неофициального руководства вы сможете изучить и освоить Windows 11 и будете готовы к решению любых необходимых задач.


Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ
Effective Remote Teams: Building for the Web
/ Комментариев: 0/

Название: Effective Remote Teams: Building for the Web
Автор: Carleton DiLeo, Jennifer Reyes
Издательство: Apress
Год: 2025
Страниц: 209
Язык: английский
Формат: pdf
Размер: 22.4 MB

Remote development has drastically changed the way teams build software. The freedom to work from wherever and possibly whenever has increased flexibility, but these benefits have not come without growing pains. The people managing this new type of team have worked tirelessly to adapt existing practices to this new, unfamiliar environment. The good news is you don't have to go through it alone. Authors Carleton DiLeo and Jennifer Reyes draw from two decades of combined experience building and managing highly-effective remote teams. You'll see how to set up, manage, and maintain your team. These ideas have been tested, boiled down, and refined over the years into an easy-to-understand series of steps. If you want to build a new remote team or transition from in-person, Effective Remote Teams has you covered. Read on to start enjoying the benefits of remote development today.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
The Complete Developer: Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker
/ Комментариев: 0/

Название: The Complete Developer: Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker
Автор: Martin Krause
Издательство: No Starch Press
Год: 2024
Страниц: 347
Язык: английский
Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI
Размер: 28.5 MB

A hands-on, beginner-friendly approach to developing complete web applications from the ground up, using jаvascript and its most popular frameworks, including Node.js and React.js. Whether you’ve been in the developer kitchen for decades or are just taking the plunge to do it yourself, The Complete Developer will show you how to build and implement every component of a modern stack—from scratch. You’ll go from a React-driven frontend to a fully fleshed-out backend with Mongoose, MongoDB, and a complete set of REST and GraphQL APIs, and back again through the whole Next.js stack. The book’s easy-to-follow, step-by-step recipes will teach you how to build a web server with Express.js, create custom API routes, deploy applications via self-contained microservices, and add a reactive, component-based UI. You’ll leverage command line tools and full-stack frameworks to build an application whose no-effort user management rides on GitHub logins. Covers: Docker, Express.js, jаvascript, Jest, MongoDB, Mongoose, Next.js, Node.js, OAuth, React, REST and GraphQL APIs, and TypeScript.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Graph Algorithms the Fun Way: Powerful Algorithms Decoded, Not Oversimplified
/ Комментариев: 0/

Название: Graph Algorithms the Fun Way: Powerful Algorithms Decoded, Not Oversimplified
Автор: Jeremy Kubica
Издательство: No Starch Press
Год: 2025
Страниц: 419
Язык: английский
Формат: True/Retail PDF, True/Retail EPUB
Размер: 58.2 MB

Graph Algorithms the Fun Way offers a refreshing approach to complex concepts by blending humor, imaginative examples, and practical Python implementations to reveal the power and versatility of graph-based problem-solving in the real world. Through clear diagrams, engaging examples, and Python code, you’ll build a solid foundation for addressing graph problems in your own projects. This book is an introduction to graphs and their algorithms for programmers who want to understand and apply them. Graphs are a type of data structure used throughout mathematics, Computer Science, and numerous other fields to model and solve a wide range of real-world problems. The structure of a graph allows us to represent connections or associations between items. Understanding this structure is critical to harnessing the power of graphs and using them efficiently. This book is for programmers who want to learn more about graphs, graph algorithms, and the computational thinking behind such techniques. I assume no prior knowledge of graphs or graph algorithms. However, readers should have the kind of basic familiarity with Python that can be expected after an introductory course, book, or boot camp. They should be familiar with fundamental Python programming concepts, including basic data structures such as lists and dictionaries.


Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ
Enhancing Video Streaming with AI, Cloud, and Edge Technologies: Optimization Techniques and Frameworks
/ Комментариев: 0/

Название: Enhancing Video Streaming with AI, Cloud, and Edge Technologies: Optimization Techniques and Frameworks
Автор: Mahmoud Darwich, Magdy Bayoumi
Издательство: Springer
Год: 2025
Страниц: 343
Язык: английский
Формат: pdf
Размер: 10.1 MB

This book explores how Artificial Intelligence (AI), cloud computing, and edge technologies are transforming video streaming systems. It delves into AI-driven adaptive bitrate streaming, predictive resource allocation, and Federated Learning for personalized recommendations. The integration of cloud and edge computing is highlighted as a solution for scalability and low-latency streaming, addressing challenges like bandwidth optimization, cost-efficiency, and Quality of Experience (QoE). The book offers actionable insights into emerging technologies like 5G, quantum computing, and blockchain. It features case studies and real-world implementations, making it an essential resource for researchers, industry professionals, and students. Bridging theory and practice, the book provides a comprehensive guide to building the next generation of efficient and scalable video streaming infrastructures. This book is intended for a broad audience, including Computer Science researchers, professionals in media technology, and students seeking a comprehensive understanding of video streaming systems.


Категория: КНИГИ » ОС И БД
Android User Manual - Smartphone & Tablet Edition, Issue 5, 2025
/ Комментариев: 0/

Название: Android User Manual - Smartphone & Tablet Edition, Issue 5, 2025
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2025
Страниц: 140
Язык: английский
Формат: pdf
Размер: 27.7 MB

Телефоны и планшеты Android отлично подходят для проверки электронной почты на ходу, просмотра веб-страниц в ожидании автобуса или прослушивания музыки во время занятий спортом. Вы также можете играть в новейшие игры, смотреть телевизор по запросу, следить за балансом между работой и личной жизнью или писать давно задуманный роман. В этом руководстве по Android вы узнаете, как получить максимум от стандартных приложений Android, таких как Gmail и Chrome, устранить типичные проблемы, добавить пусковую установку и рутировать устройство. Независимо от того, владеете ли вы телефоном пятилетней давности или новейшей флагманской моделью, изучите операционную систему, как получить максимум от любого телефона или планшета Android и как извлечь из него максимум пользы.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Machine Learning Q and AI: 30 Essential Questions and Answers on Machine Learning and AI
/ Комментариев: 0/

Название: Machine Learning Q and AI: 30 Essential Questions and Answers on Machine Learning and AI
Автор: Sebastian Raschka
Издательство: No Starch Press
Год: 2024
Страниц: 267
Язык: английский
Формат: True/Retail PDF, True/Retail EPUB, True/Retail MOBI
Размер: 122.2 MB

If you’re ready to venture beyond introductory concepts and dig deeper into Machine Learning, Deep Learning, and AI, the question-and-answer format of Machine Learning Q and AI will make things fast and easy for you, without a lot of mucking about. Born out of questions often fielded by author Sebastian Raschka, the direct, no-nonsense approach of this book makes advanced topics more accessible and genuinely engaging. Each brief, self-contained chapter journeys through a fundamental question in AI, unraveling it with clear explanations, diagrams, and hands-on exercises. This book adopts a unique Q&A style, where each brief chapter is structured around a central question related to fundamental concepts in Machine Learning, Deep Learning, and AI. Every question is followed by an explanation, with several illustrations and figures, as well as exercises to test your understanding. Many chapters also include references for further reading. These bite-sized nuggets of information provide an enjoyable jumping-off point on your journey from Machine Learning beginner to expert.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
MATLAB Roadmap to Applications: Volume I Fundamental
/ Комментариев: 0/

Название: MATLAB Roadmap to Applications: Volume I Fundamental
Автор: Yi Chen, Long Huang
Издательство: Springer
Год: 2025
Страниц: 611
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book presents a comprehensive guide to MATLAB programming, catering to students, engineers, and researchers seeking to harness MATLAB as a powerful tool for their work. The text meticulously covers fundamental concepts, progressing from basic elements such as types and operators to more complex structures like arrays and matrices. It elucidates key programming constructs including selection statements, loop structures, scripts, and functions, providing readers with a solid foundation in MATLAB programming. The book's structure is carefully crafted to facilitate step-by-step learning, with each chapter building upon previous knowledge. Abundant examples and exercises reinforce understanding, while dedicated sections on data visualisation, algorithm development, and practical applications in engineering, science, and finance demonstrate MATLAB's versatility across disciplines. One of MATLAB’s key strengths is its high-level programming language that leverages matrix and array operations, enabling concise and efficient code development for scientific and engineering computations.