Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 580 Bytes

resources.md

File metadata and controls

15 lines (9 loc) · 580 Bytes

Great Resources

This is just a list of some great resources for learning programming.

Regular Expressions

Regular Expressions are a super effective way to deal with parsing text, which comes up all the time. Regex101 is an awesome tool for testing and seeing what your regex does Cons: Looks like garbley-gook for beginners. Some people write un-readable ones.

Learn Vimscript the Hard Way

Being able to write a custom vim cmd is super handy and this is the place to learn. LearnVimScriptTheHardWay