Online tools for C++ developers
C++ is the main language I use. It’s what pays my bills but more than that, is what gives me a lot of joy due to its complexity and powerfulness. But many times when I’m working I miss the ability ...
C++ is the main language I use. It’s what pays my bills but more than that, is what gives me a lot of joy due to its complexity and powerfulness. But many times when I’m working I miss the ability ...
Recently, I gave a talk on Code Review at the WomentTech Global Conference (I even talk about how it all happened in this post). It was such a great experience, I decided to share in a text (and so...
tl;dr; Code annotation is a Visual Studio Code extension that creates and tracks annotations from your source code without actually committing comments on your code. You can download Code Annotat...
Before everything In 2020, before the pandemic hit us, I had included in my life goals to attend a tech conference. With COVID and most of the conferences being canceled or postponed, I thought thi...
Every now and then, as a developer, we need to add a sleep in our code. Usually to make some test work, or god knows the reason. In particular, I use this a lot in Tcl, as this is the primary langu...
I subscribe to Netflix for almost 10 years now. Of course, I have my favorite series and movies that I repeatedly watch, especially before bedtime. With this, I came to memorize many scenes, especi...
Over the weekend, I got an email notification from someone I didn’t know. The subject read, “Thank you for your GitHub post!”. I got curious. This person was thanking me for one issue I fixed in my...
October is here, so it is Hacktoberfest, an event by DigitalOcean in partnership with Intel and Dev to celebrate Open Source and get more people involved with it. As someone who found in open sour...
For many years I watched the videos from conferences such as CppCon and C++ On Sea, and I dreamed of the day I could attend. This year, due to the COVID-19 outbreak, CppCon was made virtual, which ...
I have an application build on top of node/electron, and recently, because of an update in the electron, some dependencies have broken down, preventing me to upgrade to the newer versions while kee...