My Blog

Lemon Tree

October 3, 2024

Have I ever said that I'm a plant lover? Not the kind of plant lover that would go in a plant shop and buy everything, but more the kind that would let the plants grow starting from seeds. It can be reduced to an input/process/output system. You have seeds. You put them in soil, water them regularly and let them enjoy the warmth of the sun. And a couple of days later of a few months after, you have a plant ...

Root logo by CERN

RDataFrame

September 23, 2024

ROOT is an open-source framework designed for data analysis, particularly in high-energy physics, but it's also used in other fields. While it's a very powerful tool, ROOT can be challenging to work with due to its complexity. A relatively new feature in ROOT has been introduced that combines the efficiency and power of ROOT with the ease and simplicity of Pandas dataframes: RDataFrame...

Git logo

Discovery of "Push-to-Deploy"

September 20, 2024

Recently, I made a cool discovery about Git that changed the way I manage my projects: "push-to-deploy." Before, I had only used Git as a tool to link my projects to remote repositories on platforms like GitHub or GitLab. It was a straightforward process where I would initialize a Git repository on my local machine, connect it to a GitHub repository, and push my code for version control and collaboration ...