Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Computers and Programming

  1. API Rate Limiting & Throttling
    API Rate Limiting & Throttling
    Distributed Quotas, Kubernetes Protection, Tenant Fairness, and Go Middleware
    Luca Sepe

    Another Production Field Manual: protect APIs before overload becomes an outage with rate limiting, throttling, and tenant fairness.

  2. System analysis and design VOL-2
    System analysis and design VOL-2
    Concepts techniques and real world applications for bca BBA mca MBA& IT professionals
    Anshuman Mishra

    Designing software is only the beginning.The true challenge lies in transforming well-designed systems into reliable, scalable, secure, and maintainable solutions that solve real-world business problems.That is precisely where System Analysis and Design: Concepts, Techniques, and Real-World Applications (Vol-II) begins.

  3. The TypeScript Way VOL-II
    The TypeScript Way VOL-II
    A Developer’s Guide to Modern Web Development
    Anshuman Mishra

    Writing TypeScript is only the beginning.Mastering TypeScript means learning how to design software that is scalable, reusable, maintainable, and capable of supporting applications used by millions of users.That is where The TypeScript Way: A Developer's Guide to Modern Web Development (Vol-II) begins.

  4. The TypeScript Way VOL-1
    The TypeScript Way VOL-1
    A Developer’s Guide to Modern Web Development
    Anshuman Mishra

    Modern web development has evolved dramatically over the past decade.Applications have become larger, more interactive, and increasingly complex. As projects grow, maintaining reliable JavaScript code becomes more challenging, leading to bugs that are often discovered only after deployment.What if many of those errors could be detected before your application even runs?

  5. 커밋 로그
    커밋 로그
    지나온 자리는 지워지지 않는다
    Chaesang Jung

    30년을 엔지니어로 살며 손에 익은 단어들을 하나씩 꺼내, 그 단어가 처음 다가왔던 자리를 적었다. 일터 한구석에 토막토막 남겨 둔 글들이, 어느새 한 권으로 쌓였다.

  6. Recursive DNS in Zig
    Recursive DNS in Zig
    Building a High-Performance DNS Resolver from First Principles
    Steve Publications

    Here's a shorter version:Go beyond DNS lookups and build a high-performance recursive DNS resolver in Zig from the ground up. Through a hands-on implementation, you will master the protocols, algorithms, and systems programming techniques that power one of the internet's most essential services.

  7. The Nim Programming Language
    The Nim Programming Language
    From Fundamentals to Expert-Level Mastery
    Steve Publications

    Discover the power of Nim, a language that combines Python's simplicity with C-level performance. Through practical examples and real-world projects, this book will help you master Nim and build fast, reliable, production-quality software.

  8. The Art of Erlang
    The Art of Erlang
    Building Concurrent, Fault-Tolerant Systems with the Language of the Telecommunications Era
    Steve Publications

    Erlang was created to build systems that never stop. From its origins in telecommunications to modern platforms like WhatsApp and RabbitMQ, its approach to concurrency and fault tolerance has shaped some of the world's most reliable software. This book teaches both the language and the principles behind building resilient, production-ready systems.

  9. AArch64 (ARM64) Assembly Programming
    AArch64 (ARM64) Assembly Programming
    From Fundamentals to Advanced Systems Programming
    Steve Publications

    Master AArch64 assembly with a practical guide that covers ARM64 fundamentals, advanced instruction sets, performance optimization, debugging, and systems programming. From your first instructions to writing efficient low-level code, this book provides the knowledge and hands-on examples you need.

  10. TypeScript Mastery 2026
    TypeScript Mastery 2026
    From First Principles to Production-Ready Applications
    Steve Publications

    Master TypeScript from the fundamentals to advanced patterns with a practical, project-based guide. Updated for the 2026 ecosystem, this book covers TypeScript 6.0, the upcoming Go-native TypeScript 7.0 compiler, Bun, Deno, and the skills needed to build modern, production-ready applications.

  11. Deep Learning with Python: From Fundamentals to Frontiers
    Deep Learning with Python: From Fundamentals to Frontiers
    A Complete Guide to Building, Training, and Deploying Neural Networks
    Steve Publications

    Deep learning is transforming the world, and this book provides a clear, practical path to mastering it. Through concise explanations and hands-on Python examples, you will learn to build, train, optimize, and deploy neural networks with confidence for real-world applications.

  12. BerryBasiC
    BerryBasiC
    The Bare-Metal Basic for RaspberryPi4
    Ferenc Deak

    Another BASIC? Really? ... but what sets BerryBasiC apart from every other contemporary BASIC is where it runs: on bare metal. It is not an application on Linux or Windows, but a single program running on the Raspberry Pi. When the Pi powers on, there is no operating system to load, BerryBasiC takes the role of the operating system, just like on a classic BBC Micro or a Commodore. Curios? Dig In!

  13. Building Programming Languages with Rust
    Building Programming Languages with Rust
    From Lexers to LLVM: A Complete Guide to Language Implementation
    Steve Publications

    Learn how to build a modern programming language from scratch in Rust. By implementing a complete language called Rune, you will explore every stage of language design, from lexing and parsing to type checking, virtual machines, LLVM code generation, and developer tooling, with practical code and clear explanations throughout.

  14. Inside the Debugger: Building a Source-Level Debugger in Rust
    Inside the Debugger: Building a Source-Level Debugger in Rust
    A Deep Dive into Processes, Memory, Breakpoints, and DWARF Debug Information
    Steve Publications

    Build a source-level debugger in Rust from the ground up while uncovering the operating system, CPU, and compiler mechanisms behind modern debugging. Through hands-on implementation, you'll learn how processes, memory, breakpoints, and DWARF debug information come together to make source-level debugging possible.

  15. Lua Programming: From First Script to Full Mastery
    Lua Programming: From First Script to Full Mastery
    A Complete Guide to the Language Powering Games, Engines, and Embedded Systems
    Steve Publications

    Learn Lua from your first script to advanced programming techniques with a practical, hands-on guide. Whether you are building games, scripting applications, or exploring embedded systems, this book gives you the knowledge to write clean, efficient Lua code with confidence.