You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ProgrammingResources.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,21 @@ A talk by [Larry Wall](https://en.wikipedia.org/wiki/Larry_Wall) about the kinds
11
11
12
12
An interesting blog post providing advice to new programmers.
13
13
14
-
## Skills & General Knowledge
14
+
## Advice
15
15
16
16
### [How to Program](https://happycoding.io/tutorials/how-to/program)
17
17
18
18
Advice about how to tackle programming problems.
19
19
Beginners should read this and take it to heart.
20
20
Experienced programmers should find themselves nodding along in agreement.
21
21
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
+
22
29
### [Binary, Decimal and Hexadecimal](http://www.mathsisfun.com/binary-decimal-hexadecimal.html)
0 commit comments