• How to delete Github credentials for https in Windows?

    Sometimes you forget how you do things and that’s what happened to me regarding the github credentials when using https connections. I normally use ssh connections so this is the exception. When you are using this in Windows, git normally pop up something like this: [Read More]
  • Design patterns in C++

    One of the most asked questions in the interviews for new possitions regarding C++ are the Design patterns. It’s a topic that I’ve used a lot but I don´t have in my mind a good idea about it. Until today. This is the solution for that. [Read More]
  • C++ random stuff

    This post goal is to sum up in one place all the random stuff regarding C++ that I’ve been learning from a lot of time ago. I really believe that one of the best ways to learn something is to teach someone. In that case, one teaches and two learn.... [Read More]
  • What is ARP and why I am using it?

    This is the first post of networks category in the web. As this is one of my most interesting topics but I don’t have enough knowledge about it, I will write down each thing I learn about it. Let’s start with ARP. [Read More]