Before I started my undergrad in software engineering, I didn’t have the slightest idea of what courses I would be offer...
Fix a mobile view problem in bulma CSS.
This guide is a shortlist of the only docker commands you will ever need to know. I keep on forgetting them, so I’m noti...
This is just a personal list of algorithms that I have learned over time. Since I keep on forgetting them, I decided I s...
The narcissist photos and posts on Facebook do not bother me anymore. What does bother me is that people spread fake new...
VScode is my go-to editor now, but I keep forgetting all the nice shortcuts and commands. This article is a cheat sheet ...
This article is not meant to be a complete guide for paper writing. It is just a cheat sheet for me to follow when I’m l...
In our final semester of university, we had a course called “Software Metrics.” Ths study of software metrics aims at me...
Recently I needed to parse C++ code to analyze some projects. I tried out several parsers (clang, libclang, cppast) but ...