Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 14-01-2023, 21:18
  • Комментариев: 0
Practical Automation with PowerShell (MEAP v9)Название: Practical Automation with PowerShell: Effective scripting from the console to the cloud (MEAP v9)
Автор: Matthew Dowst
Издательство: Manning Publications
Год: 2022
Страниц: 510
Язык: английский
Формат: pdf, epub
Размер: 12.3 MB

Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world. Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks. It takes you beyond scripting basics and shows you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient. You’ll discover tools and platforms that let you share your automations with your team and even roll them out to non-technical users through easy-to-understand Sharepoint frontends. Most repetitive tasks you face as an administrator or DevOps engineer can be automated using PowerShell. Mastering the basics of this powerful language, along with some best practices for saving and sharing your automations, can radically improve the consistency and efficiency of your work.
  • Добавил: literator
  • Дата: 14-01-2023, 21:01
  • Комментариев: 0
Regression, a Friendly Guide (MEAP v3)Название: Regression, a Friendly Guide (MEAP v3)
Автор: Matthew Rudd
Издательство: Manning Publications
Год: 2022
Страниц: 207
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

A friendly, fun guide to making accurate predictions and revealing relationships in your data using linear and logistic regression. Regression, a Friendly Guide teaches you how to predict future outcomes and understand important relationships in your data using regression. This easy-to-read book is written for readers who don’t have an advanced math background. It introduces essential concepts and notation step-by-step, with plenty of entertaining and concrete examples. The ideal preparation for this book is some previous experience with basic statistics: summary statistics (mean, median, standard deviation, quartiles), common distributions (normal, t, binomial), basic probability, common visualizations (histograms, bar charts), and significance tests. Don’t worry if these aren’t all familiar, but be prepared to do a little extra homework when they come up and let me know when you have questions. You should be comfortable programming in a data-friendly language like R, Python, or Julia; based on my own experience and preferences, I use R and tools from the tidyverse throughout the book, but the core statistical ideas are language agnostic.
  • Добавил: literator
  • Дата: 14-01-2023, 20:17
  • Комментариев: 0
The Art of Unit Testing, Third Edition (MEAP v8)Название: The Art of Unit Testing: with examples in jаvascript, Third Edition (MEAP V08)
Автор: Roy Osherove
Издательство: Manning Publications
Год: 2022
Страниц: 288
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

The Art of Unit Testing, Third Edition updates an international bestseller to reflect modern development tools and practices. This expanded edition teaches you to write unit tests for async and observable code, as well as methods of faking functions, modules and refactorings. You'll explore test patterns and organization, working with legacy code, and even "untestable" code. The many tool-agnostic examples are presented in jаvascript, and are carefully designed so that they apply to code written in any language. Unit testing is a universally-adopted practice on dev teams of all sizes. Great developers will tell you that testing is as much a state of mind as a collection of tools and practices. The Art of Unit Testing, Third Edition takes you below the surface and understand how unit testing can transform the way you deliver and maintain software. Now with examples in jаvascript, this new edition has been updated to reflect the characteristics of a modern codebase, including async and modularized, distributed services. The practices and patterns you’ll learn can also be easily applied to other languages, including C#, Java, and Python.
  • Добавил: literator
  • Дата: 14-01-2023, 20:01
  • Комментариев: 0
Troubleshooting Java (MEAP v8)Название: Troubleshooting Java: Read, debug, and optimize JVM applications (MEAP v8)
Автор: Laurentiu Spilca
Издательство: Manning Publications
Год: 2022
Страниц: 469
Язык: английский
Формат: pdf
Размер: 26.8 MB

Effectively reading and understanding existing code is a developer’s superpower. In this book, you’ll master techniques for code profiling, advanced debugging, and log evaluation to find and fix bugs and performance problems. Troubleshooting Java: Read, debug, and optimize JVM applications teaches code investigation techniques that will help you understand how Java apps work, optimize them, and fix the bugs that break them. You’ll go from the basics of debugging to advanced methods for locating problems in microservices architectures. Each new technique is explained with lively illustrations and engaging real-world examples. In this unique guide, you’ll learn techniques like resolving deadlocks by examining thread dumps and locating memory leaks by inspecting the heap that will radically improve your efficiency when working with existing code in JVM languages like Java, Scala, and Kotlin.
  • Добавил: umkaS
  • Дата: 14-01-2023, 09:42
  • Комментариев: 0
Название: Моделирование на UML: теория, практика
Автор: Новиков Ф.А., Иванов Д.
Издательство: СПб.: Профессиональная литература
Год: 2010
Cтраниц: 640
Формат: djvu
Размер: 13 мб

Цель курса: научить слушателей практическому использованию унифицированного языка моделирования UML. Аудитория: курс предназначен для действующих бизнес-аналитиков, системных архитекторов и продвинутых разработчиков прикладного программного обеспечения. По окончании курса слушатели смогут: Понимать и составлять любые диаграммы UML и родственных языков моделирования; Составлять информационные модели предметных областей; Эффективно определять функциональные и нефункциональные требования к программно-аппаратным системам;
  • Добавил: literator
  • Дата: 14-01-2023, 08:37
  • Комментариев: 0
Asynchronous Programming with SwiftUI and Combine: Functional Programming to Build UIs on Apple PlatformsНазвание: Asynchronous Programming with SwiftUI and Combine: Functional Programming to Build UIs on Apple Platforms
Автор: Peter Friese
Издательство: Apress
Год: 2023
Страниц: 447
Язык: английский
Формат: epub (true)
Размер: 24.4 MB

Develop UI-heavy applications more easily, faster, and error-free. Based on several enhancements to the Swift language, SwiftUI takes a declarative approach to building UIs. Instead of imperatively coding the UI, this book will show you how to describe how you want your UI to look. SwiftUI treats the UI as a function of its state, thereby making managing your app’s state a lot easier. Change the underlying data model to redraw all parts of the UI that are connected to that particular slice of data. Likewise, easily update the underlying data model from the UI elements your data model is connected to. Combine is Apple’s Functional Reactive Programming framework. It complements SwiftUI and other frameworks, such as the networking APIs, in a natural way. Using Combine, you can subscribe to events and describe data processing in a way that is free of side effects. This allows for an easier implementation of event-driven applications. Using SwiftUI and Combine build more error-free apps in a shorter amount of time, targeting all of Apple’s platforms (iOS, iPadOS, watchOS, macOS, tvOS) with little to no overhead.
  • Добавил: literator
  • Дата: 14-01-2023, 08:12
  • Комментариев: 0
Taming Thymeleaf: Practical guide to building a webapplication with Spring Boot and Thymeleaf (2022)Название: Taming Thymeleaf: Practical guide to building a webapplication with Spring Boot and Thymeleaf
Автор: Wim Deblauwe
Издательство: Leanpub
Год: 2022-10-19 (Version 2.0.2)
Страниц: 410
Язык: английский
Формат: pdf (true)
Размер: 23.5 MB

Learn to build a production-grade web application with Spring Boot and Thymeleaf with this book. Taming Thymeleaf will learn you about writing web applications with Spring Boot and Thymeleaf in no-time. The book teaches you step-by-step how to get started with those technologies and build a fully fledged web application including security, validation, internationalization, testing. Thymeleaf is an amazing technology for building server-side HTML using the Java eco-system. Combined with Spring Boot, it is really a killer combo for a productive development environment. Learn how to structure your code so your application can evolve for years to come. As HTML will always be there, you can do this without having to re-write your frontend every six months for the latest jаvascript framework.
  • Добавил: literator
  • Дата: 14-01-2023, 07:55
  • Комментариев: 0
SurviveJS - Webpack 5 : From apprentice to masterНазвание: SurviveJS - Webpack 5 : From apprentice to master
Автор: Juho Vepsalainen, Tobias Koppers, Jesus Rodriguez Rodriguez
Издательство: Leanpub
Год: 2022-10-26
Страниц: 301
Язык: английский
Формат: pdf (true), mobi, epub + Extras
Размер: 10.2 MB

Webpack, a module bundler, is a powerful tool that helps you to develop complex web applications. "SurviveJS - Webpack" is meant for beginner to intermediate users of the tool that want to understand webpack better. Web browsers consume HTML, CSS, jаvascript, and multimedia files. As a project grows, tracking all of these files and adapting them to different targets (e.g. browsers) becomes too complicated to manage without help. Webpack addresses these problems. Managing complexity is one of the fundamental issues of web development, and solving this problem well helps significantly. "SurviveJS - Webpack 5" has been built around a tutorial during which you develop a complex configuration while covering different facets of Webpack. The 34 short chapters and six appendices work as a reference you can use while developing your web applications. The book has been written with Webpack 5 in mind. Even though the book has been designed around Webpack, many of the techniques covered go beyond it. You will learn to improve the quality of your code while becoming aware of optimization techniques that help you to deliver more performant web applications.
  • Добавил: literator
  • Дата: 14-01-2023, 07:23
  • Комментариев: 0
Quantum Computers: Theory and AlgorithmsНазвание: Quantum Computers: Theory and Algorithms
Автор: Belal Ehsan Baaquie, Leong-Chuan Kwek
Издательство: Springer
Год: 2023
Страниц: 297
Язык: английский
Формат: pdf (true), epub
Размер: 22.7 MB

This book presents various theories and algorithms to create a quantum computer. The concept of the classical and quantum computers, and the concept of circuits and gates are reviewed. The example of the Deutsch and the Deutsch-Josca algorithm is discussed to illustrate some key features of quantum computing. The Grover algorithm, considered to be of major milestone of the subject, is discussed in detail to exemplify the techniques used in computer algorithms. The role of quantum superposition (also called quantum parallelism) and of quantum entanglement is discussed in order to understand the key advantages of a quantum over a classical computer.
  • Добавил: literator
  • Дата: 14-01-2023, 06:26
  • Комментариев: 0
AI-Powered Search (MEAP V14)Название: AI-Powered Search (MEAP V14)
Автор: Trey Grainger, Doug Turnbull, Max Irwin
Издательство: Manning Publications
Год: 2022
Страниц: 546
Язык: английский
Формат: pdf, epub
Размер: 75.7 MB

AI-Powered Search teaches you the latest Machine Learning techniques to create search engines that continuously learn from your users and your content, to drive more domain-aware and intelligent search. As you can imagine given that goal, this is not an “introduction to search” book. In order to get the most out of this book, you should ideally already be familiar with the core capabilities of modern search engines (inverted indices, relevance ranking, faceting, query parsing, text analysis, and so on) through experience with a technology like Apache Solr, Elasticsearch/OpenSearch, Vespa, or Apache Lucene. If you need to come up to speed quickly, Solr in Action (which I also wrote) provides you with all the search background necessary to dive head-first into AI-Powered Search. Additionally, the code examples in this book are written in Python (and delivered in pre-configured Jupyter notebooks) to appeal both to engineers and data scientists. You don’t need to be an expert in Python, but you should have some programming experience to be able to read and understand the examples.