Pinned Repositories
cqrs-hotel
Example application about CQRS and Event Sourcing #NoFrameworks
dimdwarf
Distributed application server for Java. You write single-threaded, event-driven POJO code - the server makes it multi-threaded, persisted and transactional. Designed for the needs of online games. Compatible with Project Darkstar (now RedDwarf). [INACTIVE]
gospec
Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]
idea-sbt-plugin
IntelliJ IDEA plugin for integration with SBT (Simple Build Tool) in order to compile Scala projects easily and quickly [UNMAINTAINED]
jumi
Test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools. [PRE-ALPHA]
jumi-actors
Actor library for Java to support concurrency and asynchronous event-driven programming.
retrolambda
Backport of Java 8's lambda expressions to Java 7, 6 and 5
tdd-mooc-tetris
Exercise for learning Test-Driven Development with the help of predefined tests
tdd-tetris-tutorial
Exercise for learning Test-Driven Development with the help of predefined tests
territory-bro
Web app for managing congregation territory cards
luontola's Repositories
luontola/retrolambda
Backport of Java 8's lambda expressions to Java 7, 6 and 5
luontola/tdd-tetris-tutorial
Exercise for learning Test-Driven Development with the help of predefined tests
luontola/jumi
Test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools. [PRE-ALPHA]
luontola/dimdwarf
Distributed application server for Java. You write single-threaded, event-driven POJO code - the server makes it multi-threaded, persisted and transactional. Designed for the needs of online games. Compatible with Project Darkstar (now RedDwarf). [INACTIVE]
luontola/native-clojure-lambda
Example project of Clojure + GraalVM Native Image + AWS Lambda container images
luontola/tdd-mooc
Massive open online course for learning Test-Driven Development
luontola/clojure-native-image-agent
Helps GraalVM's native-image-agent to be more useful for Clojure applications.
luontola/tdd-mooc-small-steps
Refactoring exercise to practise small, safe steps.
luontola/tdd-mooc-tetris
Exercise for learning Test-Driven Development with the help of predefined tests
luontola/gcp-dynamic-dns
Syncs the current IP address to Google Cloud DNS records
luontola/varjocafe
Mashup of UniCafe.fi's daily lunch menus [UNMAINTAINED]
luontola/tdd-mooc-untestable-code
Exercise about unit testing legacy code
luontola/territory-bro
Web app for managing congregation territory cards
luontola/clojure-game-of-life
Conway's Game of Life, including RLE file import and export
luontola/new-clojure-project
Something to get quickly started with Clojure for a code kata or similar
luontola/rimworld-love-puddle
Solves the problem of who to put in bed with who, without needing a spreadsheet.
luontola/rust-game-of-life
luontola/tdd-mooc-new-js-project
An empty project with JavaScript testing tools preconfigured.
luontola/clojure
The Clojure programming language
luontola/game-catalog
[DRAFT]
luontola/graalvm-segfault-bug
luontola/hiccup
Fast library for rendering HTML in Clojure
luontola/metrics-doragon
luontola/new-clojurescript-project
Something to get quickly started with ClojureScript for a code kata or similar
luontola/rust-kata
luontola/shiitake
React Line clamp that won't get you fired
luontola/svg-printing-poc
Proof of concept about SVG-to-PNG, manipulating SVG DOM etc.
luontola/tdd-html-templates
luontola/tdd-mooc-legacy-code
Exercise for dealing with legacy code
luontola/tdd-mooc-webapp
Project template for a full-stack web app