
Andrei Ciobanu
I am 34 years Software Developer and Engineering Manager from Romania/Bucharest. I love to write open-source software that helps other fellow programmers get things done. My programming languages of choice are Java and Kotlin, but deep inside I know we should re-write everything in C.
You May Also Enjoy
Cars and Police, a Spring Boot streaming application using Kafka and ksqlDB
23 minute read
Introduction Cars and Police A short introduction to ksqlDB Setting the environment Key concepts (streams and joins) Streams ...
XML to JSON using MapNeat
3 minute read
Following my previous article, I wanted to expand on the capabilities of the mapneat library.
Hello world, mapneat!
4 minute read
One of the most common scenarios I had to solve during my Software Engineering career is to manipulate data, apply some logic on top, eventually change the w...
Computing Eigenvalues and Eigenvectors using QR Decomposition
8 minute read
In my last two articles I’ve tried to explore some fundamental topics in linear algebra: QR Decomposition, linear transformations and Eigenvalues/Eigenvec...