
Valuable links #46 – History and future of the microprocessors
Reading Time: < 1 minute

Books that I am waiting for – and you should too!
Reading Time: 3 minutesYou may already realize that I read a lot of books. They are my go-to form, if I am attempting to expand my knowledge. Videos, podcasts, online courses have their role, but they just can’t beat the value of a good book. In this post I would like to share books that are being (re)written

“System Design Interview” book review
Reading Time: 3 minutesI have to start my review with a confession. I never actually had a system design interview. Never interviewed for FAANGs, and I don’t intend to. That’s why reading “System Design Interview” by Alex Xu books, was such a nice experience. Why? Keep on reading. Bro, do you even interview? Besides the fact, that I

Current state of GC in Java 23
Reading Time: 13 minutesJVM is famous for its memory management. 90% of Java ecosystem consists of automatic memory cleaning, with garbage collector doing its job all the time. The whole concept is very broad. You can for sure get a PhD in the area, and there still will be something to learn. My ambition here is not that