Skip to content

Commit bf367f7

Browse files
authored
🚀
1 parent 1120bb4 commit bf367f7

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ Comes in no particular order :recycle:
66
U like it? Share with a friendly developer!
77
U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/900147758845308930) :dog:
88

9+
*P.S. You [don't need to know](https://xkcd.com/1050/) all of that by heart to be a programmer.
10+
But knowing the stuff will help you become better! :muscle:*
911

1012
----
1113

12-
### Floating Point
13-
- [Floating Point Guide](http://floating-point-gui.de/)
14+
### Algorithms
15+
- [Big O Cheatsheet](http://bigocheatsheet.com/)
16+
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
17+
18+
### Numbers
19+
- :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/)
20+
- :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)
1421

1522
### Strings
1623
- [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)
@@ -20,6 +27,7 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
2027

2128
### Latency
2229
- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
30+
- :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
2331

2432
### Time
2533
- :page_facing_up: [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time)
@@ -41,8 +49,12 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
4149
- [RegexHQ](https://github.com/regexhq)
4250

4351
### Security
52+
- :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security)
4453
- [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)
4554

55+
### SEO
56+
- :page_facing_up: [What Every Programmer Should Know About SEO](http://katemats.com/what-every-programmer-should-know-about-seo/)
57+
4658
### Arhitecture
4759
- :scroll: [A Field Guide to Boxology](http://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf)
4860
- :scroll: [Out of the Tar Pit](https://github.com/papers-we-love/papers-we-love/blob/master/design/out-of-the-tar-pit.pdf?raw=true)
@@ -56,10 +68,10 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
5668
- :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development)
5769
- :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production)
5870
- :book: [Release It!](https://www.goodreads.com/book/show/1069827.Release_It_)
59-
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
6071
- :book: [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/)
6172

6273
### Career
74+
- :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/)
6375
- :page_facing_up: [How Much Do Software Engineers Really Make in Each City?](https://www.codementor.io/blog/best-cities-software-engineer-earnings-271vpf599k)
6476
- :page_facing_up: [Software Engineers Tenure in San Francisco](https://hackerlife.co/blog/san-francisco-large-corporation-employee-tenure)
6577
- [Software Engineering 101](slides.com/mr-mig/se101)
@@ -72,6 +84,7 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
7284
- :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf)
7385
- :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/)
7486
- :page_facing_up: [Equity 101 for Startup Employees](https://blog.esharesinc.com/equity-101-stock-option-basics/)
87+
- :book: [Cracking the Coding Interview: 150 Programming Questions and Solutions](https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview)
7588

7689

7790
### Engineering Philosophy

0 commit comments

Comments
 (0)