Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Computers and Programming

  1. Prediction Market Trading: Quantitative Strategies & AI-Powered Bot for Polymarket
    No Description Available
  2. A OPERATOR'S HANDBOOK
    A OPERATOR'S HANDBOOK
    Notes from the invisible profession
    Barton E Nicholls

    The draft ones were never sent. The post-mortems never said what really happened. The meetings never heard what you actually thought. This is the book that does.

  3. Laravel 12 Authentication and Authorization from Scratch
    Laravel 12 Authentication and Authorization from Scratch
    Build and Understand a Complete Login System with Breeze, Sessions, Middleware and Admin Authorization
    Roberto Stepic

    Stop copying Laravel tutorials without understanding them. Build a complete authentication system step-by-step and finally understand what is happening behind the scenes.

  4. Solana Development на Rust
    Solana Development на Rust
    Ларин Семен

    # Предисловие ## Почему эта книга? В 2024 году я начал снимать видеоуроки по Rust на YouTube. За год вышло более 50 уроков — от основ до продвинутых тем: Solana, Go, LeetCode, GameFi. Но видео — это не навсегда. Они теряются в ленте рекомендаций, устаревают, их нельзя легко найти по конкретной теме. Тогда я решил: **лучший способ сохранить знания — написать книгу**. Это не учебник по блокчейну. Это не перевод документации. Это — **конспект практического опыта**. Каждая глава родилась из реальной разработки: - Я писал код для проектов на Solana - Сталкивался с ошибками и исправлял их - Объяснял материал ученикам и зрителям - Отвечал на вопросы в комментариях Результат — книга, которая проведёт тебя от "Hello, Lamports" до собственного SPL-токена. ## Для кого эта книга? **Эта книга для тебя, если:** - Ты уже знаешь Rust на базовом уровне - Хочешь войти в блокчейн-разработку - Устал от абстрактных туториалов и хочешь практики - Ищешь структурированный материал на русском языке **Эта книга НЕ для тебя, если:** - Ты ищешь академический труд по криптографии - Тебе нужна теория без практики - Ты уже опытный Solana-разработчик ## Как читать эту книгу 1. **Последовательно** — материал выстроен от простого к сложному 2. **С кодом** — каждая глава включает рабочие примеры 3. **С практикой** — в конце каждой главы есть задания Рекомендую не просто читать, а **повторять код самостоятельно**. Блокчейн-разработка — это навык, который требует практики. ## Структура книги | Блок | Главы | Что получишь | |------|-------|--------------| | Основы | 1-4 | Понимание архитектуры Solana | | Anchor | 5-7 | Умение писать программы быстро | | Продвинутое | 8-11 | PDA, CPI, сложные сценарии | | Токены | 12-13 | Создание собственных токенов | | Деплой | 14-15 | Запуск в реальной сети | ## От автора Я верю, что образование должно быть доступным. Эта книга — мой вклад в русскоязычное сообщество разработчиков. Если ты дочитал до этого места — ты уже молодец. Блокчейн сложен, но ты справишься. Удачи в изучении! — **Rust & Beyond** --- *P.S. Если возникнут вопросы — пиши в комментариях к видео на YouTube или в Telegram. Я отвечаю на все вопросы.*

  5. Claude Code - Dominando o Desenvolvimento com IA

    Claude Code é a ferramenta mais poderosa que a maioria dos desenvolvedores usa a 10% do potencial. Em 18 capítulos práticos, você vai construir uma aplicação full-stack do zero enquanto domina hooks, subagentes, servidores MCP, skills customizadas e tudo que separa quem digita prompts de quem orquestra agentes de IA.  

  6. The Modern C++ and STL Interview Compendium
    The Modern C++ and STL Interview Compendium
    Interview Questions and Answers for Modern C++ Developers
    Yohan Rodriguez

    A practical interview reference covering Modern C++ language features, STL usage, concurrency, and performance (525 manuscript pages).

  7. CAS Internals: A Journey Through the Central Authentication Server Codebase

    Across 30 chapters, you'll trace real code paths through nearly 400 CAS modules, learning the architecture decisions, design patterns, and implementation techniques that hold this massive system together. Whether you're a CAS contributor trying to fix a tricky bug, an architect evaluating CAS for your organization, or a Java developer who wants to study a mature, real-world Spring Boot application at scale — this book gives you the map. Written by a long-time CAS committer who has been involved since the original CAS 3.0 architecture, this book distills years of hard-won knowledge into a single, code-level reference.

  8. Rust for Javascript Developers
    Rust for Javascript Developers
    A Practical Guide to Systems Programming for the Web Developer
    Dwayne Charrington

    Learn Rust the fast way, by mapping it to the JavaScript you already know. Go from ownership and traits to building a CLI, an Axum web server, a SQLx database layer, and WebAssembly modules you can call straight from JavaScript.

  9. Game Engine Foundations With C++
    Game Engine Foundations With C++
    A Practical Guide for Modern C++ Developers
    gareth thomas

    Game Engine Foundations With C++: Build Professional-Grade Game Engines from ScratchIf you’re an experienced C++ developer looking to design, build, and optimize your own high-performance game engine, this is your blueprint.Most books waste your time with beginner fluff. This one gets straight to the engineering. You’ll learn how to create your own modular, scalable, production-ready game engine—step-by-step—without filler or irrelevant toy examples.

  10. The Java and Spring Boot Interview Compendium
    The Java and Spring Boot Interview Compendium
    Interview Questions and Answers for Java and Spring Boot Developers
    Yohan Rodriguez

    A practical backend interview reference covering modern Java and Spring Boot development (1363 manuscript pages).

  11. The Angular and TypeScript Interview Compendium
    The Angular and TypeScript Interview Compendium
    Interview Questions and Answers for Angular and TypeScript Developers
    Yohan Rodriguez

    A structured front-end interview guide focused on Angular internals and TypeScript fundamentals (444 manuscript pages).

  12. Logic-First Coder
    Logic-First Coder
    Mastering Algorithmic Thinking, Problem Solving, and Clean Code Architecture
    Alex R. Insight

    Stop being a syntax typist. Master Clean Code Architecture and Algorithmic Thinking to become a professional Software Architect in 2026. This blueprint teaches you to build Scalable Systems using Binary Logic, Big O Notation, and proven Software Engineering Patterns. Perfect for the modern Backend Developer, self-taught coder, and Tech Entrepreneur looking to design high-performance software from scratch.

  13. C++ for High-Performance AI and Machine Learning Applications
    C++ for High-Performance AI and Machine Learning Applications
    Optimizing Computational Efficiency for Cutting-Edge AI Solutions
    gareth thomas

    Unlock the full potential of C++ to revolutionize your AI and machine learning projects with this definitive guide to high-performance computing. Whether you're an experienced developer or an ambitious newcomer, this book is your gateway to mastering the art of optimizing computational efficiency for cutting-edge AI solutions.

  14. Proving the Machine
    Proving the Machine
    Abdulkabir Musa

    98% test coverage. Zero errors in staging. And a race condition in production that wiped out two weeks of trading profit in three minutes. Proving the Machine is for the engineer who has hit that wall — and is ready to move from probabilistic confidence to mathematical certainty.

  15. Construí tu Primer Emulador
    Construí tu Primer Emulador
    Aprendé cómo funciona un emulador por dentro, construyendo una NES desde cero
    Matias Salles
    No Description Available