Skip to content

Commit 7740fec

Browse files
authored
Add "How open source licenses work and how to add them to your projects" to list (#92)
* Add "How open source licenses work and how to add them to your projects" to list
1 parent f1e9e91 commit 7740fec

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
----
44

55
# Every Programmer Should Know :thinking:
6-
A collection of (mostly) technical things every software developer should know.
6+
A collection of (mostly) technical things every software developer should know.
77

88
:point_up: *These are resources I can recommend to every programmer regardless of their skill level or tech stack*
99

10-
Highly opinionated :bomb:. Not backed by science.
10+
Highly opinionated :bomb:. Not backed by science.
1111
Comes in no particular order :recycle:
1212

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

16-
*P.S. You [don't need to know](https://xkcd.com/1050/) all of that by heart to be a programmer.
16+
*P.S. You [don't need to know](https://xkcd.com/1050/) all of that by heart to be a programmer.
1717
But knowing the stuff will help you become better! :muscle:*
1818

1919
*P.P.S. [Contributions](CONTRIBUTING.md) are welcome!*
@@ -25,8 +25,8 @@ But knowing the stuff will help you become better! :muscle:*
2525
- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci)
2626

2727
### Falsehoods
28-
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
29-
💊 Curated list of falsehoods programmers believe in.
28+
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
29+
💊 Curated list of falsehoods programmers believe in.
3030
Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more.
3131

3232
### Algorithms
@@ -130,9 +130,9 @@ But knowing the stuff will help you become better! :muscle:*
130130
- :book: [SICP: Structure and Interpretation of Computer Programs](https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs)
131131
- :page_facing_up: [Thirteen Ways of Looking at a Turtle](https://fsharpforfunandprofit.com/posts/13-ways-of-looking-at-a-turtle-3/)
132132
- :scroll: [Programming Paradigms for Dummies: What Every Programmer Should Know](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf)
133-
- [Learn X in Y Minutes](https://learnxinyminutes.com/)
133+
- [Learn X in Y Minutes](https://learnxinyminutes.com/)
134134
Learn the basics of a language in a highly condensed way.
135-
- [Hyperpolyglot](http://hyperpolyglot.org/)
135+
- [Hyperpolyglot](http://hyperpolyglot.org/)
136136
Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc.
137137
- :page_facing_up: [Pomodoro for Programmers](https://blog.metadevelopment.io/pomodoro-for-programmers/)
138138
- :book: [Site Reliability Engineering](https://landing.google.com/sre/sre-book/toc/index.html)
@@ -208,6 +208,7 @@ But knowing the stuff will help you become better! :muscle:*
208208
### Licenses
209209
- [Choose An Open Source License](https://choosealicense.com/)
210210
- [Well-explained Software licenses in TLDR version](https://tldrlegal.com/)
211+
- [How open source licenses work and how to add them to your projects](https://medium.freecodecamp.org/how-open-source-licenses-work-and-how-to-add-them-to-your-projects-34310c3cf94)
211212

212213
### Where To Look For Further Info
213214
- [freeCodeCamp Guide](https://guide.freecodecamp.org/)

0 commit comments

Comments
 (0)