Add HTTPS and JS resources, check_urls=free-programming-books.md free… (#5146)
* Add HTTPS and JS resources, check_urls=free-programming-books.md free-courses-en.md * moved http and https sections into networking Co-authored-by: Eric Hellman <eric@hellman.net>pull/5152/head
parent
ccfe0d01f2
commit
c1ab8f3182
|
@ -377,6 +377,7 @@
|
||||||
* [ES6 and Typescript Tutorial](https://www.youtube.com/playlist?list=PLC3y8-rFHvwhI0V5mE9Vu6Nm-nap8EcjV) - Codevolution
|
* [ES6 and Typescript Tutorial](https://www.youtube.com/playlist?list=PLC3y8-rFHvwhI0V5mE9Vu6Nm-nap8EcjV) - Codevolution
|
||||||
* [Intro to JavaScript ES6 programming](https://www.youtube.com/playlist?list=PL-xu4i_QDSxcoDNeh8rx5-pHCCTOg0XsI)
|
* [Intro to JavaScript ES6 programming](https://www.youtube.com/playlist?list=PL-xu4i_QDSxcoDNeh8rx5-pHCCTOg0XsI)
|
||||||
* [Intro To JavaScript Unit Testing & BDD](https://www.youtube.com/watch?v=u5cLK1UrFyQ&list=RDCMUC29ju8bIPH5as8OGnQzwJyA) - Traversy Media
|
* [Intro To JavaScript Unit Testing & BDD](https://www.youtube.com/watch?v=u5cLK1UrFyQ&list=RDCMUC29ju8bIPH5as8OGnQzwJyA) - Traversy Media
|
||||||
|
* [Javascript course](https://www.youtube.com/playlist?list=PLRAV69dS1uWSxUIk5o3vQY2-_VKsOpXLD) - Hitesh Choudhary
|
||||||
* [Javascript Essentials](https://www.udemy.com/javascript-essentials/) - Lawrence Turton (Udemy)
|
* [Javascript Essentials](https://www.udemy.com/javascript-essentials/) - Lawrence Turton (Udemy)
|
||||||
* [Javascript30](https://javascript30.com) - Wesbos
|
* [Javascript30](https://javascript30.com) - Wesbos
|
||||||
* [Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript) - Epicodus Inc.
|
* [Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript) - Epicodus Inc.
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
* [Bootstrap](#bootstrap)
|
* [Bootstrap](#bootstrap)
|
||||||
* [Tailwindcss](https://tailwindcss.com/docs) - Adam Wathan
|
* [Tailwindcss](https://tailwindcss.com/docs) - Adam Wathan
|
||||||
* [HTTP](#http)
|
* [HTTP](#http)
|
||||||
|
* [HTTPS](#https)
|
||||||
* [Icon](#icon)
|
* [Icon](#icon)
|
||||||
* [Idris](#idris)
|
* [Idris](#idris)
|
||||||
* [iOS](#ios)
|
* [iOS](#ios)
|
||||||
|
@ -696,8 +697,10 @@
|
||||||
* [Computer Networks: A Systems Approach](https://book.systemsapproach.org) - Larry Peterson and Bruce Davie (HTML, epub, mobi, PDF)
|
* [Computer Networks: A Systems Approach](https://book.systemsapproach.org) - Larry Peterson and Bruce Davie (HTML, epub, mobi, PDF)
|
||||||
* [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html)
|
* [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html)
|
||||||
* [High-Performance Browser Networking](https://hpbn.co) - Ilya Grigorik
|
* [High-Performance Browser Networking](https://hpbn.co) - Ilya Grigorik
|
||||||
|
* [How HTTPS Works](https://howhttps.works) - DNSimple
|
||||||
* [HTTP Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/http) (PDF, Kindle) (email address *requested*, not required)
|
* [HTTP Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/http) (PDF, Kindle) (email address *requested*, not required)
|
||||||
* [HTTP2 Explained](http://daniel.haxx.se/http2/) - Daniel Stenberg
|
* [HTTP2 Explained](http://daniel.haxx.se/http2/) - Daniel Stenberg
|
||||||
|
* [Introduction to HTTP](https://launchschool.com/books/http) - Launch School
|
||||||
* [IPv6 for IPv4 Experts](https://sites.google.com/site/yartikhiy/home/ipv6book) - Yar Tikhiy (PDF)
|
* [IPv6 for IPv4 Experts](https://sites.google.com/site/yartikhiy/home/ipv6book) - Yar Tikhiy (PDF)
|
||||||
* [Kafka, The definitive Guide](https://assets.confluent.io/m/1b509accf21490f0/original/20170707-EB-Confluent_Kafka_Definitive-Guide_Complete.pdf) - Neha Narkhede (PDF)
|
* [Kafka, The definitive Guide](https://assets.confluent.io/m/1b509accf21490f0/original/20170707-EB-Confluent_Kafka_Definitive-Guide_Complete.pdf) - Neha Narkhede (PDF)
|
||||||
* [Network Science](http://networksciencebook.com) - Albert-Laszló Barabási
|
* [Network Science](http://networksciencebook.com) - Albert-Laszló Barabási
|
||||||
|
@ -1562,11 +1565,6 @@ Kerridge (PDF) (email address *requested*, not required)
|
||||||
* [Twitter Bootstrap Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/twitterbootstrap) - Peter Shaw
|
* [Twitter Bootstrap Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/twitterbootstrap) - Peter Shaw
|
||||||
|
|
||||||
|
|
||||||
#### HTTP
|
|
||||||
|
|
||||||
* [Introduction to HTTP](https://launchschool.com/books/http) - Launch School
|
|
||||||
|
|
||||||
|
|
||||||
### Idris
|
### Idris
|
||||||
|
|
||||||
* [Gentle Introduction to Dependent Types with Idris](https://leanpub.com/gidti) - Boro Sitnikovski *(Leanpub account or valid email requested)*
|
* [Gentle Introduction to Dependent Types with Idris](https://leanpub.com/gidti) - Boro Sitnikovski *(Leanpub account or valid email requested)*
|
||||||
|
|
Loading…
Reference in New Issue