Leanpub Header

Skip to main content

Filters

Category: "Git"

Books

  1. AI coding agents can move faster than Git’s staging-and-commit workflow.Juju-chu! shows how Jujutsu🐦‍⬛ gives you automatic commits, reliable undo, and a safer way to reshape messy AI-generated changes—while staying compatible with Git and GitHub. For developers who already use Git and want a calmer AI workflow.

  2. GIT intermediate
    Know abstractions you use
    Jacek Drąg

    Gain a good sense of Git’s mechanics. Particularly useful when less obvious situations occur. Bearing the proper abstractions in mind, you know why and what should be done; It is easier then, to find the answer to how to do it. paperback edition available on Amazon

  3. GitOps
    Cloud-native Continuous Deployment
    Dr. Simon Harrer, Florian Beetz, and Anja Kammer

    GitOps has caused quite some fuss on Twitter and KubeCon, and still continues to do so. This book aggregates the essence of GitOps to help clear up the confusion. This book answers the following questions:What is GitOps?Why should I use GitOps?How does GitOps work?How to get started with GitOps on Kubernetes?What's the Future of GitOps?

  4. Painless Git
    A Sane Person's Guide to Distributed Development
    Nate Dickson

    Hello friend. Do you feel like you need to know git, but you don't? Well now you can! Painless Git is all about learning and having a good time doing it.

  5. Git in the Age of AI Agents.
    The Operational Playbook for Coordinating Engineers, Agents, and Subagents Without Losing Control of Your Application
    Victor PEREZ

    AI agents can produce code faster than teams can safely review and integrate it. This practical playbook shows how to use Git, branches, worktrees, prompts, safeguards, and recovery procedures to coordinate engineers, agents, and subagents without losing control of your application.

  6. Git à l’ère des agents IA
    Versionner, isoler, intégrer et récupérer le travail des agents et des sous-agents
    Victor PEREZ

    Les agents IA produisent désormais du code plus vite que les équipes ne peuvent le contrôler. Ce guide opérationnel explique comment utiliser Git pour isoler les missions, coordonner agents et sous-agents, sécuriser l’intégration et récupérer un projet sans perdre son travail ni son historique.

  7. The Atomic Engine: Applied Reactor Physics & Computational Simulation
    Are you ready to move from theoretical equations to building real-world nuclear simulators?
    Anas AhmedAdawy

    Ready to move from theoretical equations to building real-world nuclear simulators? Discover the complete roadmap to translating complex neutron diffusion equations and reactor kinetics into efficient, professional Python code using NumPy and Numba. This book bridges the gap between rigorous nuclear physics and high-performance computational modeling to elevate your engineering skills.

  8. No Description Available
  9. Git Mastery: From First Commit to Expert
    The Complete Practical Guide — Fundamentals, Workflows, Internals, and Real-World Problem Solving
    Steve Publications

    Stop memorizing Git commands and learn how Git actually works. Git Mastery: From First Commit to Expert covers everything from version control basics to advanced workflows, debugging and Git internals with practical examples that help you collaborate with confidence and solve Git problems on your own.

  10. GitOps the Hard Way, with Argo CD
    Build Real GitOps Pipelines From Empty Clusters to Automated Deploys
    Aymen El Amri

    Go from an empty cluster to a self-deploying GitOps pipeline, doing every step yourself: Applications, sync policy, hooks, RBAC, Helm, ApplicationSets, and a setup that ships every branch on push. You finish with a pipeline you can explain line by line, not a demo you watched run.

  11. GitOps with ArgoCD
    A Comprehensive Guide
    Sudhanshu Jaiswal

    Modern cloud systems require automation, consistency, and reliability. GitOps With ArgoCD shows how to manage Kubernetes applications using Git as the single source of truth while enabling automated deployments, policy enforcement, and scalable multi-cluster operations.Learn how DevOps teams use ArgoCD to simplify continuous delivery, improve infrastructure visibility, and maintain secure and reproducible environments.

  12. Android In The Real World
    Android in the real world: Engineering Jetpack Compose, performance, architecture, and scale under real production constraints.
    Fabio Chiarani

    A senior level Android book about what actually breaks in production: Compose, performance, architecture, build systems, CI, and scale. Less “hello world”, more “keep it alive”.

  13. Modern Banking Microservices with Clean Architecture, DDD, TDD, .NET 10, and Angular 21 (nx Monorepo)
    A Complete Engineering Guide to Building Production-Grade Banking Systems Using Microservices, Docker, CI/CD, Testing, and Angular Nx Monorepos
    Gustavo Felix

    Build a real-world digital banking platform from scratch using .NET 10, Clean Architecture, DDD, Angular 21 (Nx Monorepo), Docker, PostgreSQL, and GitHub Actions CI/CD. This hands-on, full-stack guide shows you how fintech systems are built in modern software teams—covering microservices, secure APIs, authentication, event-driven architecture, automated testing, containerization, and more. No shortcuts, no toy examples. Just real engineering.

  14. Production Ready Data Science
    From Prototyping to Production with Python
    Khuyen Tran

    Are you a data scientist or analyst struggling to take your Jupyter Notebook prototypes to the next level? Have you encountered challenges with code organization, reproducibility, or collaboration as your data science projects grow in complexity? This book is the solution you’ve been seeking. This comprehensive guide bridges the gap between data analysis and software engineering, providing you with the essential tools and best practices to transform your data science projects into scalable, maintainable, and collaborative solutions.

  15. Master GitOps with Argo CD
    A hands-on guide to managing Kubernetes with GitOps
    Kirshi Yin | Curious Devs Corner

    Take control of Kubernetes with GitOps and Argo CD. This book shows you how to deploy, secure, and scale your applications step by step — from the basics to advanced patterns.