Skip to content

Commit 3fb21a3

Browse files
authored
Add 'Advice' section
1 parent c9e0ccd commit 3fb21a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ProgrammingResources.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ A talk by [Larry Wall](https://en.wikipedia.org/wiki/Larry_Wall) about the kinds
1111

1212
An interesting blog post providing advice to new programmers.
1313

14-
## Skills & General Knowledge
14+
## Advice
1515

1616
### [How to Program](https://happycoding.io/tutorials/how-to/program)
1717

1818
Advice about how to tackle programming problems.
1919
Beginners should read this and take it to heart.
2020
Experienced programmers should find themselves nodding along in agreement.
2121

22+
### [27 Things I Wish I'd Known When I Started Programming](https://www.forbes.com/sites/quora/2017/02/03/twenty-seven-things-i-wish-id-known-when-i-started-programming/)
23+
24+
Normally I'm against numbered list articles because they're typically heinous clickbait,
25+
but I found myself agreeing with these items, so I've approved it.
26+
27+
## Skills & General Knowledge
28+
2229
### [Binary, Decimal and Hexadecimal](http://www.mathsisfun.com/binary-decimal-hexadecimal.html)
2330

2431
Binary and hexadecimal explained simply.

0 commit comments

Comments
 (0)