Review of ‘Refactoring at scale’

My main area of expertise in my everyday work, is actually cleaning 😉 And no, it’s not Tony Soprano style of cleaning, but working on making the codebase better. I really enjoy refactoring, applying good practices, and seeing Sonar stats going up. Therefore, when I…

Read more

‘High Performance MySQL 4ed’ notes and review

DB-related knowledge in the current age seems to be polarized. On the one hand, ORMs’ (and other similar solutions) creators are trying to abstract away as much possible. On the other hand – we have very specific use cases, where in-depth knowledge of DB configuration…

Read more

Tour of C++ review

My journey into C++ started with the author of the language himself – Bjarne Stroustrup. Unfortunately, I can’t say that our first meeting bore fruitful results. To be honest, I’ve jumped to the other sources right away after I was done reading. Why ‘Tour of…

Read more

‘C++ Today’ review

As I’ve mentioned a couple of times – I’ve been around programming for quite some time. My first programming experience was rewriting BASIC programs from programming magazine called ‘Bajtek’. Hardware was Timex 2048, and I was circa 6 years old. As this was year 1990…

Read more

Back to top