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

  • Добавил: literator
  • Дата: 16-06-2024, 19:32
  • Комментариев: 0
Название: Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications, Second Edition
Автор: Marten Deinum
Издательство: Apress
Год: 2024
Страниц: 517
Язык: английский
Формат: pdf (true), epub (true)
Размер: 28.9 MB

Solve all your Spring Boot 3 micro-framework problems using complete, real-world Java-based code snippets and examples inspired by various problems and corresponding solutions to those problems . When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your own specific software programming needs. This can save you a great deal of work over creating a project from scratch. Spring Boot 3 Recipes has been revised to include new features like the new Spring Native, newly repackaged Spring Data, Spring Kafka for messaging and more on Kubernetes/deployment than in the previous edition. It includes Java 17 long term support code and Jakarta EE 9+ code as a base for Spring Boot 3. This handy code reference takes advantage of these things as it introduces you to VMWare's Spring Boot 3 and Spring Native. Quickly, it dives into code snippets on how to apply and integrate SpringBoot 3 with the Spring MVC web framework, web sockets and WebFlux for the rapid development of web applications, web services, microservices and more. This book is for experienced Java and Spring software programmers, developers.
  • Добавил: umkaS
  • Дата: 16-06-2024, 19:07
  • Комментариев: 0
Название: Алгоритмы обработки строк
Автор: Окулов С. М.
Издательство: Лаборатория знаний
Год: 2024
Cтраниц: 258
Формат: pdf
Размер: 17 мб
Язык: русский

На материале задачи поиска подстроки в строке, решению которой посвящены работы многих профессионалов за последние 20–30 лет, показано, как построить занятия по информатике, чтобы побудить школьника к творчеству, развить у него вкус к решению исследовательских проблем. Для школьников, преподавателей информатики, а также для студентов, выбравших информатику в качестве основной специальности.
  • Добавил: literator
  • Дата: 16-06-2024, 17:35
  • Комментариев: 0
Docker: Up & Running, 3rd Edition (Final)Название: Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (Final)
Автор: Sean P. Kane, Karl Matthias
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 419
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 10.1 MB

Docker and Linux containers have fundamentally changed the way that organizations develop, deliver, and run software at scale. But understanding why these tools are important and how they can be successfully integrated into your organization's ecosystem can be challenging. This fully updated guide provides developers, operators, architects, and technical managers with a thorough understanding of the Docker tool set and how containers can improve almost every aspect of modern software delivery and management. This edition includes significant updates to the examples and explanations that reflect the substantial changes that have occurred since Docker was first released almost a decade ago. Sean Kane and Karl Matthias have updated the text to reflect best practices and to provide additional coverage of new features like BuildKit, multi-architecture image support, rootless containers, and much more. Docker is a tool that promises to easily encapsulate the process of creating a distributable artifact for any application, deploying it at scale into any environment, and streamlining the workflow and responsiveness of agile software organizations.
  • Добавил: literator
  • Дата: 16-06-2024, 17:01
  • Комментариев: 0
Bayesian Analysis with Excel and R (Final)Название: Bayesian Analysis with Excel and R (Final)
Автор: Conrad G. Carlberg
Издательство: Pearson Education, Inc.
Год: 2023
Страниц: 191
Язык: английский
Формат: pdf (true), epub
Размер: 16.3 MB

Leverage the full power of Bayesian analysis for competitive advantage. Bayesian methods can solve problems you can't reliably handle any other way. Building on your existing Excel analytics skills and experience, Microsoft Excel MVP Conrad Carlberg helps you make the most of Excel's Bayesian capabilities and move toward R to do even more. Step by step, with real-world examples, Carlberg shows you how to use Bayesian analytics to solve a wide array of real problems. Carlberg clarifies terminology that often bewilders analysts, provides downloadable Excel workbooks you can easily adapt to your own needs, and offers sample R code to take advantage of the rethinking package in R and its gateway to Stan.
  • Добавил: literator
  • Дата: 16-06-2024, 14:29
  • Комментариев: 0
Название: Programming Backend with Go: Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem
Автор: Julian Braun
Издательство: GitforGits
Год: 2024
Страниц: 469
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

This book takes its time to go over every important aspect of backend programming, from the fundamentals to more advanced techniques, so that you can become experts in Go scripting and all the things Go can do. Quickly introducing readers to Go and its ecosystem, the book walks them through installing the language and creating a development environment with Visual Studio Code. Next, it takes a baby step into learning the basics of building web servers with the net/http package, going over topics like routing, handling various HTTP methods, and the structures of requests and responses. Path variables, regex-based routing, custom handlers, and middleware are some of the advanced routing topics covered, which uses the robust gorilla/mux package. After introducing session and cookie management, the book moves on to user authentication, covering topics such as OAuth2 integration, JWT for secure APIs, and more. The book then teaches various aspects of database integration with GORM, covering topics such as connecting to SQL databases, performing CRUD operations, managing migrations, and handling transactions and concurrency control. The Gin framework for designing and implementing microservices, REST and gRPC for inter-service communication, and Kubernetes for containerizing applications are also covered in detail. Also covered is message brokering with Apache Kafka and NSQ for asynchronous systems, which guarantees resilient systems and efficient message delivery. Secure coding practices, HTTPS with crypto/tls, avoiding SQL injections and XSS attacks, and configuration management with Viper are also one of the main goal of the book.
  • Добавил: literator
  • Дата: 16-06-2024, 13:48
  • Комментариев: 0
Название: Python Web Applications with Flask: Hand-on your Flask skills with advanced techniques and build dynamic web applications
Автор: Jeffrey Leon Stroup, Thomas Carroll
Издательство: Independently published
Год: 2024
Страниц: 473
Язык: английский
Формат: epub
Размер: 10.1 MB

Python also has a large and supportive community with many online resources and documentation. Many tutorials, forums, and videos can help beginners get started with Python programming. Flask is an API of Python that allows us to build up web-applications. It was developed by Armin Ronacher. Flask’s framework is more explicit than Django’s framework and is also easier to learn because it has less base code to implement a simple web-Application. A Web-Application Framework or Web Framework is the collection of modules and libraries that helps the developer to write applications without writing the low-level codes such as protocols, thread management, etc. Flask is based on WSGI(Web Server Gateway Interface) toolkit and Jinja2 template engine. This Book Is Perfect For: - Total beginners with zero programming experience; - Returning professionals who haven’t written code in years; - Seasoned professionals looking for a fast, simple, crash course in Python.
  • Добавил: umkaS
  • Дата: 16-06-2024, 07:58
  • Комментариев: 0
Название: Основы параллельного программирования
Автор: Богачев К. Ю.
Издательство: Лаборатория знаний
Год: 2020 - 4-е изд.
Cтраниц: 345
Формат: pdf (ocr)
Размер: 31 мб
Язык: русский

Данная книга представляет собой введение в методы программирования для параллельных ЭВМ. Основной ее целью является научить читателя самостоятельно разрабатывать максимально эффективные программы для таких компьютеров. Вопросы распараллеливания конкретных алгоритмов рассмотрены на многочисленных примерах программ на языке С.
  • Добавил: literator
  • Дата: 16-06-2024, 07:47
  • Комментариев: 0
Название: Basic Math for AI: A Beginner's Quickstart Guide to the Mathematical Foundations of Artificial Intelligence
Автор: Andrew Hinton
Издательство: Book Bound Studios
Серия: AI Fundamentals
Год: 2024
Страниц: 142
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Are you intrigued by Artificial Intelligence (AI) but overwhelmed by the mathematical foundations necessary to understand and develop AI technologies? You are not alone. "Basic Math for AI" is here to bridge that gap. This comprehensive guide demystifies the essential mathematics needed to dive into the world of AI. It’s accessible to everyone, from students to professionals eager to enhance their understanding and skills. "Basic Math for AI" starts with the basics. It explains why mathematics is not just useful but crucial for AI. The book is structured to gradually build your knowledge from fundamental concepts to more complex theories. This methodical approach ensures a solid understanding of each mathematical principle as it applies to AI applications. Whether you are a beginner looking to get a head start or an experienced practitioner aiming to revisit and solidify your mathematical skills, this book offers a clear and structured approach to learning. Don't let a lack of mathematical knowledge keep you from advancing in AI. Grab your copy of "Basic Math for AI" today and start unlocking the mathematical secrets behind Artificial Intelligence! Whether you're reading to learn, to teach, or to implement, this book is an essential resource for anyone ready to enhance their mastery of math for AI.
  • Добавил: literator
  • Дата: 16-06-2024, 06:10
  • Комментариев: 0
Название: Programming C# 12: Build Cloud, Web, and Desktop Applications (Final)
Автор: Ian Griffiths
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 876
Язык: английский
Формат: True/Retail PDF, True/Retail EPUB
Размер: 10.3 MB

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 12.0 and .NET 8 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET 8 and the latest C# 11.0 and 12.0 additions, including generic math, new polymorphism options, enhanced pattern matching, and new features designed to improve productivity. C# 11.0 and 12.0 have gained performance-oriented features including generic math, and improved control over memory handling for performance-sensitive low-level code. Every new .NET release has improved execution speed, but there have also been significant reductions in startup times, memory footprint, and binary size. This, along with improved support for containerization, enhances .NET’s fit for modern cloud development. There have also been significant improvements for cross-platform client-side development, thanks to Blazor and .NET MAUI (Multi-platform App UI). .NET has supported ARM and WebAssembly (WASM) for many years, but continuous recent improvements for those targets are important for cloud, mobile, and web development.
  • Добавил: literator
  • Дата: 15-06-2024, 17:58
  • Комментариев: 0
Название: Algorithms and Data Structures with Python: An interactive learning experience: Comprehensive introduction to data structures and algorithms
Автор: Cuantum Technologies
Издательство: Cuantum Technologies
Год: November 13, 2023
Страниц: 787
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

In a digital era where data is king, and problem-solving skills are paramount, understanding algorithms is not just an academic pursuit but a necessary tool in your professional toolkit. This book is designed to offer a comprehensive exploration of algorithms, tailored to harness the power of Python – a language renowned for its simplicity and elegance. Step into the captivating world of computational problem-solving with "Algorithms and Data Structures with Python" by Cuantum Technologies. This isn't just a book; it's a transformative journey that takes you from the fundamentals of algorithmic logic to the cutting-edge applications reshaping our digital world. Whether you are a student embarking on the study of computer science, a professional seeking to sharpen your coding skills, or a curious mind intrigued by the logic behind complex problems, this book aims to cater to your aspirations. It’s not just about learning to code; it’s about coding to learn and solve. Python serves as an excellent medium for learning algorithms due to its readability and simplicity, allowing you to focus on the underlying concepts rather than getting bogged down by complex syntax. It’s a language that’s both forgiving for beginners and powerful for experts, making it ideal for a wide range of readers. This book is for anyone with a desire to learn about algorithms. Whether you’re a beginner in programming, a student in computer science, a software developer looking to improve your understanding of algorithmic concepts, or even a professional from a non-tech field with an interest in data analysis or automation, this book has something valuable for you.