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
-:movie_camera:[UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
33
+
22
34
### Numbers
35
+
-:book:[How to Count](https://www.goodreads.com/book/show/12093869-how-to-count)
23
36
-:page_facing_up:[Floating Point Guide](http://floating-point-gui.de/)
37
+
-:page_facing_up:[What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html#680)
24
38
-:page_facing_up:[Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)
25
-
-:page_facing_up:[Falsehoods Programmers Believe About Phone Numbers](https://github.com/googlei18n/libphonenumber/blob/master/FALSEHOODS.md)
26
39
27
40
### Strings
28
-
-[Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)
29
41
-:page_facing_up:[Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html)
-:page_facing_up:[Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
37
48
38
49
### Time
39
-
-:page_facing_up:[Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time)
40
-
-:page_facing_up:[More falsehoods programmers believe about time; “wisdom of the crowd” edition](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time)
41
50
-:page_facing_up:[Some notes about time](https://unix4lyfe.org/time/?v=1)
42
-
-:page_facing_up:[Falsehoods programmers believe about time and time zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html)
43
51
44
52
### Memory
45
53
-:page_facing_up:[What every Programmer should know about memory](http://lwn.net/Articles/250967/)
@@ -54,9 +62,10 @@ But knowing the stuff will help you become better! :muscle:*
54
62
55
63
### RegExp
56
64
-[RegexHQ](https://github.com/regexhq)
65
+
-[Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git)
-:page_facing_up:[Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto)
61
70
-:book:[Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security)
62
71
-[OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)
@@ -81,6 +90,12 @@ But knowing the stuff will help you become better! :muscle:*
81
90
-:book:[Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/)
82
91
-:book:[SICP: Structure and Interpretation of Computer Programs](https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs)
83
92
-:page_facing_up:[Thirteen Ways of Looking at a Turtle](https://fsharpforfunandprofit.com/posts/13-ways-of-looking-at-a-turtle-3/)
93
+
-:scroll:[Programming Paradigms for Dummies: What Every Programmer Should Know](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf)
94
+
-[Learn X in Y Minutes](https://learnxinyminutes.com/)
95
+
Learn the basics of a language in a highly condensed way.
96
+
-[Hyperpolyglot](http://hyperpolyglot.org/)
97
+
Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc.
98
+
-:page_facing_up:[Pomodoro for Programmers](http://www.metadevelopment.io/pomodoro-for-programmers/)
84
99
85
100
### Career
86
101
-:page_facing_up:[10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/)
@@ -89,14 +104,15 @@ But knowing the stuff will help you become better! :muscle:*
-:page_facing_up:[Equity 101 for Startup Employees](https://blog.esharesinc.com/equity-101-stock-option-basics/)
99
-
-:book:[Cracking the Coding Interview: 150 Programming Questions and Solutions](https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview)
115
+
-:book:[Cracking the Coding Interview: 189 Programming Questions and Solutions](https://www.goodreads.com/book/show/25707092-cracking-the-coding-interview)
100
116
-:fire:[Everything you need to know to get the job](https://github.com/kdn251/interviews)
101
117
102
118
### Engineering Philosophy
@@ -105,6 +121,8 @@ But knowing the stuff will help you become better! :muscle:*
105
121
-:movie_camera:[The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be)
0 commit comments