Leanpub Header

Skip to main content

Filters

Category: "Functional Programming"

Functional Programming

  1. Functional Programming Made Easier
    Functional Programming Made Easier
    A Step-by-Step Guide
    Charles Scalfani

    A Functional Programming book from beginner to advanced without skipping a single step along the way. In my 40 years of programming, I've felt that programming books always let me down, especially Functional Programming books. So, I wrote the book I wish I had 5 years ago. Functional Programming will never be easy, but it can be easier.

  2. Multi-Paradigm Programming
    Multi-Paradigm Programming
    Combining Functional, Object-Oriented, and Lisp Paradigms for Software Design and Implementation
    Marty Yoo

    Multi-Paradigm Programming shows how to blend object-oriented, functional, imperative, and logic styles into a single, pragmatic toolkit.

  3. Functional Event-Driven Architecture
    Functional Event-Driven Architecture
    Powered by Scala 3
    Gabriel Volpe

    Explore the event-driven architecture (EDA) in a purely functional way. Learn to design and develop distributed systems that scale. Identify common design patterns in such systems. Take your functional programming skills to the next level by joining me in developing a distributed system powered by Apache Pulsar and Fs2 streams, all in Scala 3!

  4. The Art of Functional Programming

    A master class on the fundamentals and principles of functional programming. It contains 20 programming challenges with detailed solutions and 44 quizzes with answers and explanations. Moreover, 84 diagrams graphically illustrate how concepts and techniques work. Two real-world use cases show how to apply functional programming in practice.

  5. Learning Common Lisp
    Learning Common Lisp
    A Complete Guide to Common Lisp Programming from First Principles to Advanced Metaprogramming
    Steve Publications

    Discover the power of Common Lisp through a clear, practical guide that takes you from your first S-expression to advanced macros, CLOS and the condition system. Learn not just how Lisp works but why it remains one of the world's most influential programming languages.

  6. Java Backend Coding Technology
    Java Backend Coding Technology
    Less art, more engineering
    Sergiy Yevtushenko

    Stop debating code style. Start engineering code. Every developer brings personal preferences. Every AI tool channels different training examples. The result? Inconsistent codebases, endless code reviews, and technical debt that compounds silently. Java Backend Coding Technology introduces a radical idea: reduce the space of valid choices until there's essentially one good way to do most things. Not through rigid frameworks, but through a small set of patterns that make structure predictable, refactoring mechanical, and business logic visible. The code you write, your teammate writes, and your AI assistant generates will look the same -- because the patterns leave no room for subjective variation.

  7. Mastering F#
    Mastering F#
    A Complete Guide from Fundamentals to Advanced Functional Programming
    Steve Publications

    Whether you're new to programming or expanding your .NET skills, this book will help you master F# from the ground up. Through practical examples and real projects, you'll learn to write clean, reliable code, embrace functional programming and build modern applications with confidence.

  8. Practical FP in Scala
    Practical FP in Scala
    A hands-on approach
    Gabriel Volpe

    A practical book aimed for those familiar with functional programming in Scala who are yet not confident about architecting an application from scratch. Together, we will develop a purely functional application using the best libraries in the Cats ecosystem, while learning about design patterns and best practices.

  9. NixOS in Production
    NixOS in Production
    The NixOS handbook for professional use ONLY
    Gabriella Gonzalez

    Want to use NixOS "for real" at work? Interested in learning one of the hottest emerging DevOps technologies? Jumpstart your professional career by reading this book authored by a professional user of NixOS.

  10. Functional Java
    Functional Java
    with Vavr
    dimitris papadimitriou

    Practical functional programming in Java using Vavr functional library

  11. Essential F#
    Essential F#
    Ian Russell

    Everywhere you look, programming languages are gaining functional features. The problem is that it's not the individual features that make functional programmers happy, it's the way that your approach to writing software and the features work together to help you write simple code to solve interesting problems. This concise, practical ebook will help you discover why F# is such a popular language with those who have spent time learning its secrets. 

  12. Building Conduit
    Building Conduit
    Applying CQRS/ES to an Elixir and Phoenix web app
    Ben Smith

    Discover why functional languages, such as Elixir, are ideally suited to building applications following the command query responsibility segregation and event sourcing (CQRS/ES) pattern. Learn how to implement this architecture in a Phoenix web application to build an exemplary Medium.com clone.

  13. 15 Cheat Sheet Collection in Python + Git + NumPy + ML + Mindset
    15 Cheat Sheet Collection in Python + Git + NumPy + ML + Mindset
    Easy + Quick Learning with Finxter's Best Cheat Sheets
    Finxter

    This 15x PDF collection is a compilation of the best cheat sheets created for my free Finxter Email Academy that teaches Python in byte-sized video and cheat sheet lessons.

  14. Coffee Break Python - Mastery Workout
    Coffee Break Python - Mastery Workout
    99 Tricky Python Puzzles to Push You to Programming Mastery
    Finxter, Lukas Rieger, and Adrian Chan

    Are you an above-average Python coder? Prove it! Coffee Break Python - Mastery Workout helps you boost your Python skills and reach mastery level. The approach is simple: you solve 99 really hard Python puzzles that get harder as you progress with the book. A clear path to Python mastery!

  15. Pure functional HTTP APIs in Scala

    Discover the pure functional side of HTTP API programming in Scala.