Head First. Изучаем Swift

Автор: literator от 16-06-2023, 05:05, Коментариев: 0

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

Head First. Изучаем SwiftНазвание: Head First. Изучаем Swift
Автор: Джон Мэннинг, Пэрис Баттфилд-Эддисон
Издательство: Питер
Год: 2023
Страниц: 399
Язык: русский
Формат: pdf
Размер: 15.7 MB

Swift известен как язык разработки приложений, выбранный компанией Apple для iOS, iPadOS, macOS, watchOS и tvOS. Но этим его применение не ограничивается. Swift с открытым кодом набирает популярность как язык системного программирования и программирования на стороне сервера, его используют и в Linux, и в Windows. С чего же начать? «Head First. Изучаем Swift» охватывает все актуальные темы — от сбора и управления данными до повторного использования кода, построения нестандартных типов данных и структурирования программ и пользовательских интерфейсов в SwiftUI. Изучив Swift, вы будете готовы строить любые приложения — от мобильных и веб-приложений до игр, фреймворков, средств командной строки и многого другого.

 

Python Programming Recipes for IoT Applications

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

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

Python Programming Recipes for IoT ApplicationsНазвание: Python Programming Recipes for IoT Applications
Автор: Jivan S. Parab, Madhusudan Ganuji Lanjewar, Marlon Darius Sequeira
Издательство: Springer
Год: 2023
Страниц: 205
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The book comprehensively covers the most important applications of the Internet of Things (IoT) using Python programming on Raspberry Pi, Micropython Py Board, and NVIDIA Jetson Board. The authors have used an immersive ‘hands-on’ approach to help readers gain expertise in developing working code for real-world IoT applications. The book focuses on industry-standard embedded platforms for IoT applications. It also gives a glimpse of python programming and setup configuration of these embedded platforms. The later chapter highlights basic interface applications with Raspberry Pi. Exclusive advanced IoT applications on the Micropython Pyboard are also covered. The last two chapters deal with the NVIDIA Jetson Nano board programming for Machine Learning applications with FoG/cloud computing.

 

Grokking Concurrency (MEAP v12)

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

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

Grokking Concurrency (MEAP v12)Название: Grokking Concurrency (MEAP v12)
Автор: Kirill Bobrov
Издательство: Manning Publications
Год: 2023
Страниц: 310
Язык: английский
Формат: pdf, epub
Размер: 11.2 MB

This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. Grokking Concurrency demystifies writing high-performance concurrent code through clear explanations of core concepts, interesting illustrations, insightful examples, and detailed techniques you can apply to your own projects. You’ll learn effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether you’re building web apps, IoT systems, or handling big data. Microservices, big data, real-time systems, and other performance-intensive applications can all slow your systems to a crawl. You know the solution is “concurrency.” Grokking Concurrency is a friendly guide for any developer who’s perplexed about concurrency. The book presents the most important concurrency features with examples in the accessible Python language. No matter what language you use, you’ll learn best practices for implementing concurrency.

 

Natural Language Processing in Action, Second Edition (MEAP v9)

Автор: literator от 16-06-2023, 03:49, Коментариев: 0

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

Natural Language Processing in Action, Second Edition (MEAP v9)Название: Natural Language Processing in Action, Second Edition (MEAP v9)
Автор: Hobson Lane, Maria Dyshel
Издательство: Manning Publications
Год: 2023
Страниц: 600
Язык: английский
Формат: pdf, epub
Размер: 25.9 MB

Develop your NLP skills from scratch! This revised bestseller now includes coverage of the latest Python packages, Transformers, the HuggingFace packages, and chatbot frameworks. Natural Language Processing in Action has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. As you go, you’ll create projects that can detect fake news, filter spam, and even answer your questions, all built with Python and its ecosystem of data tools. This new edition is updated to include the latest Python packages and comes with full coverage of cutting-edge models like BERT, GPT-J and HuggingFace transformers.

 

Building Web APIs with ASP.NET Core (Final)

Автор: literator от 15-06-2023, 19:21, Коментариев: 0

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

Building Web APIs with ASP.NET Core (Final)Название: Building Web APIs with ASP.NET Core (Final)
Автор: Valerio De Sanctis
Издательство: Manning Publications
Год: 2023
Страниц: 678
Язык: английский
Формат: epub (true), mobi
Размер: 25.9 MB

Build fully-featured APIs with ASP.NET Core! This all-practical guide is written like a real development project, taking you hands-on with modern APIs utilizing REST and GraphQL standards. Building Web APIs with ASP.NET Core is a practical beginner’s guide to creating your first web APIs using ASP.NET Core. In it, you’ll develop an API that feeds web-based services, including websites and mobile apps, for a board games application. The book is cleverly structured to mirror a real-world development project, with each chapter introducing a new feature request. You’ll build your API with an ecosystem of ASP.NET Core tools that help simplify everything from setting up your data model to generating documentation. Web APIs are the front door to an application, providing controlled access to its data and features. ASP.NET Core, Microsoft’s web framework, simplifies and accelerates API creation with powerful, developer-friendly features, including an innovative “no compile” coding experience. It is reliable, fast, free, open-source, and backed by Microsoft’s legendary support.

 

Build a Frontend Web Framework (From Scratch) (MEAP v5)

Автор: literator от 15-06-2023, 18:24, Коментариев: 0

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

Build a Frontend Web Framework (From Scratch) (MEAP v5)Название: Build a Frontend Web Framework (From Scratch) (MEAP v5)
Автор: Angel Sola Orbaiceta
Издательство: Manning Publications
Год: 2023
Страниц: 342
Язык: английский
Формат: pdf, epub
Размер: 22.8 MB

Learn how a frontend web framework works by coding your own! In Build a Frontend Web Framework (From Scratch), you’ll learn the secrets behind frameworks like React, Vue, and Angular. Frontend frameworks are essential for creating websites, UIs, and intuitive apps. While it’s tempting to treat a framework like a black box, they’re not magic. Build a Frontend Web Framework (From Scratch) shows you how to build your own framework from basic jаvascript, HTML, and CSS. Once you learn how frameworks function, you’ll be able to work with them more efficiently, troubleshoot bugs more effectively, and even customize them for your specific needs. Frontend web frameworks like React, Vue, or Svelte are an essential part of almost any web application stack.

 

Kubernetes in Action, 2nd Edition (MEAP v15)

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

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

Kubernetes in Action, 2nd Edition (MEAP v15)Название: Kubernetes in Action, 2nd Edition (MEAP v15)
Автор: Marko Luksa
Издательство: Manning Publications
Год: 2023
Страниц: 823
Язык: английский
Формат: pdf, epub
Размер: 25.8 MB

Kubernetes is an essential tool for anyone deploying and managing cloud-native applications. Kubernetes in Action, Second Edition is a fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment. It lays out a complete introduction to container technologies and containerized applications along with practical tips for efficient deployment and operation. This revised edition of the bestselling original contains new coverage of the Kubernetes architecture, including the Kubernetes API, and a deep dive into managing a Kubernetes cluster in production. Written for intermediate software developers with little or no familiarity with Docker or container orchestration systems.

 

Bootstrapping Microservices, Second Edition (MEAP v9)

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

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

Bootstrapping Microservices, Second Edition (MEAP v9)Название: Bootstrapping Microservices, Second Edition (MEAP v9)
Автор: Ashley Davis
Издательство: Manning Publications
Год: 2023
Страниц: 554
Язык: английский
Формат: pdf, epub
Размер: 24.6 MB

Build a microservices application from scratch, layer by layer. This book teaches the tools and techniques you need. Bootstrapping Microservices with Docker, Kubernetes, and Terraform has helped thousands of developers create their first microservices applications. This fully revised second edition introduces the industry-standard tools and practical skills you’ll use for every microservices application. Author Ashley Davis’s friendly advice and guidance helps you make pragmatic choices that will cut down the learning curve for Docker, Terraform, and Kubernetes. Taking a microservices application from proof of concept to production is a multi-step operation that relies on tools like Docker, Terraform, and Kubernetes. The best way to learn the whole process is to build a project from the ground up. Examples are in jаvascript.

 

The Creative Programmer (MEAP v3)

Автор: literator от 15-06-2023, 07:11, Коментариев: 0

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

The Creative Programmer (MEAP v3)Название: The Creative Programmer (MEAP v3)
Автор: Wouter Groeneveld
Издательство: Manning Publications
Год: 2023
Страниц: 388
Язык: английский
Формат: pdf, epub
Размер: 52.1 MB

Creativity is essential to being a successful programmer. The stories, examples, and groundbreaking research in this book will help you unleash your creative potential! In The Creative Programmer you’ll learn the processes and habits of successful creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development. Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing. You’ll soon be thinking up new and novel ways to tackle the big challenges of your projects. For programmers of all experience and skill levels.

 

Excel Programming: From Basic Macros to Advanced VBA Techniques

Автор: literator от 15-06-2023, 06:07, Коментариев: 0

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

Excel Programming: From Basic Macros to Advanced VBA TechniquesНазвание: Excel Programming: From Basic Macros to Advanced VBA Techniques - A Comprehensive Guide to Using Excel as a Powerful Programming Tool for Data Analysis, Automation, and Reporting
Автор: Ethan Thomas
Издательство: Arestehcd
Год: 2023
Страниц: 215
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Excel is one of the most widely used tools for data analysis, automation, and reporting. However, many people are not aware of its full potential as a programming tool. This book is a comprehensive guide to Excel programming, from basic macros to advanced VBA techniques. Whether you are new to Excel programming or an experienced programmer, this book will help you take your skills to the next level. It covers all the essential topics, including working with ranges and worksheets, using names, creating PivotTables, and retrieving data from external sources. The book is designed to be both comprehensive and accessible. Each chapter starts with an overview of the topic and then provides step-by-step instructions and examples to help you master the material. It also includes tips and best practices to help you write more efficient and effective code. Throughout the book, you will learn how to use Excel as a powerful programming tool for data analysis, automation, and reporting. You will discover how to create macros to automate repetitive tasks, use VBA to create custom functions and procedures, and create interactive dashboards with PivotTables and PivotCharts.