Skip to content

Commit 1120bb4

Browse files
authored
Added awesome stuff
1 parent 8a1b4bb commit 1120bb4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,34 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
3030
- :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/)
3131

3232
### Distributed Systems
33+
- :book: [Designing Data-Intensive Applications](https://www.goodreads.com/book/show/23463279-designing-data-intensive-applications)
3334
- :scroll: [Designs, Lessons and Advice from Building Large Distributed Systems](http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf)
3435
- :scroll: [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)
3536
- :page_facing_up: [There is No Now](http://queue.acm.org/detail.cfm?id=2745385)
37+
- :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen)
38+
- :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf)
3639

3740
### RegExp
3841
- [RegexHQ](https://github.com/regexhq)
3942

43+
### Security
44+
- [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)
45+
4046
### Arhitecture
4147
- :scroll: [A Field Guide to Boxology](http://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf)
4248
- :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)
4349
- :scroll: [No Silver Bullet — Essence and Accidents of Software Engineering](http://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf)
4450
- :movie_camera: [Growing a Language](https://www.youtube.com/watch?v=_ahvzDzKdB0)
4551
- :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs)
52+
- :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/)
4653

4754
### Practices
4855
- :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)
4956
- :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development)
5057
- :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production)
58+
- :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)
60+
- :book: [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/)
5161

5262
### Career
5363
- :page_facing_up: [How Much Do Software Engineers Really Make in Each City?](https://www.codementor.io/blog/best-cities-software-engineer-earnings-271vpf599k)
@@ -56,13 +66,28 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90
5666
- :book: [The Passionate Programmer](https://www.goodreads.com/book/show/6399113-the-passionate-programmer)
5767
- :book: [Soft Skills: The software developer's life manual](https://www.goodreads.com/book/show/23232941-soft-skills)
5868
- :book: [Programming Beyond Practices: Be More Than Just a Code Monkey](https://www.goodreads.com/book/show/29895093-programming-beyond-practices)
69+
- [A list of European Investors](https://docs.google.com/spreadsheets/d/1hfl67rI0Pk_hSm0GIX0QByW4NgfAH-cEmMa4N6UoO1w/edit#gid=1203141194)
70+
- :page_facing_up: [Ten Rules for Negotiating a Job Offer](https://medium.freecodecamp.com/ten-rules-for-negotiating-a-job-offer-ee17cccbdab6)
71+
- :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd)
72+
- :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf)
73+
- :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/)
74+
- :page_facing_up: [Equity 101 for Startup Employees](https://blog.esharesinc.com/equity-101-stock-option-basics/)
75+
5976

6077
### Engineering Philosophy
6178
- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy)
79+
- :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/)
6280

6381
### Papers on Programming
6482
- :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love)
6583
- :newspaper: [The Morning Paper](https://blog.acolyer.org/)
6684

6785
### Free Books on Programming
6886
- :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)
87+
88+
### Services
89+
- [Free For Dev](https://github.com/ripienaar/free-for-dev/blob/master/README.md)
90+
- [Public APIs](https://github.com/abhishekbanthia/Public-APIs)
91+
- [The Noun Project](https://thenounproject.com/)
92+
- [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding)
93+
- [Simpleicons](https://simpleicons.org/)

0 commit comments

Comments
 (0)