Skip to content

Commit 37bd368

Browse files
authored
Merge pull request #41 from YellowFoxH4XOR/master
Added a new section with links to various Coding Sites
2 parents 4b7fe76 + a393dd5 commit 37bd368

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@ A collection of (mostly) technical things every software developer should know.
66
Highly opinionated :bomb:. Not backed by science.
77
Comes in no particular order :recycle:
88

9-
U like it? :star: it and [share](https://twitter.com/mr_mig_by/status/900735231552098306) with a friendly developer!
9+
U like it? :star: it and [share](https://twitter.com/mr_mig_by/status/900735231552098306) with a friendly developer!
1010
U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/900147758845308930) :dog:
1111

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

1515
*P.P.S. [Contributions](CONTRIBUTING.md) are welcomed!*
1616

17-
----
1817

1918
### Introduction
20-
- :movie_camera: [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA)
21-
- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci)
19+
- :movie_camera: [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA)
20+
- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci)
2221

2322
### Falsehoods
2423
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
@@ -44,7 +43,7 @@ But knowing the stuff will help you become better! :muscle:*
4443
- [Homoglyphs](https://github.com/codebox/homoglyph/)
4544
- [Unicode Common Locale Data Repository](http://cldr.unicode.org/)
4645

47-
### Latency
46+
### Latency
4847
- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
4948
- :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
5049

@@ -99,7 +98,7 @@ But knowing the stuff will help you become better! :muscle:*
9998
Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc.
10099
- :page_facing_up: [Pomodoro for Programmers](http://www.metadevelopment.io/pomodoro-for-programmers/)
101100

102-
### Career
101+
### Career
103102
- :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/)
104103
- :page_facing_up: [How Much Do Software Engineers Really Make in Each City?](https://www.codementor.io/blog/best-cities-software-engineer-earnings-271vpf599k)
105104
- :page_facing_up: [Software Engineers Tenure in San Francisco](https://hackerlife.co/blog/san-francisco-large-corporation-employee-tenure)
@@ -131,8 +130,8 @@ But knowing the stuff will help you become better! :muscle:*
131130
- :book: [Crucial Conversations](https://www.goodreads.com/book/show/15014.Crucial_Conversations)
132131
- :book: [How to Win Friends and Influence People](https://www.goodreads.com/book/show/4865.How_to_Win_Friends_and_Influence_People)
133132

134-
### Papers on Programming
135-
- :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love)
133+
### Papers on Programming
134+
- :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love)
136135
- :newspaper: [The Morning Paper](https://blog.acolyer.org/)
137136

138137
### Free Books on Programming
@@ -145,8 +144,15 @@ But knowing the stuff will help you become better! :muscle:*
145144
- [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding)
146145
- [Simpleicons](https://simpleicons.org/)
147146
- [Learn Anything](https://learn-anything.xyz/)
148-
149147
### Where To Look For Further Info
150148
- [GeeksForGeeks](http://www.geeksforgeeks.org/)
151149
- [Dev.To](https://dev.to/)
152150
- [Stackoverflow](https://stackoverflow.com/)
151+
### Coding Practice Sites :zap:
152+
- :link: [CodeForces](http://codeforces.com/)
153+
- :link: [CodeChef](https://www.codechef.com)
154+
- :link: [Cs Academy](https://csacademy.com/)
155+
- :link: [HackerRank](https://hackerrank.com/)
156+
- :link: [Spoj](https://spoj.com/)
157+
- :link: [HackerEarth](https://hackerearth.com/)
158+
- :link: [TopCoder](https://www.topcoder.com/)

0 commit comments

Comments
 (0)