Wydawca: Mercury_Learning
49
Ebook

Full-Stack iOS Development with Swift and Vapor. Mastering Full-Stack iOS Development with Swift and Vapor Framework

Mercury Learning and Information, Hem Dutt

This is a comprehensive guide designed to equip developers with the skills to seamlessly integrate back-end and front-end technologies using Swift and Vapor. The book starts with an overview of full-stack development, including the history and advantages of this approach, before diving into the essential tools and environments needed to get started. Readers will learn how to set up Xcode and the Vapor toolbox, create routes, and implement MVC patterns in Vapor, as well as work with JSON data.The book then covers advanced topics such as asynchronous programming, HTML rendering, PostgreSQL integration, and error handling within Vapor. Simultaneously, it guides readers through building sophisticated iOS user interfaces using Auto Layout, SwiftUI, and Core Data for data persistence. The content culminates in a full-stack implementation that brings together server-side logic and a connected iOS application, followed by discussions on advanced topics like middleware, WebSockets, and security.Finally, the book provides in-depth instructions on deploying iOS and Vapor applications using Heroku, Docker, and the App Store. Throughout, real-world projects and exercises reinforce learning, making this an indispensable resource for mastering full-stack iOS development.

50
Ebook

Artificial Intelligence in the 21st Century. The Future of Technology and Human Innovation

Mercury Learning and Information, Stephen Lucci, Sarhan M. Musa, Danny Kopec

This third edition provides a comprehensive, accessible presentation of AI, including examples, applications, full-color images, and human interest boxes. New chapters on deep learning, AI security, and AI programming keep the content cutting-edge. Topics like neural networks, genetic algorithms, natural language processing, planning, and complex board games are covered.The course starts with an AI overview, moving through uninformed search, intelligent search methods, and game-based strategies. It delves into logic in AI, knowledge representation, production systems, uncertainty in AI, and expert systems. Middle chapters cover machine learning, neural networks, and deep learning. It continues with nature-inspired search methods, natural language processing, and automated planning, ending with robotics and advanced computer games.These AI concepts are crucial for developing sophisticated AI applications. This book transitions you from novice to proficient AI practitioner, equipped with practical skills and comprehensive knowledge. Companion files with resources, simulations, and figures enhance learning. By the end, you'll understand AI principles and applications, ready to tackle real-world challenges.

51
Ebook

Microsoft Access 2021 Programming Pocket Primer. A Comprehensive Guide to Mastering Access VBA

Mercury Learning and Information, Julitta Korol

This book, part of the successful Pocket Primer series, is designed for those who need to master Access programming fundamentals quickly. You only need this concise guide to get started and feel comfortable with VBA. The concepts learned here also apply to Excel programming. The book is divided into nine chapters, each progressively introducing you to programming in Microsoft Access 2021.Beginning with an introduction to Access VBA, the book covers the Visual Basic Editor, fundamental VBA programming concepts, and how to create both built-in and custom functions. You will learn to add decision-making capabilities and repeating actions to your programs, manage multiple values using arrays and collections, and utilize built-in tools for testing and debugging your code.This structured approach ensures that by the end of the course, you will have a solid foundation in Access programming. The companion files provide all the hands-on resources needed to complete chapter projects, making this an essential resource for mastering Access VBA efficiently and effectively.

52
Ebook

Google Gemini for Python. Coding with Bard: Mastering Python with Google's AI Tools

Mercury Learning and Information, Oswald Campesato

This book bridges Python 3 programming and Generative AI, equipping readers with the skills to navigate both domains confidently. It starts with Python basics, covering data types, number formatting, text manipulation, loops, functions, data structures, NumPy, Pandas, conditional logic, and reserved words. You'll also learn about handling user input, managing exceptions, and working with command-line arguments.The journey continues into Generative AI, distinguishing it from Conversational AI. It introduces popular platforms and models, including Bard (now called Gemini) and its competitors, providing insights into their capabilities, strengths, weaknesses, and applications. The final chapters show how to generate various Python 3 code samples using Gemini.Understanding these concepts is crucial for modern programming and AI applications. This book transitions readers from basic Python programming to advanced AI techniques, blending theoretical knowledge with practical skills. Companion files with source code and figures enhance the learning experience, making this an essential resource for mastering Python 3 and Generative AI.

53
Ebook

Tech Trends of the 4th Industrial Revolution. Navigating the Future of Technology in Business

Mercury Learning and Information, D. Pyo, J. Hwang, Y. Yoon

The term 4th Industrial Revolution is often mentioned in the media, but public understanding of its technologies lags behind their rapid development. This book bridges the gap, explaining essential technologies like IoT, blockchain, AI, cloud computing, and big data. It aims to enhance comprehension by minimizing technical content.The book introduces key technologies and their applications, emphasizing their importance in contemporary business models. Readers will find accessible descriptions and practical examples to aid understanding. Covering topics and trends vital for modern business, this book ensures readers grasp the technological landscape shaping the future.Throughout the book, you'll explore how these technologies are revolutionizing industries and their integration into business strategies. This journey provides a comprehensive understanding of the 4th Industrial Revolution, equipping readers with the knowledge needed to navigate and leverage these advancements effectively.

54
Ebook

XML Basics. A Comprehensive Guide to Understanding and Implementing XML

Mercury Learning and Information, S. Banzal

This book focuses on essential XML standards relevant to almost all developers. It investigates XML technologies applicable across a wide range of applications, rather than those limited to specific domains. While XML is a markup language, it is widely used by programmers. The book also covers supporting technologies layered on top of XML, such as XLinks, XSLT, Namespaces, Schemas, XHTML, RDDL, XPointers, XPath, SAX, and DOM.The journey begins with understanding XML and its syntax. It then explores Document Type Definitions (DTDs), Namespaces, and XHTML. Following this, the book delves into CSS Style Sheets, XML Schema Basics, XSL and XSLT, SOAP, DOM Programming Interface, SAX, XPath, XLink, XQuery, XPointer, XForms, XSL-FO, and using XML with Databases. The final chapters cover Web Services, providing a comprehensive understanding of how XML integrates into various applications.Mastering these standards and technologies is crucial for developers working with XML. This book transitions readers from basic XML syntax to advanced applications, blending theoretical concepts with practical examples. It is an essential resource for developers looking to leverage XML in their projects.

55
Ebook

Natural Language Processing using R Pocket Primer. Learn Essential NLP Techniques and Tools for Developers

Mercury Learning and Information, Oswald Campesato

This book is for developers seeking an overview of basic concepts in Natural Language Processing (NLP). It caters to a technical audience, offering numerous code samples and listings to illustrate the wide range of topics covered. The journey begins with managing data relevant to NLP, followed by two chapters on fundamental NLP concepts. This foundation is reinforced with Python code samples that bring these concepts to life.The book then delves into practical NLP applications, such as sentiment analysis, recommender systems, COVID-19 analysis, spam detection, and chatbots. These examples provide real-world context and demonstrate how NLP techniques can be applied to solve common problems. The final chapter introduces advanced topics, including the Transformer architecture, BERT-based models, and the GPT family, highlighting the latest state-of-the-art developments in the field.Appendices offer additional resources, including Python code samples on regular expressions and probability/statistical concepts, ensuring a well-rounded understanding. Companion files with source code and figures enhance the learning experience, making this book a comprehensive guide for mastering NLP techniques and applications.

56
Ebook

Python for Programmers. A Comprehensive Guide for Intermediate to Advanced Python Programmers and Developers

Mercury Learning and Information, Oswald Campesato

This book is designed for developers with little to no experience in Python or Pandas, providing a fast-paced introduction to Python programming and practical solutions to various tasks. The journey begins with a quick tour of basic Python 3, followed by a deep dive into loops and conditional logic. The text covers data structures extensively, and includes tasks involving strings and arrays.As the reader progresses, object-oriented programming concepts are introduced with illustrative code samples, along with an exploration of recursion and fundamental topics in combinatorics. An appendix provides an introduction to Pandas, equipping readers with essential tools for data manipulation and analysis.This book offers a comprehensive yet concise learning path, reinforced by numerous code samples and companion files available for download. It is an invaluable resource for beginners seeking to master Python and Pandas, providing a solid foundation for further exploration in programming and data science.