Skip to content

Practicalli Booksλ︎

Engineering Playbookλ︎

Practical guides for specific tools and practices to support software development.

Practicalli Engineering Playbook Book

Practicalli Engineering Playbook

Clojureλ︎

Learn the Clojure language through REPL driven development using Clojure CLI tools (deps.edn). Use a rich set of community tools, including Rebel readline Terminal UI, Portal and Reveal data browsers and tools to manage all aspects of Clojure projects.

Practice Clojure by solving challenges with examples of different approaches. Encode the design and avoid regressions by writing unit tests and specifications for generative testing.

Practicalli Clojure Book

Practicalli Clojure

Clojure Web Servicesλ︎

Building services with APIs

Build production level server-side web services, micro-services and API's in Clojure.

Using Ring as an abstraction over HTTP with requests and responses as simple Clojure hash-maps.

Routing of requests are managed by Compojure or Reitit, passing requests to handers which are Clojure functions.

Data formats are managed by coercion and content negotiation.

OpenAPI (swagger) is used for self-documenting APIs

Practicalli Clojure Web Services Book Practicalli Clojure Web Services Book

Practicalli Clojure Web Services

Spacemacs (Emacs)λ︎

powerful editing with Emacs and Vim multi-modal editing, with a mnemonic menu that simplifies the learning curve. Install a full Clojure development experience with two Git commands.

Practicalli Spacemacs Book

Practicalli Spacemacs

Neovimλ︎

Neovim for effective Clojure development with Conjure and Clojure LSP (nvim-treesitter). With a mnemonic menu to simplify the learning curve.

  • Conjure
  • AstroNvim & AstroNvim Community

Practicalli Neovim Book

Practicalli Neovim

Under developmentλ︎

Practicalli books evolve from commercial experiences and from teaching in the community. The following books are work in progress or need significant updates.

ClojureScriptλ︎

build single page apps (SPA's), dynamic UI's and mobile apps with responsive design

Practicalli ClojureScript

Practicalli ClojureScript

Clojure Data Scienceλ︎

Clojure tools and techniques when working with data science related projects. Ingest data

Practicalli ClojureScript

Practicalli Clojure Data Science

Amazon Web Servicesλ︎

Clojure development with Amazon Web Services

Practicalli Amazon Web Services

VSpaceCodeλ︎

VSpaceCode is a VS Code extension providing key driven commands for UI and editing features.

Practicalli contributed Calva key bindings to the VSpaceCode project to support Clojure development.

Practicalli VSpaceCode