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

  • Добавил: literator
  • Дата: 8-12-2023, 21:18
  • Комментариев: 0
Название: Learning Vue: Core Concepts and Practical Patterns for Reusable, Composable, and Scalable User Interfaces (Final)
Автор: Maya Shavin
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 347
Язык: английский
Формат: epub (true)
Размер: 13.2 MB

Learn the core concepts of Vue.js, the modern jаvascript framework for building frontend applications and interfaces from scratch. With concise, practical, and clear examples, this book takes web developers step-by-step through the tools and libraries in the Vue.js ecosystem and shows them how to create complete applications for real-world web projects. You'll learn how to handle data communication between components with Pinia architecture, develop a manageable routing system for a frontend project to control the application flow, and produce basic animation effects to create a better user experience. The jаvascript framework plays a significant role in modern web frontend development. When developing web projects, companies choose a framework for various reasons, including the quality of the final product, the cost of development, coding standard, and ease of development. Hence, learning to work with a jаvascript framework, such as Vue, is essential for any modern web developer. This book is for programmers who want to learn and develop Web applications using Vue library, in jаvascript and TypeScript, from end to end. It focuses solely on how Vue and its ecosystem can help you build scalable and interactive web applications in the most straightforward and comfortable direction. While covering the basics, we will also get into Vue Router and Pinia for state management, testing, animation, deployment, and server-side rendering, making sure you are ready to move on and start developing complex Vue projects right away.
  • Добавил: literator
  • Дата: 8-12-2023, 19:18
  • Комментариев: 0
Название: Frontend Development with JavaFX and Kotlin: Build State-of-the-Art Kotlin GUI Applications
Автор: Peter Späth
Издательство: Apress
Год: 2024
Страниц: 145
Язык: английский
Формат: pdf
Размер: 15.8 MB

Build elegant, responsive, and stable Java Virtual Machine-based client applications (Fat Clients) with modern user interfaces. This book introduces JavaFX as a frontend technology and utilizes Kotlin instead of Java for coding program artifacts to boost code expressiveness and maintainability. Author Peter Späth employs a hands-on approach, providing practical examples and code to demonstrate each concept. Mid-level Java programming knowledge and a basic understanding of Kotlin are the only prerequisites; experience with JavaFX and frontend coding is not essential. JavaFX is a modern frontend programming toolkit equipped with containers, menus, buttons, sliders, text fields, and various other controls necessary for communicating with your users, all of which are covered here. Despite its name, JavaFX applications can be coded with programming languages other than Java. The central requirement is that any language targeting JavaFX compiles to artifacts runnable on a Java Virtual Machine. Over the course of this book, you’ll learn firsthand why Kotlin, with its elegant and concise syntax, is a perfect match. For low- to mid-level Java or Kotlin developers with or without JavaFX experience who wish to learn how to build JavaFX applications with Kotlin.
  • Добавил: literator
  • Дата: 8-12-2023, 18:34
  • Комментариев: 0
Название: Deploy Container Applications Using Kubernetes: Implementations with microk8s and AWS EKS
Автор: Shiva Subramanian
Издательство: Apress
Год: 2023
Страниц: 379
Язык: английский
Формат: pdf
Размер: 11.5 MB

Navigate through the Kubernetes landscape to create and deploy container-based applications. This book will show you how to choose between the various available container-based operating systems, and how to design a better continuous integration pipeline for your container images, where to store them, and how to scan and secure them. In the first half of the book, you'll learn the practical tips on how to setup the system for visibility and troubleshooting, how to reduce the attack vector and reduce risks. The second half of the book focuses on Kubernetes, the popular container orchestration system. You'll see how to setup your Kubernetes for practical applications such as show/chargeback using tagging, efficient use of namespaces and pods, various isolation layers. It also shows you how to integrate with popular implementations of K8S such as AWS EKS (Elastic Container Service), GCP Google Kubernetes Engine (GKE) in touch points such as authentication and authorization, optimization, logging and troubleshooting tools, etc.
By practicing the scenarios given in this book, you will be able to make better design choices that are appropriate for the constraints you are working with. Deploy Container Applications Using Kubernetes is your go-to resource for an optimal deployment of workloads using containers and Kubernetes in both public and private cloud settings.
  • Добавил: literator
  • Дата: 8-12-2023, 17:35
  • Комментариев: 0
Название: Machine Learning for Engineers
Автор: Osvaldo Simeone
Издательство: Cambridge University Press
Год: 2023
Страниц: 602
Язык: английский
Формат: pdf (true)
Размер: 17.0 MB

This self-contained introduction to Machine Learning, designed from the start with engineers in mind, will equip students with everything they need to start applying Machine Learning principles and algorithms to real-world engineering problems. With a consistent emphasis on the connections between estimation, detection, information theory, and optimization, it includes: an accessible overview of the relationships betweenMachine Learning and signal processing, providing a solid foundation for further study; clear explanations of the differences between state-of-the-art techniques and more classical methods, equipping students with all the understanding they need to make informed technique choices; demonstration of the links between information-theoretical concepts and their practical engineering relevance; reproducible examples using MATLAB, enabling hands-on student experimentation. Assuming only a basic understanding of probability and linear algebra, and accompanied by lecture slides and solutions for instructors, this is the ideal introduction to Machine Learning for engineering students of all disciplines. Advances in Machine Learning and Artificial Intelligence (AI) have made available new tools that are revolutionizing science, engineering, and society at large. Modern Machine Learning techniques build on conceptual and mathematical ideas from stochastic optimization, linear algebra, signal processing, Bayesian inference, as well as information theory and statistical learning theory. Students and researchers working in different fields of engineering are now expected to have a general grasp of Machine Learning principles and algorithms, and to be able to assess the relative relevance of available design solutions spanning the space between model-and data-based methodologies. This book is written with this audience in mind.
  • Добавил: literator
  • Дата: 8-12-2023, 16:49
  • Комментариев: 0
Название: Python-Based Data Structures and Algorithms
Автор: Team Educohack
Издательство: Educohack Press
Год: 2024
Страниц: 1071
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

"Python-Based Data Structures and Algorithms" is a comprehensive guide to mastering the fundamental concepts of algorithms and data structures using the Python programming language. Covering a wide spectrum, from algorithm analysis and problem complexity to computational complexity, this book equips readers with the essential skills for effective programming. Whether you're a novice or an experienced developer, this resource provides practical insights into implementing algorithms and data structures in Python. With a focus on clarity and efficiency, it's an invaluable reference for anyone looking to enhance their programming proficiency and tackle real-world challenges in algorithmic problem-solving. Our journey begins with a solid foundation in Python, a programming language renowned for its simplicity and readability. You'll then delve into the core principles of data structures, exploring concepts like arrays, linked lists, stacks, and queues. Understanding these fundamental structures is essential for building efficient algorithms. Next, we'll explore various algorithmic techniques that will empower you to solve real-world problems. Whether it's sorting, searching, or graph algorithms, you'll have a comprehensive understanding of how to approach and implement solutions using Python. Throughout this book, you'll gain insights into computational complexity, which is crucial for evaluating the efficiency of algorithms. We'll discuss both time and space complexities and help you analyze the performance of your code.
  • Добавил: literator
  • Дата: 8-12-2023, 02:45
  • Комментариев: 0
Название: Deep Dive into Power Automate: Learn by Example
Автор: Goloknath Mishra
Издательство: Apress
Год: 2023
Страниц: 486
Язык: английский
Формат: pdf
Размер: 29.5 MB

Understand the basics of flow and learn how to implement guidelines in real-life scenarios, including Robotic Process Automation (RPA) capabilities. This book covers the evolution of flow and how it is transformed to a full-fledged RPA (such as Power Automate). The book starts with an introduction to flow and its transformation to Process Automation. You will learn how to create a Power Automate environment and demonstrate different types of flows within it. Author Goloknath Mishra takes you through various types of cloud flows and their best practices. Desktop Flows (RPA) or Power Automate Desktop (PAD) is discussed and the author teaches you its architecture, installation steps, and how to manage, schedule, and share a desktop. You will learn about Business Process Flow, Process Advisors, and AI Builder. You also will go through licensing considerations in Power Automate and AI Builder, and demonstrate all of your learnings through a mini project. AI Builder allows you to easily add Artificial Intelligence (AI) capabilities to your applications. AI Builder is simple to use. It has a user-friendly interface and pre-built AI models, which can be customized to meet your specific business needs. Before using AI Builder models, you need to train them. The more you train a model with different samples, the better its accuracy will be.
  • Добавил: umkaS
  • Дата: 8-12-2023, 01:06
  • Комментариев: 0
Название: Основы Delphi. Профессиональный подход
Автор: Сухарев М.В.
Издательство: НиТ
Год: 2004
Cтраниц: 604
Формат: pdf
Размер: 66 мб
Язык: русский

Эта книга является превосходным учебным пособием, дающим наиболее полное и системное понимание основополагающих механизмов Delphi. Цель книги — помочь программистам, начинающим работать с Delphi, сделать первый шаг в ее изучении так, чтобы не возвращаться к пройденному материалу в дальнейшем для углубления знаний.
  • Добавил: literator
  • Дата: 7-12-2023, 23:48
  • Комментариев: 0
Название: Angular for Business: Awaken the Advocate Within and Become the Angular Expert at Work
Автор: Michael D. Callaghan
Издательство: Apress
Год: 2024
Страниц: 282
Язык: английский
Формат: pdf
Размер: 10.2 MB

Written from author Michael D. Callaghan's personal experience teaching Angular to web development teams, this book will serve as a practical guide to help you adopt Angular for your organization. This book consists of a series of essays related to Angular development, adoption, and the wider eco-system designed to appeal to experienced web developers and managers who have some experience with Angular and are looking to adopt and integrate it into their business for their web development projects. You'll begin with an introduction to Angular15, along with associated frameworks and tools such as Typescript, Firebase RxJS and Docker. You'll then explore Angular components, progressive Web Apps (PWA’s) APIs, Test-driven development, testing, security and the basics of agile project management. This includes how to train your team and effectively communicate with management and key stake-holders within your organization while transitioning onto an Angular workflow. For experienced web developers and managers with some knowledge of Angular and the related jаvascript eco-system who are looking at adopting Angular for enterprise projects and those who need to get co-workers up to speed with an Angular-based workflow.
  • Добавил: literator
  • Дата: 7-12-2023, 21:12
  • Комментариев: 0
Название: Getting Started with ChatGPT and AI Chatbots: An introduction to generative AI tools
Автор: Mark Pesce
Издательство: BCS, The Chartered Institute for IT
Год: 2023
Страниц: 104
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Learn how to use ChatGPT, Bing Chat / Copilot, and Bard to get the most out of these powerful tools. ChatGPT has become a tool hundreds of millions use every day - yet few have mastered the art of sweet-talking these new AI chatbots into providing detailed and accurate responses to user prompts. It's vital for every professional tech user to have an understanding of how AI chatbots work, and how best to put them to work. While the fear is that AI will take people's jobs, it is more likely to be someone using AI that will! Getting Started with ChatGPT and AI Chatbots explores the 'big three' AI chatbots - OpenAI ChatGPT, Microsoft / Windows Copilot and Google Bard - demystifying their operation, and providing a wealth of tools for thinking about how to talk to these smart tools. Whether you're a business user, a tech student, or a curious professional, this book is for you to understand and demystify Large Language Models (LLMs) and generative AI tools, harnessing them to enhance your role.
  • Добавил: literator
  • Дата: 7-12-2023, 18:56
  • Комментариев: 0
Название: More than a Chatbot: Language Models Demystified
Автор: Mascha Kurpicz-Briki
Издательство: Springer
Год: 2023
Страниц: 133
Язык: английский
Формат: pdf (true), epub
Размер: 11.8 MB

Did you wonder how tools like ChatGPT or Bard work, but do not have a technical background? Then this is the right book for you! To discuss and better understand what such technologies are capable of and how this will impact our lives and our society, a basic background knowledge about text processing and generation technologies is required. In particular, the book discusses the following questions: How did the field of automated text processing and generation evolve over the last years, and what happened to allow the incredible recent advances? Are chatbots such as ChatGPT or Bard truly understanding humans? Recent technological advances have resulted in a new generation of powerful text processing and generation tools, that produce text very similar to what a human could do. Such tools have the potential to change the way we work, learn and teach – and this book enables you to understand and be part of this exciting development. The latest achievements in the field of Artificial Intelligence (AI) pose many challenges to society. For the broad public, including researchers and professionals from domains outside of AI, the border between what is the technically possible and science fiction is getting blurrier. The term artificial intelligence is a rather generic term. It has many inequivalent interpretations, and the conflation of these leads to exaggerated expectations and assumptions about how AI technology works. The main approach behind the technologies referred to as Artificial Intelligence nowadays is Machine Learning (ML).