|
 |
|
 |
|
|
 |
|  |
|
Название: Practical Debugging at Scale: Cloud Native Debugging in Kubernetes and Production Автор: Shai Almog Издательство: Apress Год: 2023 Страниц: 278 Язык: английский Формат: pdf (true), epub Размер: 53.2 MB
Overhaul your debugging techniques and master the theory and tools needed to debug and troubleshoot cloud applications in production environments. This book teaches debugging skills that universities often avoid, but that typically consume as much as 60% of our time as developers. The book covers the use of debugger features such as tracepoints, object marking, watch renderers, and more. Author Shai Almog presents a scientific approach to debugging that is grounded in theory while being practical enough to help you to chase stubborn bugs through the maze of a Kubernetes deployment. Practical Debugging at Scale assumes a polyglot environment as is common for most enterprises, but focuses on JVM environments. Most of the tooling and techniques described are applicable to Python, Node, and other platforms, as well as to Java and other JVM languages. |
Разместил: Ingvar16 3-01-2023, 07:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Data Structures & Algorithms using Kotlin, Second Edition Автор: Hemant Jain Издательство: Independently published Год: 2022 Страниц: 572 Язык: английский Формат: pdf (true) Размер: 12.0 MB
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures. You should have a working knowledge of Kotlin programming language. You are not an expert in the Kotlin language, but you are well familiar with concepts of classes, functions, references, and recursion. If you’re planning to pursue a career in the Kotlin language, get better at it and apply for a job, this book is best for you. If you can put a reasonable amount of time into this book by reading various concepts and solving the various problems on data structures, you can become an expert in data structures and algorithms. |
Разместил: Ingvar16 3-01-2023, 06:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Code Your Own Synth Plug-Ins With C++ and JUCE Автор: Matthijs Hollemans Издательство: Leanpub Год: 2022-09-09 Страниц: 380 Язык: английский Формат: pdf (true), epub Размер: 20.2 MB
Learn the fundamentals of audio programming by building a fully-featured software synthesizer plug-in, with every step explained along the way. The plug-in can be used in all the popular DAWs and is made using the industry standard tools for audio development: JUCE framework and the C++ programming language. Not too much math, lots of explanations! Audio programming is a lot of fun, but it has always been hard to get into. Most of the existing teaching materials aren't written for the audio programming enthusiast and generally don't cover the topic of plug-ins, also known as VSTs. Code Your Own Synth Plug-Ins With C++ and JUCE provides a clear introduction to the world of audio programming, using a real software synthesizer as the example project. This book is for programmers of all experience levels who want to learn how audio plug-ins work under the hood, and how these synths can magically create sound out of nothing. |
Разместил: Ingvar16 2-01-2023, 18:49 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ Programming Fundamentals Автор: Dheeraj Malhotra, Neha Malhotra Издательство: Mercury Learning and Information Год: 2023 Страниц: 289 Язык: английский Формат: pdf (true) Размер: 14.9 MB
This book is designed to cover the basics of C++, the powerful programming language used by developers all over the world. Its readily understandable concepts and easy syntax are used in video games, embedded systems, IoT devices, and resource-heavy AI applications. Using a “self-teaching” method with numerous examples and figures, the book covers all of the major C++ concepts, including pointers, classes, strings, arrays, polymorphism, inheritance, file handling, and more. Various types of the end of chapter exercises include theoretical, practical, and multiple choice (with answers) to enhance comprehension of the topics covered. The objective of this text is to emphasize the fundamentals of Object-Oriented Programming (OOP) as an introductory subject. It is designed for beginners who would like to learn the basics of the C++ programming language. With this focus in mind, we present various OOP fundamentals, well supported with real-world analogies to enable a quick understanding in order to solve specific, practical problems. |
Разместил: Ingvar16 2-01-2023, 16:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB Programming Fundamentals (R2022b) Автор: MathWorks Издательство: The MathWorks, Inc. Год: September 2022 Страниц: 1560 Язык: английский Формат: pdf (true) Размер: 10.6 MB
MATLAB is a high-level language that includes mathematical functions for solving engineering and scientific problems. You can produce immediate results by interactively executing commands one at a time. However, MATLAB also provides features of traditional programming languages, including flow control, error handling, and object-oriented programming (OOP). When you have a sequence of commands to perform repeatedly or that you want to save for future reference, store them in a program file. The simplest type of MATLAB program is a script, which contains a set of commands exactly as you would type them at the command line. For additional programming flexibility, create functions which accept input and return outputs. When you have specialized data structures or require many functions to interact with special kinds of data, create classes using object-oriented programming techniques. |
Разместил: Ingvar16 2-01-2023, 08:20 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB Mathematics (R2022b) Автор: MathWorks Издательство: The MathWorks, Inc. Год: September 2022 Страниц: 708 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Linear algebra, differentiation and integrals, Fourier transforms, and other mathematics. Math functions provide a range of numerical computation methods for analyzing data, developing algorithms, and creating models. Core functions use processor-optimized libraries for fast vector and matrix calculations. The most basic MATLAB data structure is the matrix. A matrix is a two-dimensional, rectangular array of data elements arranged in rows and columns. The elements can be numbers, logical values (true or false), dates and times, strings, or some other MATLAB data type. Even a single number is stored as a matrix. |
Разместил: Ingvar16 2-01-2023, 08:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB & Simulink Stateflow API (R2022b) Автор: MathWorks Издательство: The MathWorks, Inc. Год: September 2022 Страниц: 368 Язык: английский Формат: pdf (true) Размер: 10.2 MB
The Stateflow application programming interface (API) allows you to create or change Stateflow charts from the MATLAB Command Window. By placing Stateflow API commands in a MATLAB function or script, you can: - Automate your chart modification operations by executing several editing steps in a single command; - Eliminate repetitive chart creation steps by producing a "base" Stateflow chart that you can reuse as a template for your applications; - Produce a specialized report of your model. |
Разместил: Ingvar16 2-01-2023, 07:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C Programming in Linux, 2nd edition Автор: David Haskins Издательство: bookboon.com Год: 2020 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Using a series of web development examples, this book 'C Programming in Linux' will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and in the current world climate people who know C will ensure critical systems keep running. A knowledge of C is now and has been for years a pre-requisite for serious software professionals and with the recent popularity and maturity of Open Systems this is even more true. Why learn the C language? Because the C language is like Latin – it is finite and has not changed for years. C is tight and spare, and in the current economic climate we will need a host of young people who know C to keep existing critical systems running. C is built right into the core of Linux and Unix. The design idea behind Unix was to write an operating system in C so all you needed to port it to a new architecture was a C compiler. |
Разместил: Ingvar16 2-01-2023, 07:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Advanced Attacks and Defense using Python: Python Tools and Resources for Advanced PenTesting Автор: Lake Mick Rodney Издательство: Amazon.com Services LLC Год: 2022 Страниц: 155 Язык: английский Формат: pdf Размер: 37.2 MB
Advanced Attacks and Defense using Python is a comprehensive guide on the use of Python Programming language and its tools and resources for Network penetration Testing - Attacks and Defense and to ultimately secured the networks. |
Разместил: Ingvar16 2-01-2023, 07:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Zefs Guide to Deep Learning Автор: Roy Keyes Издательство: Leanpub Год: 2022-12-02 Страниц: 163 Язык: английский Формат: pdf (true), epub Размер: 24.9 MB
Zefs Guide to Deep Learning is a short guide to the most important concepts in Deep Learning, the technique at the center of the current Artificial Intelligence (AI) revolution. It will give you a strong understanding of the core ideas and most important methods and applications. This book presents the foundational concepts behind Machine Learning, neural networks, and the recent major advancements in architectures and training techniques in an easy to understand way. It also covers the most important applications of deep neural networks, including Computer Vision, natural language processing (NLP}, and beyond. Your time is valuable, Zefs Guide to Deep Learning will get you up to speed in around only 150 pages! |
Разместил: Ingvar16 1-01-2023, 20:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|