Skip to content

Commit 42e1a54

Browse files
Merge branch 'master' into master
2 parents 9c25bca + 4b7fe76 commit 42e1a54

File tree

2 files changed

+119
-9
lines changed

2 files changed

+119
-9
lines changed

CONTRIBUTING.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
## The Goal
2+
Our goal is not to have the biggest list of stuff.
3+
Our goal is to have a **comprehensible** list of most valuable things any programmer should know about.
4+
5+
## Contributing
6+
7+
You contributions to this repo is always welcome!
8+
Bear in mind, that this repo is *highly opinionated* and *curated*.
9+
Your opinion on value of any resource may not match the opinion of curator.
10+
11+
**No PR will be discarded without explanations!**
12+
13+
14+
## Core Values
15+
*Values are clickable*
16+
17+
<details><summary>Less is more! :muscle:</summary><p>
18+
19+
We :heart: simplicity.<br>
20+
We :heart: essential stuff.<br>
21+
This is why we strive to having less, but most valuable resources in the list.
22+
</p></details>
23+
24+
<details><summary> We :heart: widely applicable knowledge/skills. </summary><p>
25+
26+
The world is not static. Everything changes.<br>
27+
This is why we prioritize strategically valuable skills/knowledge.<br>
28+
This is why there are so many philosophical resources in that list.
29+
</p></details>
30+
31+
<details><summary> We do not add to stress/hype level :zap: </summary><p>
32+
33+
There are enough stress sources in everybody's lifes.<br>
34+
We strive to be helpful without adding to the stress and creating hype.<br>
35+
Most endless stream resources (forums, newsletters, blogs, communities) are noisy and create questionable value.<br>
36+
Be mindful of that fact when adding resources.
37+
</p></details>
38+
39+
<details><summary>Technology is always about human beings :man: :woman: :baby:.</summary><p>
40+
41+
We do not code in sake of coding. We code to solve other people's problems.<br>
42+
This is why resources on soft skills are an essential part of that list.
43+
</p></details>
44+
45+
## Guidelines
46+
*Guidelines are clickable*
47+
48+
<details><summary>Do not add things you <b>have not evaluated</b> personally!</summary><p>
49+
50+
Use your critical thinking to filter out non-essential stuff.
51+
Give honest arguments for why the resource should be included.
52+
Have you read this book?
53+
Can you give a short article?
54+
</p></details>
55+
56+
<details><summary>Use reasoning based on our values.</summary><p>
57+
58+
Before adding any resource, answer this questions to yourself:
59+
- Will it make every programmer a better human being?
60+
- Will it change the quality of programmer's work?
61+
- Will it change the quality of programmer's life?
62+
- Would you personally recommend this resource to your friend, starting on software development career?
63+
64+
</p></details>
65+
66+
<details><summary><b>One item</b> per Pull Request.</summary><p>
67+
68+
There may be a discussion related to an item you want to add.
69+
Adding just a single item per pull request makes it much easier for everyone involved.
70+
</p></details>
71+
72+
<details><summary>Do not open issues with resources, create a Pull Request instead!</summary><p>
73+
74+
It is just easier to discuss and decide on a resource within a Pull Request.
75+
</p></details>
76+
77+
<details><summary>Use consistent set of resource type emoji</summary><p>
78+
79+
🎥 - Video/Talk
80+
📖 - Book
81+
📄 - Online article
82+
📜 - Paper/Document
83+
✅ - Checklist
84+
85+
</p></details>
86+

README.md

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,42 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
1212
*P.S. You [don't need to know](https://xkcd.com/1050/) all of that by heart to be a programmer.
1313
But knowing the stuff will help you become better! :muscle:*
1414

15-
----
15+
16+
17+
### Introduction
18+
- :movie_camera: [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA)
19+
- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci)
20+
21+
### Falsehoods
22+
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
23+
💊 Curated list of falsehoods programmers believe in.
24+
Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more.
1625

1726
### Algorithms
1827
- [Big O Cheatsheet](http://bigocheatsheet.com/)
1928
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
2029
- [Sorting Algorithms](https://visualgo.net/en/sorting)
2130

31+
### Data Structures
32+
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)
33+
2234
### Numbers
35+
- :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count)
2336
- :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)
2438
- :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)
2639

2740
### Strings
28-
- [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)
2941
- :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html)
3042
- [Homoglyphs](https://github.com/codebox/homoglyph/)
3143
- [Unicode Common Locale Data Repository](http://cldr.unicode.org/)
32-
- [Falsehoods Programmers Believe About Names](http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/)
3344

3445
### Latency
3546
- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
3647
- :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
3748

3849
### 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)
4150
- :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)
4351

4452
### Memory
4553
- :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:*
5462

5563
### RegExp
5664
- [RegexHQ](https://github.com/regexhq)
65+
- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git)
5766

5867
### Security
59-
- :book: [Security Programming] (https://www.dwheeler.com/secure-programs/)
68+
- :book: [Security Programming](https://www.dwheeler.com/secure-programs/)
6069
- :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto)
6170
- :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security)
6271
- [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:*
8190
- :book: [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/)
8291
- :book: [SICP: Structure and Interpretation of Computer Programs](https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs)
8392
- :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/)
8499

85100
### Career
86101
- :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:*
89104
- [Software Engineering 101](https://slides.com/mr-mig/se101)
90105
- :book: [The Passionate Programmer](https://www.goodreads.com/book/show/6399113-the-passionate-programmer)
91106
- :book: [Soft Skills: The software developer's life manual](https://www.goodreads.com/book/show/23232941-soft-skills)
107+
- :book: [The Complete Software Developer's Career Guide](https://www.goodreads.com/book/show/35674293-the-complete-software-developer-s-career-guide)
92108
- :book: [Programming Beyond Practices: Be More Than Just a Code Monkey](https://www.goodreads.com/book/show/29895093-programming-beyond-practices)
93109
- [A list of European Investors](https://docs.google.com/spreadsheets/d/1hfl67rI0Pk_hSm0GIX0QByW4NgfAH-cEmMa4N6UoO1w/edit#gid=1203141194)
94110
- :page_facing_up: [Ten Rules for Negotiating a Job Offer](https://medium.freecodecamp.com/ten-rules-for-negotiating-a-job-offer-ee17cccbdab6)
95111
- :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd)
96112
- :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf)
97113
- :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/)
98114
- :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)
100116
- :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews)
101117

102118
### Engineering Philosophy
@@ -105,6 +121,8 @@ But knowing the stuff will help you become better! :muscle:*
105121
- :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be)
106122
- :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s)
107123
- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/the10rulesofazenprogrammer.html)
124+
- :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112)
125+
- :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754)
108126

109127
### Soft Skills
110128
- :book: [Difficult Conversations](https://www.goodreads.com/book/show/774088.Difficult_Conversations)
@@ -124,6 +142,12 @@ But knowing the stuff will help you become better! :muscle:*
124142
- [The Noun Project](https://thenounproject.com/)
125143
- [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding)
126144
- [Simpleicons](https://simpleicons.org/)
145+
=======
146+
- [Learn Anything](https://learn-anything.xyz/)
147+
### Where To Look For Further Info
148+
- [GeeksForGeeks](http://www.geeksforgeeks.org/)
149+
- [Dev.To](https://dev.to/)
150+
- [Stackoverflow](https://stackoverflow.com/)
127151
### Coding Practice Sites :zap:
128152
- :white_check_mark: [CodeForces](http://codeforces.com/)
129153
- :white_check_mark: [CodeChef](https://www.codechef.com)

0 commit comments

Comments
 (0)