Java EE to Jakarta EE 10 Recipes: A Problem-Solution Approach for Enterprise Java

Автор: TRex от 18-07-2022, 20:09, Коментариев: 0

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

Название: Java EE to Jakarta EE 10 Recipes: A Problem-Solution Approach for Enterprise Java, 3rd Edition
Автор: Josh Juneau, Tarun Telang
Издательство: Apress
Год: 2022
Формат: PDF
Страниц: 719
Размер: 15,4 Mb
Язык: English

Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment.
 

Learn API Testing: Norms, Practices, and Guidelines for Building Effective Test Automation

Автор: TRex от 18-07-2022, 19:59, Коментариев: 0

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

Название: Learn API Testing: Norms, Practices, and Guidelines for Building Effective Test Automation
Автор: Jagdeep Jain
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 235
Размер: 10 Mb
Язык: English

Explore software web application architecture, API testing, coding practices, and the standards for better API test automation development and management. This book focuses on aspiring software testing engineers currently working in API testing, and those starting their journey in the field of software testing. You’ll begin with an introduction to API testing and software web applications involving APIs. The book then moves on to the authentication standards used in the software industry, and the tools, the frameworks, and the libraries used in API testing. As the book progresses, you’ll learn about the test pyramid, how to test an API, what makes a good test script, and various coding guidelines. Finally, you get to write your own API test script.
 

C# 9.0. Справочник. Полное описание языка

Автор: ekvator от 18-07-2022, 19:11, Коментариев: 0

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

C# 9.0. Справочник. Полное описание языка
Название: C# 9.0. Справочник. Полное описание языка
Автор: Джозеф Албахари
Издательство: Диалектика
Год: 2021
Формат: pdf
Страниц: 1058
Размер: 91 Мб
Язык: русский

В новом издании бестселлера читателю предлагаются все необходимые ответы на разнообразные вопросы по языку C# 9.0 и .NET 5. C# — это язык с замечательной гибкостью и широким размахом, но такое его непрекращающееся развитие означает, что по-прежнему есть многие вещи, которые предстоит изучить. В соответствии с традициями справочников O’Reilly это основательно обновленное издание будет наилучшим однотомным источником информации по языку C#, из доступных на сегодняшний день. Организованное вокруг концепций и сценариев использования, новое издание книги снабдит программистов средней и высокой квалификации лаконичным планом получения глубоких знаний по C# и .NET. Освойте все аспекты языка C#, от синтаксиса и переменных до таких сложных тем, как указатели, записи, замыкания и шаблоны. Тщательно исследуйте LINQ с помощью трех глав, специально посвященных этой теме. Узнайте о параллелизме и асинхронности, расширенной многопоточной обработке и параллельном программировании. Научитесь работать с функциональными средствами .NET, включая регулярные выражения, взаимодействие с сетью, промежутки, рефлексию и криптографию.
 

Computer Vision Projects with PyTorch: Design and Develop Production-Grade Models

Автор: TRex от 18-07-2022, 18:16, Коментариев: 0

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

Название: Computer Vision Projects with PyTorch: Design and Develop Production-Grade Models
Автор: Akshay Kulkarni, Adarsha Shivananda, Nitin Ranjan Sharma
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 240
Размер: 10,2 Mb
Язык: English

Design and develop end-to-end, production-grade computer vision projects for real-world industry problems. This book discusses computer vision algorithms and their applications using PyTorch. The book begins with the fundamentals of computer vision: convolutional neural nets, RESNET, YOLO, data augmentation, and other regularization techniques used in the industry. And then it gives you a quick overview of the PyTorch libraries used in the book. After that, it takes you through the implementation of image classification problems, object detection techniques, and transfer learning while training and running inference.
 

Data Structures and Algorithms in Swift: Implement Stacks, Queues, Dictionaries, and Lists in Your Apps

Автор: TRex от 18-07-2022, 16:31, Коментариев: 0

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

Название: Data Structures and Algorithms in Swift: Implement Stacks, Queues, Dictionaries, and Lists in Your Apps
Автор: Elshad Karimov
Издательство: Apress
Год: 2020
Формат: True PDF
Страниц: 215
Размер: 10 Mb
Язык: English

Control the performance and stability of the apps you develop in Swift by working with and understanding advanced concepts in data structures and algorithms.
All professional developers have to know which data structure and algorithms to use in their development process. Your choice directly affects the performance of your application. With this book, you’ll increase the performance of your software, become a better developer, and even pass tricky interview questions better when looking at professional development opportunities.
 

Test Your Skills in Python : An interactive way to introduce the world of Computer Programming, 2nd Edition

Автор: TRex от 18-07-2022, 12:29, Коментариев: 0

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

Название: Test Your Skills in Python : An interactive way to introduce the world of Computer Programming, 2nd Edition
Автор: Goel Shivani
Издательство: BPB Publications
Год: 2022
Формат: PDF
Страниц: 308
Размер: 10 Mb
Язык: English

This book contains to-the-point theory followed by questions about programming skills in Python. It provides an active and structured way of learning Python. The readers can test their learning by attempting MCQs, True/False questions, and questions about finding the output in a code, identifying the error and much more. The explanations of the answers provide detailed information about the concepts tested. All topics in Python are divided into 16 chapters in this book. These includes Syntax, Input-output, Data types, Strings, Operators and Expressions, Decision Control Statements, Loops, Functions, Lists, Dictionaries, Sets, Tuples, Classes, Files, Graphics, Arrays and Databases. More than 1000 questions are included for all the topics.
 

Beginning with Deep Learning Using TensorFlow: A Beginners Guide to TensorFlow and Keras for Practicing Deep Learning Principle

Автор: TRex от 18-07-2022, 12:04, Коментариев: 0

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

Название: Beginning with Deep Learning Using TensorFlow: A Beginners Guide to TensorFlow and Keras for Practicing Deep Learning Principle
Автор: Mohan Kumar Silaparasetty
Издательство: BPB Publications
Год: 2022
Формат: PDF
Страниц: 315
Размер: 14,7 Mb
Язык: English

This book begins with the configuration of an Anaconda development environment, essential for practicing the deep learning process. The basics of machine learning, which are needed for Deep Learning, are explained in this book.
TensorFlow is the industry-standard library for Deep Learning, and thereby, it is covered extensively with both versions, 1.x and 2.x. As neural networks are the heart of Deep Learning, the book explains them in great detail and systematic fashion, beginning with a single neuron and progressing through deep multilayer neural networks. The emphasis of this book is on the practical application of key concepts rather than going in-depth with them.
 

Head First Git: A Learner’s Guide to Understanding Git from the Inside Out

Автор: TRex от 18-07-2022, 11:22, Коментариев: 0

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

Название: Head First Git
Автор: Raju Gandhi
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 508
Размер: 16,8 Mb
Язык: English

Many people who use Git rely on "recipes"--copying and pasting commands they find on the internet without really understanding how Git actually works. But what do you do if you find yourself in a tight spot? You can't simply wing it. With this unique hands-on guide, you'll learn the ways of Git and have fun while doing it. Raju Gandhi peels back the layers to reveal the simple yet powerful engine that powers Git, so you'll understand not just the how but the why. You'll master branches, merges, commit messages, search, utilities, and more; learn best practices for collaborative work; and unlock the full potential of Git.
 

Programming Techniques using Python: Have Fun and Play with Basic and Advanced Core Python

Автор: TRex от 17-07-2022, 12:35, Коментариев: 0

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

Название: Programming Techniques using Python: Have Fun and Play with Basic and Advanced Core Python
Автор: Saurabh Chandrakar, Nilesh Bhaskarrao Bahadure
Издательство: BPB Publications
Год: 2022
Формат: PDF
Страниц: 934
Размер: 13,4 Mb
Язык: English

This book on python was written keeping in view of the beginners who struggle to get good content and programs for learning in a very lucid manner. The main objective of writing this book was to clear the concepts from basics to advanced levels in a very simple way. The above book contains all the basic needs that a python programmer should know. All the concepts have been cleared with step-by-step approach and comment wherever necessary. A reader can understand very easily and practice it to sharpen the skills so that they can cement their position in this area in various multinational companies.
 

Managing Machine Learning Projects (MEAP)

Автор: TRex от 17-07-2022, 12:24, Коментариев: 0

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

Название: Managing Machine Learning Projects
Автор: Simon Thompson
Издательство: Manning Publications
Год: 2022 MEAP V4
Формат: True PDF
Страниц: 148
Размер: 10 Mb
Язык: English

Guide machine learning projects from design to production with the techniques in this unique project management guide. No ML skills required! Managing Machine Learning Projects is an end-to-end guide for project managers who need to deliver machine learning applications on time and under budget. It gives you a unique set of tools, approaches, and processes designed to handle the unique requirements of machine learning project management—all proven in practice to deliver success in full-scale business environments.