Everything has to start with the basic. I am also a beginner so I know the feeling of emptiness searching for answers. In here, I would share some of the important basic skill which I think that you should have. From basic programming knowledge to basic photo editing skills. For me, it's really important to have great knowledge with the basics to have a good foundation with what you really want to do.
Programming: Naming Conventions
In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types and functions etc. in source code and documentation.
I recommend naming convention as one of the basic skill in programming that you should have. It enhances the clarity in cases of potential ambiguity.
Read more >> A closer look at .net Naming Conventions Part 1
Read more >> A closer look at .net Naming Conventions Part 1