Free & Open IT Books Library
IT-eBooks.dev is a reference library of free, open-access IT books, tutorials, and source code.
All resources in our collection are legally shared under open licenses or with direct author permission.
[localhost]# grep "2025" New_Releases.log | shuf -n 6
Beej's Guide to Network Programming
This practical guide offers a clear introduction to network programming using Internet sockets, commonly referred to as 'sockets programming.' While the sockets API originated in Berkeley, it has since been adapted across various platforms, including Unix, Linux, and Windows. Though the API can be overwhelming at first, this book simplifies the lea
Intermediate Statistics with R
Introductory statistics courses prepare students to think statistically but cover relatively few statistical methods. Building on the basic statistical thinking emphasized in an introductory course, a second course in statistics at the undergraduate level can explore a large number of statistical methods. This text covers more advanced graphical su
Exploring JavaScript, ES2025 Edition
This book makes JavaScript less challenging to learn for newcomers by offering a modern view that is as consistent as possible. Highlights: - Get started quickly by initially focusing on modern features. - Test-driven exercises available for most chapters. - Covers all essential features of JavaScript, up to and including ES2022. - Optional advance
The Linux Kernel Module Programming Guide
The Linux Kernel Module Programming Guide is a comprehensive and practical resource for developers looking to dive into Linux kernel module development. Written by experienced contributors, this guide covers essential concepts, from writing simple "Hello World" modules to advanced topics like character device drivers, system calls, and synchronizat
Think Stats, 3rd Edition
If you know how to program, you have the skills to turn data into knowledge. This thoroughly revised edition presents statistical concepts computationally, rather than mathematically, using programs written in Python. Through practical examples and exercises based on real-world datasets, you'll learn the entire process of exploratory data analysis
Rexx Programmer's Reference, 2nd Edition
Of all the free scripting languages, why should you learn Rexx? Rexx is unique in that it combines power with ease of use. Long the dominant scripting language on mainframes, it is definitely a "power" language, yet it is also so easy to use that its popularity has expanded to every conceivable platform. Today Rexx developers use the language on Wi
[localhost]# tail -6 Recently_Added_Books.log
Application of Network Function Virtualization in Modern Computer Environments
The Internet's exponential growth is driven by the development and emergence of advanced technologies, attended by a flood of new services. The maturity of these technologies is a decisive factor in the progress of the entire telecom industry, leading to a profound transformation of computer networks from traditional, hardware-centric functions to
Statistical Analysis of Networks
This open book is a general introduction to the statistical analysis of networks, and can serve both as a research monograph and as a textbook. Numerous fundamental tools and concepts needed for the analysis of networks are presented, such as network modeling, community detection, graph-based semi-supervised learning and sampling in networks. The d
AI-Native Software Delivery
AI coding assistants are helping teams create software faster than ever. But to turn that speed into real innovation, organizations must go beyond writing code and deliver software quickly, securely, and reliably. While AI-assisted coding is now mainstream, what happens after the code is written is still catching up. AI-Native Software Delivery is
Kubernetes Cookbook, 2nd Edition
Kubernetes is the de facto standard for container orchestration and distributed applications management across a microservices framework. With this practical cookbook, you'll learn hands-on Kubernetes recipes for automating the deployment, scaling, and operations of application containers across clusters of hosts. In this fully updated 2nd edition,
First Semester in Numerical Analysis with Python
This book is based on "First semester in Numerical Analysis with Julia". The contents of the original book are retained, while all the algorithms are implemented in Python (Version 3.8.0). The authors present Python as an open source (under OSI), interpreted, general-purpose programming language that has a large number of users around the world. Th
Introduction to GNU Octave, 3rd Edition
This guide introduces GNU Octave, a powerful, open-source software environment for scientific computing and numerical problem-solving. Through practical applications in linear algebra and calculus, readers will learn to leverage Octave's computational capabilities while strengthening their mathematical understanding. The text demonstrates Octave's
[localhost]# awk '{print $1}' Most_Downloaded_Books.log | sort | uniq -c | sort -nr | head -6
The Official Raspberry Pi Handbook 2023
Discover the true potential of Raspberry Pi with the new, official Handbook 2023. With over 200 pages of amazing projects, fun tutorials, practical guides, and clear reviews, it has everything you need to master Raspberry Pi! Inside The Official Raspberry Pi Handbook 2023 - QuickStart guide to setting up your Raspberry Pi computer - Make stuff with
Foundations of Machine Learning, 2nd Edition
A new edition of a graduate-level machine learning textbook that focuses on the analysis and theory of algorithms. This book is a general introduction to machine learning that can serve as a textbook for graduate students and a reference for researchers. It covers fundamental modern topics in machine learning while providing the theoretical basis a
Blockchain For Dummies, 2nd Edition
Blockchain For Dummies, 2nd IBM Limited Edition, equips you with an understanding of what blockchain is, how it works, and how it can enhance your business and the industry in which it operates. You learn the fundamentals of blockchain and how this technology revolutionizes transactions and business networks. You also discover the important differe
Managing Cloud Native Data on Kubernetes
Is Kubernetes ready for stateful workloads? This open source system has become the primary platform for deploying and managing cloud native applications. But because it was originally designed for stateless workloads, working with data on Kubernetes has been challenging. If you want to avoid the inefficiencies and duplicative costs of having separa
An Introduction to C & GUI Programming, 2nd Edition
Freshly updated for GTK3, the 2nd edition of An Introduction to C & GUI Programming will teach you all you need to know to write simple programs in C and start creating GUIs, even if you're an absolute beginner. The first half of the book is an introduction to C, and covers the basics of writing simple command-line programs. The second half shows h
Security as Code
DevOps engineers, developers, and security engineers have ever-changing roles to play in today's cloud native world. In order to build secure and resilient applications, you have to be equipped with security knowledge. Enter security as code. In this book, authors BK Sarthak Das and Virginia Chu demonstrate how to use this methodology to secure any