Java Persistence with Spring Data and Hibernate (MEAP V13)

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

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

Java Persistence with Spring Data and Hibernate (MEAP V13)Название: Java Persistence with Spring Data and Hibernate (MEAP V13)
Автор: Catalin Tudose
Издательство: Manning Publications
Год: 2022
Страниц: 683
Язык: английский
Формат: pdf, epub
Размер: 16.9 MB

Master Java persistence using the industry-leading tools Spring Data and Hibernate. Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. You’ll learn how to make and utilize mapping strategies, and efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases. Persistence enables an application’s data to exist for the long term, even after a program is stopped or terminated. Whether you’re saving state from session to session or maintaining long-term records, Java persistence tools like Spring Data, JPA, and Hibernate help deliver the object relational mapping that connects code’s objects with your database.
 

Mastering Unlabeled Data (MEAP v5)

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

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

Mastering Unlabeled Data (MEAP v5)Название: Mastering Unlabeled Data (MEAP v5)
Автор: Vaibhav Verdhan
Издательство: Manning Publications
Год: 2022
Страниц: 315
Язык: английский
Формат: pdf, epub
Размер: 16.2 MB

Discover all-practical implementations of the key algorithms and models for handling unlabeled data. Full of case studies demonstrating how to apply each technique to real-world problems. Mastering Unlabeled Data introduces mathematical techniques, key algorithms, and Python implementations that will help you build Machine Learning models for unannotated data. You’ll discover hands-off and unsupervised machine learning approaches that can still untangle raw, real-world datasets and support sound strategic decisions for your business. Don’t get bogged down in theory—the book bridges the gap between complex math and practical Python implementations, covering end-to-end model development all the way through to production deployment. Unsupervised Learning and Machine Learning algorithms draw inferences from unannotated data sets. The self-organizing approach to machine learning is great for spotting patterns a human might miss.
 

Artificial Communication: How Algorithms Produce Social Intelligence

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

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

Artificial Communication: How Algorithms Produce Social IntelligenceНазвание: Artificial Communication: How Algorithms Produce Social Intelligence
Автор: Elena Esposito
Издательство: The MIT Press
Год: 2022
Страниц: 199
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.2 MB

A proposal that we think about digital technologies such as machine learning not in terms of Artificial Intelligence but as Artificial Communication. Algorithms that work with Deep Learning and Big Data are getting so much better at doing so many things that it makes us uncomfortable. How can a device know what our favorite songs are, or what we should write in an email? Have machines become too smart? In Artificial Communication , Elena Esposito argues that drawing this sort of analogy between algorithms and human intelligence is misleading. If machines contribute to social intelligence, it will not be because they have learned how to think like us but because we have learned how to communicate with them. Esposito proposes that we think of “smart” machines not in terms of Artificial Intelligence but in terms of Artificial Communication.
 

Practical Automation with PowerShell (MEAP v9)

Автор: 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.
 

Regression, a Friendly Guide (MEAP v3)

Автор: 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.
 

The Art of Unit Testing, Third Edition (MEAP v8)

Автор: 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.
 

Troubleshooting Java (MEAP v8)

Автор: 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.
 

Моделирование на UML: теория, практика

Автор: umkaS от 14-01-2023, 09:42, Коментариев: 0

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

Название: Моделирование на UML: теория, практика
Автор: Новиков Ф.А., Иванов Д.
Издательство: СПб.: Профессиональная литература
Год: 2010
Cтраниц: 640
Формат: djvu
Размер: 13 мб

Цель курса: научить слушателей практическому использованию унифицированного языка моделирования UML. Аудитория: курс предназначен для действующих бизнес-аналитиков, системных архитекторов и продвинутых разработчиков прикладного программного обеспечения. По окончании курса слушатели смогут: Понимать и составлять любые диаграммы UML и родственных языков моделирования; Составлять информационные модели предметных областей; Эффективно определять функциональные и нефункциональные требования к программно-аппаратным системам;
 

Asynchronous Programming with SwiftUI and Combine: Functional Programming to Build UIs on Apple Platforms

Автор: 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.
 

Taming Thymeleaf: Practical guide to building a webapplication with Spring Boot and Thymeleaf (2022)

Автор: 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.