2 674
مشترکین
+124 ساعت
-27 روز
+430 روز
آرشیو پست ها
2 674
Recursion: Mathematics and Python 2027
Автор: Yung-Hsiang Lu
The book adopts a consistent pedagogical approach throughout. Each topic begins with a mathematical or conceptual formulation that highlights the recursive structure of the problem. Readers are guided to identify parameters, base cases, and recursive relationships before translating these ideas into Python programs. Examples are chosen to identify recurring patterns across domains, including integer partitions, Tower of Hanoi, parentheses counting, binary search, quick sort, Sudoku solving, maze traversal, tree structures, and data compression. Code examples are written for clarity. Readers can follow execution flow and understand how recursive calls interact with computer memory. This book also explains how to reduce the recursion time by identifying and removing redundant computation.2 674
The Craft of Post-Training: A Practical Guide for AI Engineers and Developers 2026
Автор: Chris von Csefalvay
A pre-trained model has read most of the internet—and can be trusted with almost none of it. Post-training is the work that changes that: where you take a raw, general model and shape it into something that behaves, follows instructions, refuses what it shouldn’t do, and handles the specific job you need. It’s the human hand on the machine, and the part almost no one explains.2 674
The Art of 64-Bit Assembly, Volume 2: Machine-Level OOP, Exceptions, and Concurrency 2026
Автор: Randall Hyde
This book generally assumes that you have read through the first book in this series, Ao64Av1. In theory, any accomplished assembly language programmer should have little trouble reading and understanding the material in this book (even without having read the first volume). However, many of the examples in this volume build on the examples and library code developed in the first one.2 674
jаvascript Crash Course: A Hands-On, Project-Based Introduction to Programming (Final Release) 2024
Автор: Nick Morgan
jаvascript is the programming language of the internet—the secret sauce that makes websites dynamic, responsive, and all-around awesome. This fast-paced tutorial quickly teaches total beginners how to code in this popular, easy-to-learn language. Light-hearted and hands-on, the book introduces you to programming essentials through fun examples, hands-on exercises, and cool projects like building a Pong-style computer game. You’ll discover all of the important aspects of the language (without delving into expert-level nitty-gritty details or confusing jargon) as you develop a fast knack for programming with jаvascript.2 674
Digital Twins in Action (Final Release) 2026
Автор: Greg Biegel
A digital twin is a software-based replica of a physical system that can be used to operate, monitor, and maintain it remotely. Working together, IoT sensors, 3D visualizations, simulation algorithms, AI models, and even robotics give a digital twin an impressive degree of control. This virtual environment is perfect for testing ideas, exploring "what if" scenarios, and unlocking insights—all without making costly changes in reality.2 674
CompTIA Linux+ Study Guide: Essential Exam Prep 2026
Автор: Angel Sayani
While most operating systems come and go, Linux has steadily become the backbone of modern computing. The CompTIA Linux+ certification is the industry's most respected vendor-neutral credential, and the XK0-005 exam is your gateway to earning it. This study guide is a comprehensive learning solution, covering all exam objectives from system configuration and security to automation and troubleshooting.2 674
Video Generation with AI: Working with Diffusion Transformers and Multimodal Learning (Final Release) 2026
Автор: Joseph Enochs
Video generation is rapidly becoming a key area in generative AI—combining spatial, temporal, and multimodal reasoning to produce moving images that are both coherent and creative. For many practitioners, however, understanding how these models function and implementing them remains a significant challenge. Video Generation with AI offers a straightforward guide for exploring this new terrain.2 674
Observability Engineering: Achieving Production Excellence, 2nd Edition (Final Release) 2026
Автор: Charity Majors
Observability is the only way to engineer, manage, and improve the business-critical systems that customers depend on every day—and as the complexity of software grows, so does the need for observability. With this thoroughly revised second edition, authors Charity Majors, Liz Fong-Jones, and George Miranda take inventory of the current state of the field and explain how practitioners can evolve their observability practices from collecting separate, disparate signals to unified data workflows.2 674
The Art of Code: The surprising power of beauty in software development (Final Release) 2026
Автор: Sandrine Banas
Software development is an inherently creative activity, and yet we regularly reduce it to the formulaic or mechanical. This book reveals how aesthetics can be important in programming and why elegant code often yields profound practical benefits. By prioritizing code beauty you raise the standards of your entire codebase. You make it easier to maintain, extend, and onboard developers, even (or especially) when you’re doing agentic coding. This guide for developers discusses how artful coding directly reduces bugs and increases system durability. It will deeply enhance your personal satisfaction as a developer.2 674
The C# Type System 2026
Автор: Steve Love
Harness the power of the C# type system to write programs that are clearer, simpler, and more efficient.
The type system is the foundation upon which all C# programs are built. The C# Type System will show you how todefine and implement value types effectively, and write more performant and robust code. Real-world code examplesand test cases throughout will elevate your programming with C# and show you how best to implement the principlesyou’re learning.