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

  • Добавил: literator
  • Дата: 3-01-2023, 18:54
  • Комментариев: 0
Continuous Delivery for Kubernetes (MEAP v8)Название: Continuous Delivery for Kubernetes (MEAP v8)
Автор: Mauricio Salatin
Издательство: Manning Publications
Год: 2022
Страниц: 341
Язык: английский
Формат: pdf, epub
Размер: 25.6 MB

Take the fast track in your journey to continuous delivery, with open source tools for Kubernetes and cloud applications. This book explores the tools and techniques you’ll need to overcome common cloud native challenges. Continuous Delivery for Kubernetes lays out a toolbox of free, open source projects you can use to implement continuous delivery for Kubernetes-based applications in the cloud. Each chapter covers a different project, clearly demonstrating how it simplifies essential CD tasks like packaging, building pipelines, and multi-cloud deployment. This book shows developers and architects confidently identify common patterns in successful open source tools so they can pick the right options for their own platforms. Continuous delivery practices help your team quickly introduce, iterate on, and deploy new features so you can get software into production quickly. The tools in this book help facilitate continuous delivery practices by solving the technical and architectural challenges commonly found when adopting Kubernetes, automating essential dev and deployment tasks, and improving your team’s collaboration.
  • Добавил: literator
  • Дата: 3-01-2023, 18:18
  • Комментариев: 0
D3.js in Action, Third Edition (MEAP v9)Название: D3.js in Action, Third Edition (MEAP v9)
Автор: Elijah Meeks, Anne-Marie Dufour
Издательство: Manning Publications
Год: 2022
Страниц: 502
Язык: английский
Формат: pdf, epub
Размер: 29.7 MB

Create stunning web-based data visualizations with D3.js. This totally-revised new edition of D3.js in Action guides you from simple charts to powerful interactive graphics. D3.js is the powerful jаvascript library behind the most innovative and sophisticated data visualizations on the web today. It provides a simple but powerful data visualization API over HTML, CSS, SVG, and Canvas. Start with a structure, dataset, or algorithm. Mix in D3, and you can programmatically generate static, animated, or interactive images that scale to any screen or browser. You'll be blown away by how beautiful your results can be!
  • Добавил: vvkot
  • Дата: 3-01-2023, 18:02
  • Комментариев: 0

Название: Handbook of Research on Machine Learning: Foundations and Applications
Автор: Monika Mangla
Издательство:Palm Bay: CRC Press/Apple Academic Press
Год:2023
Формат: PDF
Страниц:564
Размер: 34,1 МБ
Язык: English

This volume takes the reader on a technological voyage of machine learning advancements, highlighting the systematic changes in algorithms, challenges, and constraints. The technological advancements in the ML arena have transformed and revolutionized several fields, including transportation, agriculture, finance, weather monitoring, and others. This book brings together researchers, authors, industrialists, and academicians to cover a vast selection of topics in ML, starting with the rudiments of machine learning approaches and going on to specific applications in healthcare and industrial automation.

  • Добавил: literator
  • Дата: 3-01-2023, 17:42
  • Комментариев: 0
Wagtail CMS in Action With Django and Python (MEAP v4)Название: Wagtail CMS in Action With Django and Python (MEAP v4)
Автор: Kalob Taulien
Издательство: Manning Publications
Год: 2022
Страниц: 135
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Upgrade your content management system! Build real-world websites, blogs, and e-commerce web apps with the Python-based Wagtail CMS. Wagtail CMS is a fast, elegant content management system based on Python and Django used by Google, NASA, and MIT. Wagtail works seamlessly with everything in a Python tech stack, from Django to machine learning. Plus, it offers amazing flexibility for designers with a simple templating system that gives total frontend freedom. Wagtail cleanly separates tasks and job roles, so editors can stay focused on writing content, and developers can focus on their code. Wagtail CMS in Action is a fun, friendly guide to building websites with Wagtail. In it, you’ll learn the basics of Wagtail by creating your own simple blogging site and then quickly graduate to building a fully-functional e-commerce store! You’ll also discover important Wagtail insights such as how web requests work between Wagtail, Django, and Python and the clear responsibilities of Wagtail vs Django.
  • Добавил: literator
  • Дата: 3-01-2023, 17:23
  • Комментариев: 0
Essentials of Excel VBA, Python, and R: Volume I: Financial Statistics and Portfolio Analysis, 2nd EditionНазвание: Essentials of Excel VBA, Python, and R: Volume I: Financial Statistics and Portfolio Analysis, 2nd Edition
Автор: John Lee, Cheng-Few Lee
Издательство: Springer
Год: 2022
Страниц: 698
Язык: английский
Формат: pdf (true)
Размер: 52.1 MB

This advanced textbook for business statistics teaches, statistical analyses and research methods utilizing business case studies and financial data, with the applications of Excel VBA, Python and R. Each chapter engages the reader with sample data drawn from individual stocks, stock indices, options, and futures. Now in its second edition, it has been expanded into two volumes, each of which is devoted to specific parts of the business analytics curriculum. To reflect the current age of data science and machine learning, the used applications have been updated from Minitab and SAS to Python and R, so that readers will be better prepared for the current industry.
  • Добавил: literator
  • Дата: 3-01-2023, 07:44
  • Комментариев: 0
Practical Debugging at Scale: Cloud Native Debugging in Kubernetes and ProductionНазвание: 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.
  • Добавил: literator
  • Дата: 3-01-2023, 06:12
  • Комментариев: 0
Data Structures & Algorithms using Kotlin, Second Edition (2022)Название: 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.
  • Добавил: literator
  • Дата: 2-01-2023, 18:49
  • Комментариев: 0
Code Your Own Synth Plug-Ins With C++ and JUCEНазвание: 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.
  • Добавил: literator
  • Дата: 2-01-2023, 16:40
  • Комментариев: 0
C++ Programming FundamentalsНазвание: 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.
  • Добавил: literator
  • Дата: 2-01-2023, 08:20
  • Комментариев: 0
MATLAB Programming Fundamentals (R2022b)Название: 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.