Kick off your book project in 2 hours, get started with GhostAI in 2 hours, or do both! Free live workshops, on Zoom. You’ll leave with a real book project and a clear plan to keep going. Saturday, June 27, 2026.

Leanpub Header

Skip to main content

Filters

Category: "Software Engineering"

Courses

  1. Stratospheric - From Zero to Production with Spring Boot and AWS
    Hands-on online course to learn all you need to know to get a Spring Boot application into production with AWS.
    Philip Riecks, Björn Wilmsmann, and Tom Hombergs

    Hands-on online course to learn all you need to know to get a Spring Boot application into production with AWS. Visit our landing page for a tour of the contents. Make sure to get familiar with all available bundle options before enrolling.

  2. Manifest Android Interview Course
    The ultimate guide to cracking Android & Compose technical interviews.
    Jaewoong

    To ace your next Android developer job interview, focus on truly understanding the concepts, not just memorizing answers, and practicing how to apply them. With over 250 quiz questions, 370 practical and follow-up questions with full answers, and 60+ pro tips, this course helps you sharpen skills, understand the why, and prepare for real-world technical challenges. ISBN: 979-8285926436

  3. The Quality Coach's Handbook Course
    Mastering the Quality Coach Role in Organisations
    Anne-Marie Charrett

    The Quality Coach's Handbook course is the training you need to shift to a model where the whole team owns quality, and in particular where software engineers design, build, test and support software. This course includes nearly three hours of exclusive video interviews with the author, covering questions related to the course.

  4. Composing Software
    An Exploration of Functional Programming and Object Composition in JavaScript
    Eric Elliott

    All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.

  5. Jetpack Compose Mechanisms Course
    A dissection of what runs beneath every @Composable
    Jaewoong

    This book takes you straight into the Compose compiler, runtime, and UI layer, all about Compose performance tuning, reading the source line by line and explaining the why behind every design decision, then connecting each internal mechanism back to the code you write every day. With four in-depth chapters, 40+ original diagrams, dozens of "In Practice" sections, and "Pro Tips for Mastery" sidebars, it turns Compose from a set of APIs you memorize into a system you can reason about from first principles, debug with confidence, and optimize with intent.

  6. GNU make and Makefile for C/C++ Projects
    Learn GNU make and Makefile to automate project build and tasks
    Suresh Kumar Srivastava

    Learn GNU make and Makefile to automate project build and tasks

  7. How to Build a Typed JSON Configuration Library in Modern C++
    From JSON Parsing to Compile-Time Reflection: Build a Production-Ready Header-Only Configuration Library with C++23
    Eduard Ghergu, Ph.D.

    Ever wondered how configuration libraries work under the hood?Most C++ courses teach you how to use libraries. But in this course, you'll build one—from scratch. You'll discover:Why header-only libraries are the gold standard for C++ distributionHow compile-time reflection with CRTP eliminates repetitive mapping codeWhy dot-notation makes nested JSON access elegant and intuitiveHow to provide crystal-clear error messages that save hours of debuggingAnd how to build a production-ready library that you can actually use in your projects No black boxes. No magic. Just C++23 at its best. By the end, you won't just know how to use a configuration library—you'll know exactly how it works, why it's designed that way, and how you can build your own. Ready to build your own typed JSON configuration library in modern C++?