Explore >> Select a destination


You are here

blog.michal.pawlik.dev
| | jensrantil.github.io
17.7 parsecs away

Travel
| | Business contract testing is much simpler done by method calls instead of using something like PACT.
| | blog.scottlogic.com
17.3 parsecs away

Travel
| | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.
| | blog.leifbattermann.de
15.1 parsecs away

Travel
| | Monoids in Scala and in programming in general is an ubiquitous concept. In this post we will see what Monoids are and play around with them in the REPL.
| | scottaaronson.blog
76.8 parsecs away

Travel
| In Michael Sipser's Introduction to the Theory of Computation textbook, he has one Platonically perfect homework exercise, so perfect that I can reconstruct it from memory despite not having opened the book for over a decade. It goes like this: Let f:{0,1}*?{0,1} be the constant 1 function if God exists, or the constant 0 function...