diff --git a/useful_links.md b/useful_links.md new file mode 100644 index 00000000..3058ba55 --- /dev/null +++ b/useful_links.md @@ -0,0 +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://stackoverflow.com/questions/40200413/sessions-vs-token-based-authentication + +- https://stackoverflow.com/questions/15678406/when-to-use-myisam-and-innodb + +## Tutorials + +- https://cstack.github.io/db_tutorial/ + +- 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://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://www.nextplatform.com/2015/09/24/inside-the-github-systems-where-open-source-lives/ + +- http://matt.might.net/articles/what-cs-majors-should-know/ + +- 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://simplystatistics.org/post/ + +- https://www.analyticsvidhya.com/blog/2016/07/10-analytics-data-science-top-universities-masters-usa/ + +- https://www.welcometothejungle.co/en/collections/behind-the-code + +- https://medium.com/@DoorDash/tips-for-building-high-quality-django-apps-at-scale-a5a25917b2b5 + +- https://hacktoberfestswaglist.com/#least-involvement-to-most-involvement + + +## Others + +- https://google.github.io/eng-practices/review/reviewer/ + +- https://www.preining.info + +- https://cheatsheetseries.owasp.org + +- https://wsvincent.com/ + +- https://machinelearningmastery.com \ No newline at end of file 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