From c1ab8f31822f95ed3d00941d984a4bdd7adcd7fb Mon Sep 17 00:00:00 2001 From: kadhirash Date: Wed, 18 Nov 2020 07:12:51 -0800 Subject: [PATCH] =?UTF-8?q?Add=20HTTPS=20and=20JS=20resources,=20check=5Fu?= =?UTF-8?q?rls=3Dfree-programming-books.md=20free=E2=80=A6=20(#5146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- free-courses-en.md | 1 + free-programming-books.md | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index a8d4a66e..062af359 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -377,6 +377,7 @@ * [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 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) * [Javascript30](https://javascript30.com) - Wesbos * [Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript) - Epicodus Inc. diff --git a/free-programming-books.md b/free-programming-books.md index 7cfea7a1..1e02ceba 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -72,6 +72,7 @@ * [Bootstrap](#bootstrap) * [Tailwindcss](https://tailwindcss.com/docs) - Adam Wathan * [HTTP](#http) +* [HTTPS](#https) * [Icon](#icon) * [Idris](#idris) * [iOS](#ios) @@ -696,8 +697,10 @@ * [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) * [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) * [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) * [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 @@ -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 -#### HTTP - -* [Introduction to HTTP](https://launchschool.com/books/http) - Launch School - - ### Idris * [Gentle Introduction to Dependent Types with Idris](https://leanpub.com/gidti) - Boro Sitnikovski *(Leanpub account or valid email requested)* -- GitLab