How to compile and run C/C++ (using MinGW or Visual C as compilers) using Notepad++
Code editing productivity features
Navigation in visual studio code
Search features in visual studio code
Multi-cursor is one of those features that impresses many non-programmers but, in our world, this is...
First off, what is the goal of this series? Ever since I laid eyes on the first featureful IDE I...
User snippets from Dev.to users
A mindset change when it comes to learning
I know there are some people in the community that use GIT on a day-to-day basis but only commit/pull...
Chrome's DevTools (and its Firefox counterpart) is undoubtedly one of the most used debugging platfor...
Let's start simple. You have a method that, sometimes, when called with certain arguments or at certa...
Originally posted on CodeVault There are quite a few conventions when it comes to commenting your co...
when do you create a function/method
Refactoring when having to deal with multiple exception cases
discussing about reasons you might be using and when you should use variables
You are surrounded by a horribly implemented functionality made up of multiple files of hundreds of l...
Some issues and solutions to naming variables/classes/functions/etc. in software development
Many are having trouble telling others, through comments what their code does, this video is here to give you some direction.