Markus Oberlehner
Markus Oberlehner

Software engineer, frontend expert, TDD practitioner, and ML padawan.

I'm Markus Oberlehner, a software engineer working on modernizing Austria's digital tax services. I write articles about Vue.js / Nuxt, React / Next.js, Test-driven Development, and CSS.

Markus Oberlehner on stage of DevConf South Africa
Markus Oberlehner on stage of Vue.js Amsterdam
Markus Oberlehner on stage of Vue.js London
Markus Oberlehner on stage of Vue.js Toronto
Markus Oberlehner on stage of Vue.js Berlin

Nomenclature in Microservices Architecture: Modules, Components, and Services

'Naming things is hard!' is a common saying in developer circles. One thing that has confused me more than once is how to differentiate between modules, components, and services in the context of microservices. But recently, I watched a talk by Ian Cooper, where he clarifies what is what and how these three terms relate to each other...

Parallelizing Specmatic Contract Tests with Playwright

Specmatic quickly became my favorite tool for contract testing microservices and for using it as a stub service to test frontend applications. Together with Playwright this makes for a great combo! Yet there is a problem with this approach: Out of the box we can't run tests in parallel with this setup because Specmatic's stub server, by default, isn't designed for parallel execution...

You Can't Fight 'Not-enoughness' with 'More'

After being rejected to speak at several conferences, I wondered: Why is it so important to me? The answer: a deep sense of not-enoughness that I try to overcome by pushing harder and harder to accomplish more and more...