Software Development

Relearning Clojure One Step at a Time: First Trial

It's been a couple of years since I've used Clojure in a professional capacity. I miss the productivity I used to enjoy when working with Clojure. So I've decided to go back and relearn everything. My way isn't the best one to follow, but I hope I can give you an idea of how to go about learning Clojure.

Read

Using MockWebServer with Spring Boot and Spock

Integration tests are made easier when you use a mock server. There's a lot of mock servers available out there. I've stumbled upon MockWebServer recently and i'd say it's one of the simplest options. It doesn't have all the bells and whistles of other mock servers, but it's simple enough to be extended.

Read

OpenAPI 3 in spring-boot using springdoc-openapi

An introduction into documenting a spring-boot api with OpenAPI 3 using springdoc-openapi.

Read

Recovering from Coder's Block

From time to time everyone experiences creative block. Software developers aren't exempted from it. If writers have writer's block, software developers have coder's block. It's not so much about how it happens, it's more about how to get out of it.

Read