
Success at AI Hackathon With Traap
How a team with no AI experience built Traap, a Java and Spring Boot application mapping travel times, and won the KTH AI Society hackathon …
Tag

How a team with no AI experience built Traap, a Java and Spring Boot application mapping travel times, and won the KTH AI Society hackathon …

Five months as a DevOps engineer at Bosch in Tokyo: owning a project end to end as the only developer, the stack I chose, and what Japan …

Limit and offset are trivial in SQL and awkward in Spring Data JPA. How to get both out of a repository without writing the query yourself.

How to combine Spring Boot with the WAMP library Autobahn|Java, so Spring microservices can publish, subscribe and call remote procedures …

JUnit 5 parameterized tests take primitives out of the box, but not lists. How to feed a List into @ParameterizedTest with a method source …

Dynamic programming means storing the results of sub-problems instead of recomputing them. Explained from first principles, with a worked …