# How to benchmark your ruby code
I’ve recently started a new personal project (a web application), and decided to build it using Ruby on Rails. I’m a big fan of using boring technology to solve problems and, while I’ve been working…
Hello! I am Pantelis.
I am a full-stack software engineer from Greece and this is my personal blog, where you can find posts about programming (mostly python, ruby, go and javacript) and tools I find useful.
I’ve recently started a new personal project (a web application), and decided to build it using Ruby on Rails. I’m a big fan of using boring technology to solve problems and, while I’ve been working…
Recently, while I was reading about the implementation of Hash in ruby (similar to a dict in python) and wrote a simple implementation of
As lots of engineers nowadays, about a year ago I decided to start diving deeper into LLMs and…
Recently, I decided to upgrade one of my projects from Rails 6.0 to 7.0. After going through the changelogs of each release between 6.0 and 7.0 and through the excellent
Recently, I was going through the documentation and codebase of a python package (specifically kafka-python) and was curious about how cleaning up resources and sending pending messages (messages…