WireMock – a web service test double for all occasions

WireMock is an HTTP mock server. At its core it is web server that can be primed to serve canned responses to particular requests (stubbing) and that captures incoming requests so that they can be checked later (verification). It also has an assortment of other useful features including record/playback of interactions with other APIs, injection ...

Design Patterns: Kotlin examples

Creational: – Abstract Factory – Builder – Factory, Static Factory Structural: – Adapter – Decorator – Facade Behavioral: – Command – Mediator – Strategy – Template

Hexagonal Architecture, there are always two sides to every story

Hexagonal Architecture, there are always two sides to every story

Clean Code with Kotlin

Clean Code with Kotlin Readability beats Squeezing everything into a single line.

Java znów darmowa! Dlaczego Oracle wycofuje się z płatnego JDK?

Java znów darmowa! Dlaczego Oracle wycofuje się z płatnego JDK?

AWS Serverless Land

This site brings together all the latest blogs, videos, and training for AWS Serverless. Learn to use and build apps that scale automatically on low-cost, fully-managed serverless architecture.

Clean up old git branches

https://nickymeuleman.netlify.app/blog/delete-git-branches#deleting-many-local-branches-at-once

Building the future of Event-Driven Architectures (EDA)

https://www.asyncapi.com/ Open-Source tools to easily build and maintain your event-driven architecture. All powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs.

Should package names be singular or plural?

For example, a type should be named TaskCollection instead of TasksCollection, as it is a collection containing instances of a Task. A package named com.myproject.task does not mean that each contained class is an instance of a task. There might be a TaskHandler, a TaskFactory, etc. A package named com.myproject.tasks, however, would contain different types ...

JSONPlaceholder – Free Fake REST API

JSONPlaceholder – Free Fake REST API {JSON} Placeholder Free fake API for testing and prototyping. Powered by JSON Server + LowDB