johanhaleby
Developer, speaker, and blogger. I've founded and contributed to numerous open source projects such as PowerMock, REST Assured and Awaitility.
ParksterSweden
Pinned Repositories
awaitility
Awaitility is a small Java DSL for synchronizing asynchronous operations
bash-templater
Very simple templating system that replace {{VAR}} by $VAR environment value, supports defines
core-async-vs-rxjs
Comparing an example using Core Async in ClojureScript with RxJS in Javascript
docker-machine-port-forwarder
Simple bash script that makes it easier to forward ports from Docker Machine
kubetail
Bash script to tail Kubernetes logs from multiple pods at the same time
kystrix
Kystrix is a small Kotlin DSL over Hystrix
occurrent
Unintrusive Event Sourcing Library for the JVM
stub-http
Client library agnostic way to stub HTTP endpoints in Clojure
powermock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
rest-assured
Java DSL for easy testing of REST services
johanhaleby's Repositories
johanhaleby/kubetail
Bash script to tail Kubernetes logs from multiple pods at the same time
johanhaleby/occurrent
Unintrusive Event Sourcing Library for the JVM
johanhaleby/bash-templater
Very simple templating system that replace {{VAR}} by $VAR environment value, supports defines
johanhaleby/stub-http
Client library agnostic way to stub HTTP endpoints in Clojure
johanhaleby/kystrix
Kystrix is a small Kotlin DSL over Hystrix
johanhaleby/homebrew-kubetail
Homebrew tap for Kubetail
johanhaleby/aspectj-maven-plugin
johanhaleby/rps-event-domain
Simple event based domain model of a Rock Paper Scissors game
johanhaleby/rps-fsharp
Rock Paper Scissors in F#
johanhaleby/word-guessing-game-lab-part-1
Occurrent lab - Word Guessing Game
johanhaleby/ddd-tycoon
DDD tycoon exercise
johanhaleby/EventSourcing.JVM
Examples and Tutorials of Event Sourcing in JVM languages
johanhaleby/gilded-rose-kata-kotlin
Gilded Rose Kata - Kotlin
johanhaleby/git-pa-skanska
Git på skånska
johanhaleby/javalin.github.io
Javalin website source code
johanhaleby/johanhaleby
Github Profile Page
johanhaleby/ml-service-sleuth-issue
johanhaleby/mock-in-bean
Surgically Inject Mockito Mock/Spy in Spring Beans
johanhaleby/modernweb
Modern Web Development with Spring Boot
johanhaleby/parkster-es-lab-2023
Parkster Event Sourcing Lab 2023
johanhaleby/parkster-test-lab-2023
Test Lab for Parkster 2023
johanhaleby/project-reactor-lab
A skelleton project for a lab on project reactor
johanhaleby/sdk-java
Java SDK for CloudEvents
johanhaleby/socks5-server
johanhaleby/spek2-lab
Spek2 Lab
johanhaleby/spring-amqp
Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ
johanhaleby/spring-hateoas
Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.
johanhaleby/spring-http-issue
A sample project to demonstrate an issue with Spring Boot
johanhaleby/springmockk
SpringMockK: MockBean and SpyBean, but for MockK instead of Mockito
johanhaleby/word-guessing-game-lab-part-2
Second part of the Word Guessing Game Lab