Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (6th Early Release)

Автор: literator от 8-04-2023, 16:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (6th Early Release)Название: Go Cookbook: Expert Solutions for Commonly Needed Go Tasks (6th Early Release)
Автор: Sau Sheong Chang
Издательство: O’Reilly Media, Inc.
Год: 2023-04-07
Страниц: 224
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Programmers new to Go can quickly ramp up their knowledge while accomplishing useful tasks, and experienced Go developers can save time by cutting and pasting proven code directly into their applications.
 

Dive Into Data Science: Use Python To Tackle Your Toughest Business Challenges

Автор: literator от 7-04-2023, 21:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Dive Into Data Science: Use Python To Tackle Your Toughest Business ChallengesНазвание: Dive Into Data Science: Use Python To Tackle Your Toughest Business Challenges
Автор: Bradford Tuckfield
Издательство: No Starch Press
Год: 2023
Страниц: 390
Язык: английский
Формат: epub (true), mobi
Размер: 10.2 MB

Learn how to use Data Science and Python to solve everyday business problems. Dive into the exciting world of Data Science with this practical introduction. Packed with essential skills and useful examples, Dive Into Data Science will show you how to obtain, analyze, and visualize data so you can leverage its power to solve common business challenges. With only a basic understanding of Python and high school math, you’ll be able to effortlessly work through the book and start implementing data science in your day-to-day work. From improving a bike sharing company to extracting data from websites and creating recommendation systems, you’ll discover how to find and use data-driven solutions to make business decisions.
 

Профессия «Фронтенд-разработчик» (HTML Academy)

Автор: Chipa от 7-04-2023, 21:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Профессия «Фронтенд-разработчик» (HTML Academy)
Автор: Коллектив
Издательство: HTML Academy
Год: 2023
Формат: html
Страниц: много
Размер: 101 Mb
Язык: Русский

Курс разработан для тех, кто хочет сменить профессию и стать высокооплачиваемым специалистом. Он подойдёт для работающих людей, у которых мало времени.

 

Docker Compose для разработчика

Автор: literator от 7-04-2023, 19:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Docker Compose для разработчикаНазвание: Docker Compose для разработчика: Упростите разработку и оркестрацию многоконтейнерных приложений
Автор: Эммануил Гадзурас
Издательство: ДМК Пресс
Год: 2023
Страниц: 222
Язык: русский
Формат: pdf
Размер: 10.5 MB

Разработка программного обеспечения становится все сложнее из-за использования различных инструментов. Приложения приходится упаковывать вместе с программными компонентами, чтобы упростить их работу, но это усложняет их запуск. С помощью Docker Compose можно всего одной командой настроить приложение и необходимые зависимости. Вы познакомитесь с основами томов и сетей Docker, с командами Compose, их назначением и вариантами использования. Настроите базу данных для повседневной работы, доступную через сеть Docker, установите связь между микросервисами. Научитесь с помощью Docker Compose запускать целые стеки локально, моделировать промышленные окружения и расширять задания CI/CD. Кроме того, узнаете, как извлечь выгоду из Docker Compose при создании развертываний в промышленных окружениях, а также подготовите инфраструктуру в общедоступных облаках. Издание предназначено программистам и инженерам DevOps, которые желают научиться настраивать многоконтейнерные приложения Docker. Оно также будет полезно руководителям групп, стремящимся повысить продуктивность команд разработки.
 

Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript, 2nd Edition

Автор: literator от 7-04-2023, 15:34, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript, 2nd EditionНазвание: Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and jаvascript, 2nd Edition
Автор: Wei-Meng Lee
Издательство: Apress
Год: 2023
Страниц: 377
Язык: английский
Формат: pdf
Размер: 16.1 MB

Use this book to write an Ethereum blockchain smart contract, test it, deploy it, and create a web application to interact with your smart contract. This new edition has been expanded and updated to cover web3.js APIs, additional Consensus Protocols, non-Fungible Tokens (NFTs), developing NFT tokens using ERC-721, and more! Beginning Ethereum Smart Contracts Programming, second edition is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum blockchain, learning how to use an Ethereum client (geth) to create a private Ethereum blockchain to perform transactions such as sending Ethers to another account on another node. For those who want to get started quickly with Ethereum smart contracts programming. Basic programming knowledge and an understanding of Python or jаvascript is recommended.
 

Learning GitHub Actions (5th Early Release)

Автор: literator от 7-04-2023, 13:48, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Learning GitHub Actions (5th Early Release)Название: Learning GitHub Actions: Automation and Integration of CI/CD with GitHub (5th Early Release)
Автор: Brent Laster
Издательство: O’Reilly Media, Inc.
Год: 2023-04-05
Страниц: 131
Язык: английский
Формат: epub
Размер: 10.2 MB

Automate your build, test, and deployment pipeline with GitHub Actions, the continuous integration and continuous delivery platform that integrates seamlessly with GitHub. With this practical book, open source author, trainer, and DevOps director Brent Laster explains everything you need to know about using actions in GitHub. You'll learn what they are and how they can be used, created, and incorporated into your processes. This book explores the platform, the core components of actions, and the many ways you can use them to provide the functionality and features needed in today's complex pipelines and workflows. You'll learn how to find or create actions that deliver automated workflows based on common events like pushes, pull requests, and review updates. You'll understand how to run them on GitHub or your own systems to gain maximum benefit.
 

Красивый C++: 30 главных правил чистого, безопасного и быстрого кода

Автор: ekvator от 7-04-2023, 10:44, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Красивый C++: 30 главных правил чистого, безопасного и быстрого кода
Название: Красивый C++: 30 главных правил чистого, безопасного и быстрого кода
Автор: Дэвидсон Дж. Гай, Грегори Кейт
Издательство: Питер
Год: 2023
Формат: pdf
Страниц: 368
Размер: 16,2 Мб
Язык: русский

Написание качественного кода на C++ не должно быть трудной задачей. Если разработчик будет следовать рекомендациям, приведенным в C++ Core Guidelines, то он будет писать исключительно надежные, эффективные и прекрасно работающие программы на C++. Но руководство настолько переполнено советами, что порой трудно понять, с чего начать. Начните с «Красивого C++»! Опытные программисты Гай Дэвидсон и Кейт Грегори выбрали 30 основных рекомендаций, которые посчитали особенно ценными, и дают подробные практические советы, которые помогут улучшить ваш стиль разработки на C++. Для удобства книга структурирована в точном соответствии с официальным веб-сайтом C++ Core Guidelines.
 

Coding for Beginners - 14th Edition, 2023

Автор: literator от 7-04-2023, 03:37, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Coding for Beginners - 14th Edition, 2023Название: Coding for Beginners - 14th Edition, 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 96
Язык: английский
Формат: pdf
Размер: 39.2 MB

Coding For Beginners is the first and only choice if you are new adopter and want to learn everything you'll need to get started with coding and programming. 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 new user guide you will clearly learn all you need to know about coding your own amazing apps. 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.
 

Learning Go, 2nd Edition (Third Early Release)

Автор: literator от 7-04-2023, 03:12, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Learning Go, 2nd Edition (Third Early Release)Название: Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition (Third Early Release)
Автор: Jon Bodner
Издательство: O’Reilly Media, Inc.
Год: 2023-04-06
Страниц: 383
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go. No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. This updated edition also shows you how Go's generics support fits into the language.
 

Microsoft Azure AI Fundamentals Certification Companion: Guide to Prepare for the AI-900 Exam

Автор: literator от 7-04-2023, 02:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Microsoft Azure AI Fundamentals Certification Companion: Guide to Prepare for the AI-900 ExamНазвание: Microsoft Azure AI Fundamentals Certification Companion: Guide to Prepare for the AI-900 Exam
Автор: Krunal S. Trivedi
Издательство: Apress
Год: 2023
Страниц: 205
Язык: английский
Формат: pdf
Размер: 10.0 MB

Prepare for the Azure AI Fundamentals certification examination. This book covers the basics of implementing various Azure AI services in your business. The book not only helps you get ready for the AI-900 exam, but also helps you get started in the Artificial Intelligence (AI) world. The book starts with a short overview of the AI-900 exam and takes you through the exam prerequisites and the structure of the exam. You will then learn basic and advanced AI in Azure. Principles of responsible AI, Azure Machine Learning (ML), Azure Cognitive Services, and Bot Services are covered, followed by a practice test. Artificial Intelligence gives businesses the chance to start over, which has the potential to change not only business processes but also whole industries and the way customers interact with businesses. The Microsoft Azure AI development framework is a powerful tool that can be used for the creation of artificial intelligence solutions in a variety of different fields. Some of these fields are conversational AI, Machine Learning, Data Sciences, robotics, the Internet of Things (IoT), and many more. After reading this book, you will be able to implement various Azure AI services and prepare for the Azure AI Fundamentals certification exam, AI-900. For Azure and AI users working with ML services.