Wydawca: Rheinwerk Publishing
Machines That Think. How Artificial Intelligence Works and What It Means for Us
Rheinwerk Publishing, Inc, Inga Strümke
Machines That Think explores the evolution of artificial intelligence (AI), from its roots in early theoretical frameworks to modern machine learning technologies. It begins by diving into the history of AI, featuring the foundational contributions of pioneers like Alan Turing and John von Neumann. The book then examines the attempts to make machines intelligent, covering symbolic AI, expert systems, and the rise of neural networks. With a focus on the technological advancements that shaped AI, this book provides readers with a deep understanding of how AI systems have evolved over time.The book continues by addressing the growing importance of data in AI systems. It explores how data shapes machine learning models and the inherent challenges faced by data scientists when gathering and processing data for AI applications. The impact of data on model accuracy and the ethical dilemmas surrounding its collection and usage are also discussed. In the final chapters, the book delves into the ethical and societal implications of AI, exploring issues such as privacy, accountability, and the future of AI in everyday life. It speculates on the future of artificial general intelligence (AGI) and superintelligence, contemplating the potential consequences of these technologies.
Node.js. The Comprehensive Guide
Rheinwerk Publishing, Inc, Sebastian Springer
This comprehensive guide begins by introducing the core principles of Node.js, covering installation, environment setup, and modular programming. Readers then build foundational skills by creating their first applications and exploring essential web technologies like HTTP and popular frameworks such as Express and Nest. The journey continues into advanced topics like template engines, database integration, and authentication techniques, equipping readers to build full-featured web applications.As readers progress, the book delves into building RESTful and GraphQL APIs, real-time applications with WebSockets, and writing type-safe Node.js code using TypeScript. Later chapters explore command-line tools, asynchronous programming with Promises and RxJS, streams, and file handling. Comprehensive sections on package management, quality assurance, testing, and security provide practical insights to produce robust, maintainable software.The final chapters focus on deploying scalable applications, performance optimization, microservices architecture, and introduce the emerging Deno runtime. Throughout the book, detailed examples and step-by-step explanations guide readers from fundamental concepts to advanced techniques, making this an essential resource for developers seeking mastery of server-side JavaScript development with Node.js.
PHP and MySQL. The Comprehensive Guide
Rheinwerk Publishing, Inc, Christian Wenz, Tobias Hauser
PHP and MySQL is an essential guide for both beginner and intermediate developers looking to master web development using PHP and MySQL. The book starts with the basics, including installation, syntax, and testing, providing a solid foundation for those new to programming. It then moves on to cover core PHP concepts such as functions, arrays, strings, and object-oriented programming, giving readers a comprehensive understanding of the language.As you progress through the chapters, the book dives deeper into more advanced topics, including working with databases using MySQL, PDO, and other database systems like PostgreSQL, Oracle, and MongoDB. It also explores web technologies such as JavaScript, XML, and APIs, empowering readers to create dynamic, data-driven applications.In the final chapters, the book addresses crucial topics like security, email functionality, session handling, and unit testing with PHPUnit. With practical examples and tips, PHP and MySQL equips developers with the skills needed to build robust web applications, troubleshoot effectively, and contribute to the PHP ecosystem.
Rheinwerk Publishing, Inc, Dr. Joachim Steinwendner, Dr....
This book offers a comprehensive guide to understanding and programming neural networks and deep learning. Starting with the basics, readers will learn how to build neural networks using Python and TensorFlow. By the end, they’ll master key algorithms and techniques to apply them to real-world machine learning challenges. The book walks through the development of simple perceptrons and progresses to complex multilayer networks, showing how deep learning methods work in practice. The evolution of neural networks is explored, from the origins of artificial neurons to cutting-edge deep learning architectures. Along the way, readers will learn about the different types of neural networks, including convolutional and transformer networks. The book also delves into optimization techniques like gradient descent and backpropagation. Hands-on coding exercises ensure practical learning, preparing readers to implement neural networks for tasks like image recognition, natural language processing, and data classification. By the end of the book, readers will be equipped to apply neural networks to solve diverse AI problems effectively.
Python 3. The Comprehensive Guide
Rheinwerk Publishing, Inc, Johannes Ernesti, Peter Kaiser
This in-depth guide to Python 3 begins by helping readers install the language and understand its core syntax through interactive exploration. Early chapters cover variables, control structures, functions, and data types like lists, tuples, dictionaries, and sets. Readers then move into file handling, error management, and object-oriented programming, building a solid foundation for real-world development.As the journey continues, the book introduces advanced concepts including decorators, generators, type hints, structural pattern matching, and context managers. It thoroughly explores the Python standard library, with practical applications in math, file systems, logging, regular expressions, parallel processing, and debugging. Readers also learn how to manage packages, virtual environments, and distributions.Later chapters shift to applied development—building GUIs with tkinter and PySide6, creating web applications with Django, and working with scientific tools like NumPy, pandas, and SciPy. The book concludes with insights on using alternative interpreters, localization, and migrating from Python 2 to 3. This resource grows with the reader, from basics to expert-level Python programming.
Rheinwerk Publishing, Inc, Veit Steinkamp
This book provides a thorough introduction to Python programming designed for engineers and scientists. It begins with foundational topics like development environments and program structures, then introduces key Python libraries such as NumPy, SymPy, SciPy, Matplotlib, and VPython. Clear explanations and practical exercises help readers write efficient, well-structured code while progressing through increasingly complex projects.The content covers core programming paradigms including functions, branching, and object-oriented design, followed by numerical analysis with NumPy and symbolic math with SymPy. Detailed chapters on data visualization with Matplotlib and 3D animations with VPython enhance comprehension. Additional focus on statistical computations, Boolean algebra, and interactive GUI programming with Tkinter prepares readers for real-world applications. Each chapter ends with project tasks reinforcing hands-on learning.Throughout the book, readers build a strong skill set combining programming expertise and scientific problem-solving. By the end, they will confidently use Python’s libraries to solve diverse engineering and scientific challenges. This practical, project-based approach ensures knowledge is both solid and immediately useful in research and professional work.
Rheinwerk Publishing, Inc, Nouman Azam
This book begins by introducing the core concepts of Rust programming, starting with installation, writing basic programs, and understanding variables, data types, and functions. It covers Rust’s unique ownership system, which is central to the language, explaining how borrowing and memory management work to ensure safety and efficiency. Basic control flow concepts like conditionals and loops are also explored, providing a solid foundation for beginners.As the book progresses, more advanced topics are introduced, such as structs, enums, and collections, which allow for the creation of flexible and efficient data structures. Rust’s powerful memory management features, including smart pointers, lifetimes, and borrowing, are discussed in detail. Readers will also dive into functional programming aspects like closures, iterators, and function pointers, which enhance the flexibility and expressiveness of Rust code.The final chapters focus on concurrency and advanced topics such as macros and web programming. Readers will learn how to handle multithreading in Rust, work with asynchronous programming, and build web servers. Practical problems at the end help reinforce the concepts learned, providing readers with the tools to solve real-world challenges efficiently using Rust.
Scripting. Automation with Bash, PowerShell, and Python
Rheinwerk Publishing, Inc, Michael Kofler
This comprehensive scripting guide empowers system administrators, developers, and power users to automate repetitive IT tasks across platforms using three major scripting languages: Bash, PowerShell, and Python. The book opens with foundational scripting concepts and showcases what you can accomplish with just ten lines of code. It continues with in-depth chapters on each language, emphasizing syntax, control structures, error handling, and modularity.Readers will explore practical techniques for managing files, parsing text, utilizing regular expressions, and working with JSON, XML, and INI formats. The book dives into job automation with cron and Task Scheduler, secure communication via SSH, and scripting in professional environments with tools like Visual Studio Code and Git.The final section applies scripting to real-world cases, including system backups, image processing, web scraping, API consumption, database interactions, cloud integration, and virtual machine automation. With this book, readers build a strong scripting toolkit to efficiently manage modern IT workflows.
Software Architecture and Design. The Practical Guide to Design Patterns
Rheinwerk Publishing, Inc, Kristian Köhler
The journey begins with foundational concepts, exploring the various programming paradigms, including structured, object-oriented, functional, and reactive programming. Early chapters dive deep into design patterns and software architecture, laying the groundwork for understanding core principles and concepts. As the reader progresses, they will grasp the significance of these patterns in creating efficient and scalable systems.The book unfolds by discussing key principles such as SOLID and clean code, providing tools to create maintainable software. It introduces essential patterns such as Factory, Strategy, and Singleton and explains their real-world applications in modern development environments. Each chapter is designed to build practical knowledge, empowering the reader with patterns that enhance system reliability and maintainability.The latter chapters of the book expand on distributed systems, with a focus on communication patterns between services, resilience, and managing state in cloud and microservice environments. By the end, readers will have developed a comprehensive understanding of software architecture, ready to apply design patterns in creating robust, scalable applications.
Spring Boot 3 and Spring Framework 6. The Comprehensive Guide to Modern Java Development
Rheinwerk Publishing, Inc, Christian Ullenboom
This book takes readers on a comprehensive journey through Spring Boot 3 and Spring Framework 6, starting with the essentials of dependency injection and Spring-managed containers. It then explores core modules and proxies to establish a strong foundation for Java application development. Early chapters guide readers through configuring Spring Boot projects and managing dependencies efficiently.The middle sections focus heavily on database integration, including relational databases using Spring JDBC, Jakarta Persistence, and advanced Spring Data JPA techniques. Readers will also learn to work with NoSQL databases like MongoDB and Elasticsearch, enhancing their ability to handle various data storage solutions. The book covers the development of web applications using Spring MVC, RESTful API design, and securing web endpoints.The final chapters emphasize application monitoring with Spring Boot Actuator, logging strategies, and practical deployment options including containerization. Alongside the core content, a dedicated migration chapter assists developers transitioning from Spring Boot 2 to version 3, ensuring they stay current with evolving best practices. This structured approach prepares readers to confidently build, monitor, and deploy modern, production-ready Java applications.
Rheinwerk Publishing, Inc, Kerem Koseoglu
This book starts with an introduction to the fundamentals of SQL and relational databases, including key concepts like tables, schemas, and data types. It provides a solid foundation for beginners, guiding readers through the setup process, including local database installation and SQL IDE configuration.As the book progresses, it dives into SQL operations, such as creating and manipulating databases, tables, and views using Data Definition Language (DDL). Readers will explore Data Manipulation Language (DML) to insert, update, and delete data, as well as learn about stored procedures, triggers, and automation techniques.The final sections focus on advanced topics like transaction control, data querying, and data control. Readers will gain in-depth knowledge of SQL queries, including complex operations such as joins, subqueries, and window functions. The book concludes with database security, user access control, and best practices for maintaining data integrity. By the end, readers will be equipped to apply SQL in real-world applications, ensuring efficient, secure, and optimized database management.
Swift. Swift Essentials: From Core Concepts to Building Real-World iOS Apps
Rheinwerk Publishing, Inc, Kerem Koseoglu
This comprehensive guide to Swift programming covers everything from setting up the development environment to advanced concepts. You will start with the fundamentals like Swift syntax, variables, constants, and functions, followed by deeper topics such as optionals, enumerations, and error handling. The book dives into advanced topics like working with structs, classes, and protocols, providing real-world examples of how to apply these concepts in app development. It also teaches how to master control flow, loops, and conditional statements to write clean, efficient code. You'll learn how to work with Swift's concurrency model, including async functions, tasks, and async streams for parallel execution. Additionally, the book covers Swift's powerful module system, explaining how to structure code with frameworks and packages for better organization and scalability. By the end, you'll have the skills to develop apps using Swift, handle complex programming challenges, and use advanced features like closures, generic functions, and extensions. Whether you're new to programming or experienced with other languages, this book provides everything you need to master Swift and become proficient in iOS app development.