Skip to content

Instantly share code, notes, and snippets.

View krishofmans's full-sized avatar

Kris krishofmans

View GitHub Profile
@krishofmans
krishofmans / README.md
Created May 24, 2025 08:21 — forked from DanielRamosAcosta/README.md
Back to the Future Kata

Back to the Future Kata

Complete name: Back to the Future in the Grocery Store Kata

This kata is about managing a special grocery store inventory. The task is to keep track of fruits and vegetables, organize and sort them, but with a twist—we need to manage the inventory over time!

Every method in this kata requires a date parameter to indicate when the changes should take effect.

Your job is to create a system that can accept changes to the inventory at any date, and then allow us to see the state of the inventory at any given date.

@krishofmans
krishofmans / Docker-multistage-example.MD
Last active November 25, 2019 21:41 — forked from liemle3893/Docker-multistage-example.MD
Docker Multistage + Spring Boot = Smaller Container Sized

docker-multi-stage

Spring Boot + Docker Multistage = Smaller container size

Use can use prebuild version by using:

$ docker run -d -p 8080:8080 saboteurkid/smaller-spring:1.0

Wait for docker to pull and up. Then jump to step #6

1. Clone example project from Spring Boot repository