|
1 |
| -# every-developer-should-know |
2 |
| -A collection of (mostly) technical things every software developer should know |
| 1 | +# Every Developer Should Know :thinking: |
| 2 | +A collection of (mostly) technical things every software developer should know. |
| 3 | + |
| 4 | +---- |
| 5 | + |
| 6 | +### Papers on Programming |
| 7 | +- [Papers We Love](https://github.com/papers-we-love/papers-we-love) |
| 8 | + |
| 9 | +### Floating Point |
| 10 | +- [Floating Point Guide](http://floating-point-gui.de/) |
| 11 | + |
| 12 | +### Strings |
| 13 | +- [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) |
| 14 | +- [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html) |
| 15 | +- [Homoglyphs](https://github.com/codebox/homoglyph/) |
| 16 | + |
| 17 | +### Latency |
| 18 | +- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html) |
| 19 | + |
| 20 | +### Time |
| 21 | +- [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time) |
| 22 | +- [More falsehoods programmers believe about time; “wisdom of the crowd” edition](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time) |
| 23 | +- [Some notes about time](https://unix4lyfe.org/time/?v=1) |
| 24 | + |
| 25 | +### Memory |
| 26 | +- [What every Programmer should know about memory](http://lwn.net/Articles/250967/) |
| 27 | + |
| 28 | +### Distributed Systems |
| 29 | +- [Designs, Lessons and Advice from Building Large Distributed Systems](http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf) |
| 30 | +- [Time, Clocks and the Ordering of Events in a Distributed System](https://www.microsoft.com/en-us/research/publication/time-clocks-ordering-events-distributed-system/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fum%2Fpeople%2Flamport%2Fpubs%2Ftime-clocks.pdf) |
| 31 | +- [There is No Now](http://queue.acm.org/detail.cfm?id=2745385) |
| 32 | + |
| 33 | +### RegExp |
| 34 | +- [RegexHQ](https://github.com/regexhq) |
| 35 | + |
| 36 | +### Arhitecture |
| 37 | +- [A Field Guide to Boxology](http://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) |
| 38 | +- [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) |
0 commit comments