Skip to content

Commit 562859f

Browse files
authored
Merge branch 'master' into master
2 parents a74e983 + 7541523 commit 562859f

File tree

2 files changed

+39
-8
lines changed

2 files changed

+39
-8
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: [mtdvio, mr-mig]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ But knowing the stuff will help you become better! :muscle:*
4343
- :movie_camera: [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA)
4444
- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci)
4545
- :page_facing_up: [Computer Science Roadmap](https://roadmap.sh/computer-science)
46+
- :page_facing_up: [Community-driven Roadmaps for Developers](https://github.com/kamranahmedse/developer-roadmap)
4647

4748
### Falsehoods
4849
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
@@ -58,11 +59,11 @@ But knowing the stuff will help you become better! :muscle:*
5859
- [Algorithms for Competitive Programming](https://cp-algorithms.com/)
5960

6061
### Data Structures
62+
- 📖 [Hello Algo](https://www.hello-algo.com/en/chapter_preface/about_the_book/)
6163
- :movie_camera: [UC Berkeley, Data Structures Course](https://sp19.datastructur.es/)
6264
- [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!)
6365
- [Data Structures - Coursera](https://www.coursera.org/learn/data-structures)
64-
- [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf)
65-
- 📖 [Hello Algo](https://www.hello-algo.com/en/chapter_preface/about_the_book/)
66+
- [Mathematics for Computer Science - Eric Lehman](https://people.csail.mit.edu/meyer/mcs.pdf)
6667

6768
### Numbers
6869
- :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count)
@@ -97,9 +98,13 @@ But knowing the stuff will help you become better! :muscle:*
9798
- :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen)
9899
- :scroll: [Fallacies of Distributed Computing Explained](https://pages.cs.wisc.edu/~zuyu/files/fallacies.pdf)
99100

101+
### Machine Learning
102+
- :school: [Andrew NG Machine Learning Specification Class](https://www.coursera.org/specializations/machine-learning-introduction)
103+
100104
### RegExp
101-
- [RegexHQ](https://github.com/regexhq)
102-
- [Learn regex the easy way](https://github.com/ziishaned/learn-regex)
105+
- :link: [RegexHQ](https://github.com/regexhq)
106+
- :link: [Learn regex the easy way](https://github.com/ziishaned/learn-regex)
107+
- :link: [Regex Crossword](https://regexcrossword.com/)
103108

104109
### Security
105110
- :book: [Security Programming](https://www.dwheeler.com/secure-programs/)
@@ -114,7 +119,7 @@ But knowing the stuff will help you become better! :muscle:*
114119

115120
### UX/Usability
116121
- :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)
117-
- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366)
122+
- :movie_camera: [Inventing on Principle](https://vimeo.com/906418692)
118123

119124

120125
### SEO
@@ -129,7 +134,7 @@ But knowing the stuff will help you become better! :muscle:*
129134
- :book: [Practical Object Oriented Design in Ruby](https://www.poodr.com/)
130135
- :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s)
131136
- [System Design: A Primer](https://github.com/donnemartin/system-design-primer)
132-
- :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)
137+
- :page_facing_up: [How JavaScript works: part-1](https://medium.com/sessionstack-blog/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://medium.com/sessionstack-blog/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://medium.com/sessionstack-blog/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://medium.com/sessionstack-blog/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5)
133138
- :movie_camera: [Entity-Component-System Architecture with Unity by example](https://www.youtube.com/watch?v=lNTaC-JWmdI&t=166s&list=PLZlJZzHmx31XvgT96DfbXQ4IMb1ryztbp&index=33)
134139

135140
### Code Design
@@ -186,7 +191,10 @@ But knowing the stuff will help you become better! :muscle:*
186191
- :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd)
187192
- :page_facing_up: [How To Get a Tech Job Abroad Faster](https://relocate.me/blog/job-relocation/landing-a-tech-job-abroad-7-simple-tips/#more-514)
188193
- :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf)
189-
- :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/)
194+
- 📈 [TL;DR; Stock Options](https://web.archive.org/web/20190304234515/https://tldroptions.io/)
195+
- [Discussion on HN #1](https://news.ycombinator.com/item?id=14463260)
196+
- [Discussion on HN #2](https://news.ycombinator.com/item?id=19301570)
197+
- 📄 [The Open Guide to Equity Compensation](https://github.com/jlevy/og-equity-compensation)
190198
- :page_facing_up: [Equity 101 for Startup Employees](https://blog.carta.com/equity-101-stock-option-basics/)
191199
- :book: [Cracking the Coding Interview: 189 Programming Questions and Solutions](https://www.goodreads.com/book/show/25707092-cracking-the-coding-interview)
192200
- :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews)
@@ -195,7 +203,7 @@ But knowing the stuff will help you become better! :muscle:*
195203
- :page_facing_up: [What you should know as a founder of a software company](https://qotoqot.com/blog/founder-skills/)
196204
- :movie_camera: [Code Interview Prep & Programming Questions | Pramp](https://www.pramp.com/)
197205
- :book: [97 things every programmer should know](https://github.com/97-things/97-things-every-programmer-should-know)
198-
- :movie_camera: [A Philosophy of Software Design | John Ousterhout | Talks at Google](https://www.youtube.com/watch?v=bmSAYlu0NcY&t=403s)
206+
- :movie_camera: [A Philosophy of Software Design | John Ousterhout | Talks at Google](https://wwwtube.com/watch?v=bmSAYlu0NcY&t=403s)
199207

200208
### Fine-tune Your Resume
201209
- :hammer: [CV Compiler](https://cvcompiler.com/)
@@ -284,6 +292,14 @@ But knowing the stuff will help you become better! :muscle:*
284292
- :link: [LabEx](https://labex.io/)
285293
- :link: [Codebattle](https://codebattle.hexlet.io/)
286294

295+
### Learning through entertainment:
296+
- [Robocode](https://robocode.sourceforge.io/)
297+
- [Elevatorsaga](https://play.elevatorsaga.com/)
298+
- [Untrusted](https://alexnisnevich.github.io/untrusted/)
299+
- [CSS Diner](https://flukeout.github.io/)
300+
- [CodingGame](https://www.codingame.com/start/)
301+
302+
287303
### Platform Engineering
288304

289305
> A modern discipline that evolved from DevOps and SRE principles, focused on improving developer experience and productivity by building and managing self-service tools and workflows, often through an Internal Developer Platform (IDP). The goal is to reduce cognitive load on developers and streamline the path to production.

0 commit comments

Comments
 (0)