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

  • Добавил: literator
  • Дата: 7-06-2023, 19:53
  • Комментариев: 0
Git Repository Management in 30 Days: Learn to manage code repositories like a proНазвание: Git Repository Management in 30 Days: Learn to manage code repositories like a pro
Автор: Sumit Jaiswal
Издательство: BPB Publications
Год: 2023
Страниц: 290
Язык: английский
Формат: epub
Размер: 87.7 MB

A step-by-step guide to master version control with Git. Git is a popular open-source version control system that allows developers to efficiently track changes to their codebase and collaborate with others on software projects. If you want to gain a solid understanding of Git and its capabilities, then this book is for you. "Git Repository Management in 30 Days" is a step-by-step guide for developers looking to master the art of Git repository management. This book covers everything from the fundamentals of Git to advanced subjects like branching, merging, rebasing, and dispute resolutionThe book will help you learn how to establish, manage, and collaborate on Git repositories. Besides this, it will also teach you how to use Git commands, tools, and workflows to increase code quality and streamline your development process. On completing the book, you will be able to manage your Git code repositories effectively.

  • Добавил: literator
  • Дата: 7-06-2023, 19:31
  • Комментариев: 0
Implementing C# 11 and .NET 7.0: Learn how to build cross-platform apps with .NET CoreНазвание: Implementing C# 11 and .NET 7.0: Learn how to build cross-platform apps with .NET Core
Автор: Fiodar Sazanavets
Издательство: BPB Publications
Год: 2023
Страниц: 342
Язык: английский
Формат: epub
Размер: 119.9 MB

Leverage the latest features of C# and .NET to optimize the development of cross-platform apps. .NET is a programming platform that allows developers to write and run any type of application. Although the .NET platform officially supports many programming languages, C# is its main and the most popular language. This book takes you through the fundamentals of .NET and provides a step-by-step guidance on building native applications that work seamlessly across multiple platforms. You will then get familiar with the fundamentals of relational databases and Entity Framework Core 7, including its code-first, database-first, and model-first approaches. Moving on, the book will introduce you to ASP.NET Core, the main framework on .NET that is designed for building web applications. You will also learn how to host and deploy Blazor WebAssembly using ASP.NET Core. In the subsequent sections, the book will teach you to set up bi-directional communication between the server and client using SignalR and enable gRPC communication on ASP.NET Core. Lastly, you will acquire the skills to manage and deploy your app with Docker Swarm and Kubernetes.

  • Добавил: literator
  • Дата: 7-06-2023, 16:29
  • Комментариев: 0
Трехмерное глубокое обучение на PythonНазвание: Трехмерное глубокое обучение на Python. Разрабатывайте модели компьютерного зрения с использованием 3D-данных с помощью библиотеки PyTorch3D и других инструментов
Автор: Ксудонг Ма, Вишах Хегде, Лилит Йольан
Издательство: ДМК Пресс
Год: 2023
Страниц: 228
Язык: русский
Формат: pdf
Размер: 13,2 MB

Эта книга дает полное представление о современном трехмерном глубоком обучении и помогает разработчикам в области компьютерного зрения применить свои знания на практике. Благодаря этому практическому руководству по трехмерному глубокому обучению разработчики в области трехмерного компьютерного зрения смогут применить свои знания на практике. В данной книге представлен практический подход к реализации вычислительных решений в указанной области и связанных с ней методологий, которые помогут вам быстро начать работу и повысить продуктивность. Оснащенные пошаговыми объяснениями важных понятий, практическими примерами и вопросами для самопроверки, вы начнете с обследования передовых методов трехмерного глубокого обучения. Вы познакомитесь с базовой обработкой 3D-данных полигональной сетки и облака точек с помощью библиотеки PyTorch3D, такой как загрузка и сохранение файлов PLY и OBJ, проецирование 3D-точек на координаты камеры с использованием моделей перспективной камеры и ортографической камеры, отрисовка облаков точек и полигональных сеток на изображениях и т.д.

  • Добавил: literator
  • Дата: 7-06-2023, 08:55
  • Комментариев: 0
Hands-on Guide to Apache Spark 3: Build Scalable Computing Engines for Batch and Stream Data ProcessingНазвание: Hands-on Guide to Apache Spark 3: Build Scalable Computing Engines for Batch and Stream Data Processing
Автор: Alfonso Antolínez García
Издательство: Apress
Год: 2023
Страниц: 404
Язык: английский
Формат: pdf (true), epub
Размер: 16.4 MB

This book explains how to scale Apache Spark 3 to handle massive amounts of data, either via batch or streaming processing. It covers how to use Spark’s structured APIs to perform complex data transformations and analyses you can use to implement end-to-end analytics workflows. This book covers Spark 3's new features, theoretical foundations, and application architecture. The first section introduces the Apache Spark ecosystem as a unified engine for large scale data analytics, and shows you how to run and fine-tune your first application in Spark. The second section centers on batch processing suited to end-of-cycle processing, and data ingestion through files and databases. It explains Spark DataFrame API as well as structured and unstructured data with Apache Spark. For data engineers, data analysts, Machine Learning engineers, Python and R programmers.

  • Добавил: literator
  • Дата: 7-06-2023, 08:15
  • Комментариев: 0
Rust Mini Reference: A Quick Guide to the Rust Programming Language for Busy Coders: 5Название: Rust Mini Reference: A Quick Guide to the Rust Programming Language for Busy Coders: 5
Автор: Harry Yoon
Издательство: Coding Books Press
Год: 2023
Страниц: 372
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.2 MB

Learn the Core Concepts and Essential Grammar of the Rust Programming Language in One Book! The legend has it that Rust was born from C++ father and Haskell mother. Well, we just made that up. But, once you start using Rust, you will most likely agree with that statement. Rust was undoubtedly influenced by many different programming languages including imperative languages like C#, Go, and Python and functional languages like Lisp, F#, and Scala, among many others. But, Rust is ultimately a hybrid language built from C/C++ and OCaml/Haskell. If you are experienced with one or the other lineage, or both, then you will feel right at home with Rust. It will be pretty easy for you to learn and use. On the flip side, if you don’t have much experience with either side, then Rust will be a rather difficult language for you. You should ask yourself why you want to learn and use Rust before embarking on this (potentially long) journey of "oxidation". To put it bluntly, Rust is not for everyone.

  • Добавил: literator
  • Дата: 7-06-2023, 08:02
  • Комментариев: 0
Typescript Mini Reference: A Quick Guide to the Typescript Programming Language for Busy Coders: 4Название: Typescript Mini Reference: A Quick Guide to the Typescript Programming Language for Busy Coders: 4
Автор: Harry Yoon
Издательство: Coding Books Press
Год: 2023
Страниц: 195
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.2 MB

Typescript is a better jаvascript, It is a statically typed, safe programming language, which uses more or less the same syntax as jаvascript. Typescript programs are compiled to jаvascript, and they can be run anywhere jаvascript is supported. It is widely used by professional jаvascript developers, for frontend development (e.g., Angular, React, and VueJS) as well as for backend development (e.g., Node.Js and Deno). This book is a "mini" language reference on the Typescript programming language. We go through all essential features of Typescript (as of versions 4.8 and 4.9), and some new ECMAScript features, in this book. Although it is written as a reference, however, you can read it more or less from beginning to end and you should be able to get the overall picture of the Typescript language if you have some prior experience with programming in Typescript or modern jаvascript (ES2015 and later).

  • Добавил: literator
  • Дата: 7-06-2023, 03:52
  • Комментариев: 0
The Complete Coding Manual - 18th Edition, 2023Название: The Complete Coding Manual - 18th Edition, 2023
Автор: Papercut Ltd
Издательство: Papercut Ltd
Год: 2023
Страниц: 164
Язык: английский
Формат: pdf
Размер: 71.0 MB

Everything you do online, every time you power on your smart TV, whenever you use your in-car GPS, use your phone, play a game on a tablet, console or PC, it's all been coded by a group of people. All these ones and zeros are developed by those who have learned how to code, and with this book you too can learn how to get started on the road to becoming a programmer. We cover C++, Python, and Linux Scripting within these pages. There's a huge section of project ideas, type-in listings, and in-depth looks at how code works. But first, let's begin with a good foundation.

  • Добавил: literator
  • Дата: 6-06-2023, 20:20
  • Комментариев: 0
.NET 7 for Jobseekers: Elevate your coding journey with .NET 7Название: .NET 7 for Jobseekers: Elevate your coding journey with .NET 7
Автор: Filipe Vilhena
Издательство: BPB Publications
Год: 2023
Страниц: 226
Язык: английский
Формат: epub
Размер: 80.4 MB

A comprehensive guide to learning .NET 7. .NET has transformed the landscape of software development with its versatility and widespread adoption. In today's competitive job market, mastering .NET provides a distinct advantage, regardless of your level of experience. This guide is an invaluable resource for individuals seeking proficiency in the latest version of the .NET framework. The book commences by covering the fundamental aspects of .NET, which includes an overview of the .NET environment, the evolution of the framework, and the latest features and libraries in .NET 7. The book then helps you acquire practical experience by creating a basic ‘Hello World’ program using Razor pages. Next, the book delves deeper into application design, explores essential topics like building views and controllers, performing comprehensive testing, and harnessing the power of .NET MAUI to develop cross-platform applications for iOS, Android, macOS, and Windows. Furthermore, the book discusses other important topics such as Blazor, desktop user interfaces, SignalR, and Orleans, and explains how to integrate databases through MVC. Lastly, it includes a section on frequently asked questions and answers you may encounter while working with .NET.

  • Добавил: literator
  • Дата: 6-06-2023, 19:55
  • Комментариев: 0
Machine Learning for Education: Revolutionizing the way we learn and teachНазвание: Machine Learning for Education: Revolutionizing the way we learn and teach
Автор: Dr. Amit Dua, Sankha Das
Издательство: BPB Publications
Год: 2023
Страниц: 150
Язык: английский
Формат: epub
Размер: 64.8 MB

A guide to understand the basics of Machine Learning and its application in the field of education. "Machine Learning for Education" is a book that explores the application of Machine Learning techniques in the field of education. It covers a wide range of topics, including personalizing learning using Machine Learning, improving student outcomes, and optimizing educational resources. The book delves into various Machine Learning techniques such as supervised and unsupervised learning, deep learning, and reinforcement learning, and how they can be applied to different areas of education such as curriculum design, assessment, and student engagement. The book takes a novel approach to explain the applications of Machine Learning in education through relatable real-life examples, existing problems and proposing thought-provoking solutions to the same. At the end of each chapter, there are crossword puzzles, word grids, and comprehensive exercises designed to reinforce the concepts discussed in the chapter and ensure a thorough understanding.

  • Добавил: literator
  • Дата: 6-06-2023, 17:39
  • Комментариев: 0
Next.js Cookbook: Learn how to build scalable and high-performance apps from scratchНазвание: Next.js Cookbook: Learn how to build scalable and high-performance apps from scratch
Автор: Andrei Tazetdinov
Издательство: BPB Publications
Год: 2023
Страниц: 270
Язык: английский
Формат: epub
Размер: 73.8 MB

Practical solutions and proven recipes for building dynamic web applications with Next.js. Next.js is a powerful and flexible framework for building server-side rendered React applications. In this book, you will learn how to develop a full-stack ERP application from scratch to production using Next.js. The book will begin by covering the basics of Next.js, including setting up the environment and creating your first app. You will then learn how to use design patterns to optimize the application development process. Next, the book will help you get familiar with Next.js's server-side rendering capabilities by providing the knowledge and skills needed to leverage this powerful feature to improve the performance and user experience of your ERP application. You will also learn to manage the complex application state using Redux, as well as how to implement internal pages and create a CRUD system for user data. In addition, the book will help you perform end-to-end testing using Cypress and Playwright, and deploy your application to production using AWS Amplify. Lastly, you will learn how to optimize your web application for search engines, enabling better visibility and higher traffic to your website.