AI Books
Introduction to Data Science Using Python
Data science is the process of representing models that fit data. Its goal is to predict future output based on past observations of inputs. In data science, one collects information and interprets it to make decisions. This open book contains two parts, the first is designed to be used in an introductory programming course for students looking to
Microservices vs. Service-Oriented Architecture
Right now, the microservices architecture pattern is a rising star in the IT industry. For many, these small, highly decoupled services are a welcome alternative to the big, expensive, complicated Service-Oriented Architecture (SOA) style that came to prominence a decade ago. But just how different are microservices from SOA? In this report, Mark R
Transitioning to .NET Core on Red Hat Enterprise Linux
Everything in the .NET world has changed, and decidedly for the better. Not only is .NET Core now an open source framework, but thanks to Microsoft's recent partnership with Red Hat, you can develop and run .NET web applications on Linux. In this report, author Don Schenck shows you how to create simple applications with ASP.NET, MVC, and Entity Fr
Modern Object Pascal Introduction for Programmers
There are numerous books and resources about Pascal available, but a significant number of them focus on the older versions of the language, lacking coverage of classes, units, or generics. For this reason, the author has written a quick introduction to what they refer to as modern Object Pascal. It is worth noting that most programmers who use it
The Official Raspberry Pi Camera Guide, 2nd Edition
Add the power of HDR photography, Full HD video, and AI image recognition to your Raspberry Pi projects with Camera Modules. Give intelligence and depth to your creations, making your projects smarter and more responsive. Plus, the new Al Kit supercharges your Raspberry Pi Camera Module with image recognition, enabling it to act and react to the wo
Enterprise Architecture for Digital Business
Digital transformation has accelerated nearly tenfold in recent years as both a business and technology journey. Yet, most white papers and how-to guides still focus solely on the business side, rather than include methods for optimizing the technology behind it. This handbook shows CIOs, IT directors, and architects how to balance these two concer
Introduction to Ada
Today, Ada is heavily used in embedded real-time systems, many of which are safety critical. While Ada is and can be used as a general-purpose language, it will really shine in low-level applications: - Embedded systems with low memory requirements (no garbage collector allowed) - Direct interfacing with hardware - Soft or hard real-time systems -
FreeBSD Architecture Handbook
The "FreeBSD Architecture Handbook" book provides a comprehensive technical reference for the internal architecture and subsystems of the FreeBSD operating system. It details kernel internals including bootstrapping processes, locking mechanisms, and system initialization frameworks like SYSINIT. The handbook extensively covers security architectur
R Packages, 2nd Edition
Turn your R code into packages that others can easily install and use. With this fully updated edition, developers and data scientists will learn how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used by the team that maintains the "tidyverse" suite of packages. In the process
Modernizing Enterprise Java
While containers, microservices, and distributed systems dominate discussions in the tech world, the majority of applications in use today still run monolithic architectures that follow traditional development processes. This practical book helps developers examine long-established Java-based models and demonstrates how to bring these monolithic ap