Skip to content

Commit 88e3807

Browse files
authored
Added #NoEstimates talk
... and moved Engineering Philosophy section
1 parent 130b20e commit 88e3807

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ But knowing the stuff will help you become better! :muscle:*
8686
- [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1)
8787
- :page_facing_up: [Hashing, Encryption and Encoding](https://www.integralist.co.uk/posts/hashing-and-encryption/)
8888

89+
### UX/Usability
90+
- :book: [Don't Make Me Think: A Common Sense Approach to Web Usability](https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited)
91+
- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366)
92+
93+
8994
### SEO
9095
- :page_facing_up: [What Every Programmer Should Know About SEO](https://katemats.com/what-every-programmer-should-know-about-seo/)
9196

@@ -100,6 +105,19 @@ But knowing the stuff will help you become better! :muscle:*
100105
- [System Design: A Primer](https://github.com/donnemartin/system-design-primer)
101106
- :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5)
102107

108+
### Engineering Philosophy
109+
- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy)
110+
- :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/)
111+
- :movie_camera: [#NoEstimates](https://www.youtube.com/watch?v=QVBlnCTu9Ms)
112+
- :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be)
113+
- :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s)
114+
- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html)
115+
- :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112)
116+
- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754)
117+
- :movie_camera: [The Future of Programming](http://worrydream.com/dbx/)
118+
- :page_facing_up: [The Good Software Development Manifesto](https://www.infoworld.com/article/3214481/application-development/the-good-software-development-manifesto.html)
119+
120+
103121
### Practices
104122
- :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)
105123
- :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code)
@@ -142,10 +160,6 @@ But knowing the stuff will help you become better! :muscle:*
142160
### Fine-tune Your Resume
143161
- :hammer: [CV Compiler](https://cvcompiler.com/)
144162

145-
### UX/Usability
146-
- :book: [Don't Make Me Think: A Common Sense Approach to Web Usability](https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited)
147-
- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366)
148-
149163
### Open Source
150164
- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)
151165

@@ -156,17 +170,6 @@ But knowing the stuff will help you become better! :muscle:*
156170
- :book: [The Ultimate Guide to Remote Work](https://zapier.com/learn/remote-work/)
157171
- :house: [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job)
158172

159-
### Engineering Philosophy
160-
- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy)
161-
- :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/)
162-
- :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be)
163-
- :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s)
164-
- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html)
165-
- :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112)
166-
- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754)
167-
- :movie_camera: [The Future of Programming](http://worrydream.com/dbx/)
168-
- :page_facing_up: [The Good Software Development Manifesto](https://www.infoworld.com/article/3214481/application-development/the-good-software-development-manifesto.html)
169-
170173
### Problem Solving
171174
- :book: [The Art and Craft of Problem Solving](https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving)
172175
- :book: [How to Solve It: A New Aspect of Mathematical Method](https://www.goodreads.com/book/show/192221.How_to_Solve_It)

0 commit comments

Comments
 (0)