From 8f487201a950c8e86ac5b7307beb3501616a68c0 Mon Sep 17 00:00:00 2001 From: Mauro Coppola Date: Sun, 6 Oct 2019 12:53:48 +0200 Subject: [PATCH 1/4] Add .md page --- useful_links.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 useful_links.md diff --git a/useful_links.md b/useful_links.md new file mode 100644 index 00000000..e69de29b From b8e94c6656ce0348059e2c684ee5f19a340ad6a3 Mon Sep 17 00:00:00 2001 From: Mauro Coppola Date: Sun, 6 Oct 2019 12:53:57 +0200 Subject: [PATCH 2/4] Update useful_links.md --- useful_links.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/useful_links.md b/useful_links.md index e69de29b..0c7992ee 100644 --- a/useful_links.md +++ b/useful_links.md @@ -0,0 +1,59 @@ +- https://stackoverflow.com/questions/35390533/actual-difference-between-data-compression-and-data-deduplication + +- https://github.com/alex/what-happens-when + +- https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a + +- https://www.cloudflare.com/learning/dns/what-is-dns/ + +- https://www.keycdn.com/blog/difference-between-http-and-https + +- https://www.jeskell.com/blog/jeskell-overview-of-data-deduplication-compression-stumped-by-dedup + +- https://en.wikipedia.org/wiki/Data_deduplication + +- https://searchstorage.techtarget.com/definition/data-deduplication + +- https://google.github.io/eng-practices/review/reviewer/ + +- https://forge.medium.com/youre-not-lazy-bored-or-unmotivated-35891b1f3376 + +- https://github.blog/2009-10-20-how-we-made-github-fast/ + +- https://docs.gitlab.com/ce/development/architecture.html + +- https://www.nextplatform.com/2015/09/24/inside-the-github-systems-where-open-source-lives/ + +- http://matt.might.net/articles/what-cs-majors-should-know/ + +- https://www.youtube.com/watch?v=mSzUb7f47qk + +- http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/ + +- http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/ + +- https://stackoverflow.com/questions/40200413/sessions-vs-token-based-authentication + +- https://www.preining.info + +- https://simplystatistics.org/post/ + +- https://cstack.github.io/db_tutorial/ + +- https://www.analyticsvidhya.com/blog/2016/07/10-analytics-data-science-top-universities-masters-usa/ + +- https://stackoverflow.com/questions/15678406/when-to-use-myisam-and-innodb + +- https://github.com/eon01/kubernetes-workshop + +- https://www.welcometothejungle.co/en/collections/behind-the-code + +- https://cheatsheetseries.owasp.org + +- https://wsvincent.com/ + +- https://medium.com/@DoorDash/tips-for-building-high-quality-django-apps-at-scale-a5a25917b2b5 + +- https://hacktoberfestswaglist.com/#least-involvement-to-most-involvement + +- https://machinelearningmastery.com \ No newline at end of file From 92868bf769d5fec81b86e91e5432a4bc99ba65c2 Mon Sep 17 00:00:00 2001 From: Mauro Coppola Date: Sun, 6 Oct 2019 13:04:08 +0200 Subject: [PATCH 3/4] Update useful_links.md --- useful_links.md | 61 +++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/useful_links.md b/useful_links.md index 0c7992ee..3058ba55 100644 --- a/useful_links.md +++ b/useful_links.md @@ -1,59 +1,76 @@ +# Useful links + +This is a list of articles, tutorials, questions and videos that may be useful for algorithms and data structures learning. + +## Questions + - https://stackoverflow.com/questions/35390533/actual-difference-between-data-compression-and-data-deduplication -- https://github.com/alex/what-happens-when +- https://stackoverflow.com/questions/40200413/sessions-vs-token-based-authentication -- https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a +- https://stackoverflow.com/questions/15678406/when-to-use-myisam-and-innodb -- https://www.cloudflare.com/learning/dns/what-is-dns/ +## Tutorials -- https://www.keycdn.com/blog/difference-between-http-and-https +- https://cstack.github.io/db_tutorial/ -- https://www.jeskell.com/blog/jeskell-overview-of-data-deduplication-compression-stumped-by-dedup +- https://github.com/eon01/kubernetes-workshop + +## Videos + +- https://www.youtube.com/watch?v=mSzUb7f47qk + +## Topics - https://en.wikipedia.org/wiki/Data_deduplication - https://searchstorage.techtarget.com/definition/data-deduplication -- https://google.github.io/eng-practices/review/reviewer/ +- https://docs.gitlab.com/ce/development/architecture.html + +## Articles + +- https://github.com/alex/what-happens-when + +- https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a + +- https://www.cloudflare.com/learning/dns/what-is-dns/ + +- https://www.keycdn.com/blog/difference-between-http-and-https + +- https://www.jeskell.com/blog/jeskell-overview-of-data-deduplication-compression-stumped-by-dedup - https://forge.medium.com/youre-not-lazy-bored-or-unmotivated-35891b1f3376 - https://github.blog/2009-10-20-how-we-made-github-fast/ -- https://docs.gitlab.com/ce/development/architecture.html - - https://www.nextplatform.com/2015/09/24/inside-the-github-systems-where-open-source-lives/ - http://matt.might.net/articles/what-cs-majors-should-know/ -- https://www.youtube.com/watch?v=mSzUb7f47qk - - http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/ - http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/ -- https://stackoverflow.com/questions/40200413/sessions-vs-token-based-authentication +- https://simplystatistics.org/post/ -- https://www.preining.info +- https://www.analyticsvidhya.com/blog/2016/07/10-analytics-data-science-top-universities-masters-usa/ -- https://simplystatistics.org/post/ +- https://www.welcometothejungle.co/en/collections/behind-the-code -- https://cstack.github.io/db_tutorial/ +- https://medium.com/@DoorDash/tips-for-building-high-quality-django-apps-at-scale-a5a25917b2b5 -- https://www.analyticsvidhya.com/blog/2016/07/10-analytics-data-science-top-universities-masters-usa/ +- https://hacktoberfestswaglist.com/#least-involvement-to-most-involvement -- https://stackoverflow.com/questions/15678406/when-to-use-myisam-and-innodb -- https://github.com/eon01/kubernetes-workshop +## Others -- https://www.welcometothejungle.co/en/collections/behind-the-code +- https://google.github.io/eng-practices/review/reviewer/ + +- https://www.preining.info - https://cheatsheetseries.owasp.org - https://wsvincent.com/ -- https://medium.com/@DoorDash/tips-for-building-high-quality-django-apps-at-scale-a5a25917b2b5 - -- https://hacktoberfestswaglist.com/#least-involvement-to-most-involvement - - https://machinelearningmastery.com \ No newline at end of file From 3d1040d9a0298933769e48c97489c11c758a4896 Mon Sep 17 00:00:00 2001 From: Mauro Coppola Date: Sun, 6 Oct 2019 13:04:57 +0200 Subject: [PATCH 4/4] Delete useful_links.txt --- useful_links.txt | 59 ------------------------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 useful_links.txt diff --git a/useful_links.txt b/useful_links.txt deleted file mode 100644 index 13ec639b..00000000 --- a/useful_links.txt +++ /dev/null @@ -1,59 +0,0 @@ -https://stackoverflow.com/questions/35390533/actual-difference-between-data-compression-and-data-deduplication - -https://github.com/alex/what-happens-when - -https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a - -https://www.cloudflare.com/learning/dns/what-is-dns/ - -https://www.keycdn.com/blog/difference-between-http-and-https - -https://www.jeskell.com/blog/jeskell-overview-of-data-deduplication-compression-stumped-by-dedup - -https://en.wikipedia.org/wiki/Data_deduplication - -https://searchstorage.techtarget.com/definition/data-deduplication - -https://google.github.io/eng-practices/review/reviewer/ - -https://forge.medium.com/youre-not-lazy-bored-or-unmotivated-35891b1f3376 - -https://github.blog/2009-10-20-how-we-made-github-fast/ - -https://docs.gitlab.com/ce/development/architecture.html - -https://www.nextplatform.com/2015/09/24/inside-the-github-systems-where-open-source-lives/ - -http://matt.might.net/articles/what-cs-majors-should-know/ - -https://www.youtube.com/watch?v=mSzUb7f47qk - -http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/ - -http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/ - -https://stackoverflow.com/questions/40200413/sessions-vs-token-based-authentication - -https://www.preining.info - -https://simplystatistics.org/post/ - -https://cstack.github.io/db_tutorial/ - -https://www.analyticsvidhya.com/blog/2016/07/10-analytics-data-science-top-universities-masters-usa/ - -https://stackoverflow.com/questions/15678406/when-to-use-myisam-and-innodb - -https://github.com/eon01/kubernetes-workshop - -https://www.welcometothejungle.co/en/collections/behind-the-code - -https://cheatsheetseries.owasp.org - -https://wsvincent.com/ - -https://medium.com/@DoorDash/tips-for-building-high-quality-django-apps-at-scale-a5a25917b2b5 - -https://hacktoberfestswaglist.com/#least-involvement-to-most-involvement - -https://machinelearningmastery.com