Sergiu Mureşan

Sergiu Mureşan @codevault

About: Thank you for stopping by! I am a full-stack developer that combines the power of entrepreneurship and programming to make the lives of programmers easier.

Location:
Cluj Napoca, Romania
Joined:
Aug 15, 2018

Sergiu Mureşan
articles - 18 total

Compile and run C/C++ code using Notepad++

How to compile and run C/C++ (using MinGW or Visual C as compilers) using Notepad++

Learn More 22 0Oct 27 '19

Faster code editing in Visual Studio Code

Code editing productivity features

Learn More 20 3Nov 19 '18

Code navigation in Visual Studio Code

Navigation in visual studio code

Learn More 67 5Nov 16 '18

Search features in Visual Studio Code

Search features in visual studio code

Learn More 56 0Nov 11 '18

Multi-cursor in Visual Studio Code

Multi-cursor is one of those features that impresses many non-programmers but, in our world, this is...

Learn More 137 7Nov 9 '18

Visual Studio Code productivity features - Intro

First off, what is the goal of this series? Ever since I laid eyes on the first featureful IDE I...

Learn More 22 0Nov 9 '18

What are your snippets?

User snippets from Dev.to users

Learn More 13 17Nov 5 '18

Nobody can ever teach you something

A mindset change when it comes to learning

Learn More 16 3Oct 28 '18

3 GIT productivity features explained

I know there are some people in the community that use GIT on a day-to-day basis but only commit/pull...

Learn More 47 6Oct 25 '18

5 helpful features in Chrome's DevTools

Chrome's DevTools (and its Firefox counterpart) is undoubtedly one of the most used debugging platfor...

Learn More 63 1Oct 20 '18

Data validation mistakes made by beginners

Let's start simple. You have a method that, sometimes, when called with certain arguments or at certa...

Learn More 19 0Sep 28 '18

The comment-pocalypse | Part 1

Originally posted on CodeVault There are quite a few conventions when it comes to commenting your co...

Learn More 11 1Sep 19 '18

When do you create a function or method?

when do you create a function/method

Learn More 35 62Sep 8 '18

Invert your ifs!

Refactoring when having to deal with multiple exception cases

Learn More 21 8Aug 31 '18

Why are you actually using variables?

discussing about reasons you might be using and when you should use variables

Learn More 9 10Aug 26 '18

Do you even refactor, bro?

You are surrounded by a horribly implemented functionality made up of multiple files of hundreds of l...

Learn More 10 8Aug 21 '18

Some tips on naming in software development

Some issues and solutions to naming variables/classes/functions/etc. in software development

Learn More 10 4Aug 19 '18

Tips on how to comment your code

Many are having trouble telling others, through comments what their code does, this video is here to give you some direction.

Learn More 15 7Aug 15 '18