From 3910bd5131fee97c39687c809eb552b379eb52bd Mon Sep 17 00:00:00 2001 From: Igor Kustov Date: Mon, 26 Mar 2018 21:21:51 +0200 Subject: [PATCH] Switched to HTTPS links where it's possible --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1569ccd..8e976f9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) -- [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) +- [Algorithms Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) @@ -43,7 +43,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/) ### Strings -- :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html) +- :page_facing_up: [Unicode and Character Sets](https://www.joelonsoftware.com/articles/Unicode.html) - [Homoglyphs](https://github.com/codebox/homoglyph/) - [Unicode Common Locale Data Repository](http://cldr.unicode.org/) - :movie_camera: [ASCII](https://www.youtube.com/watch?v=B1Sf1IhA0j4) @@ -57,15 +57,15 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/) ### Memory -- :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/) +- :page_facing_up: [What every Programmer should know about memory](https://lwn.net/Articles/250967/) ### Distributed Systems - :book: [Designing Data-Intensive Applications](https://www.goodreads.com/book/show/23463279-designing-data-intensive-applications) -- :scroll: [Designs, Lessons and Advice from Building Large Distributed Systems](http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf) +- :scroll: [Designs, Lessons and Advice from Building Large Distributed Systems](https://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf) - :scroll: [Time, Clocks and the Ordering of Events in a Distributed System](https://www.microsoft.com/en-us/research/publication/time-clocks-ordering-events-distributed-system/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fum%2Fpeople%2Flamport%2Fpubs%2Ftime-clocks.pdf) -- :page_facing_up: [There is No Now](http://queue.acm.org/detail.cfm?id=2745385) +- :page_facing_up: [There is No Now](https://queue.acm.org/detail.cfm?id=2745385) - :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen) -- :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf) +- :scroll: [Fallacies of Distributed Computing Explained](https://www.rgoarchitects.com/Files/fallacies.pdf) ### RegExp - [RegexHQ](https://github.com/regexhq) @@ -81,15 +81,15 @@ But knowing the stuff will help you become better! :muscle:* - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) ### SEO -- :page_facing_up: [What Every Programmer Should Know About SEO](http://katemats.com/what-every-programmer-should-know-about-seo/) +- :page_facing_up: [What Every Programmer Should Know About SEO](https://katemats.com/what-every-programmer-should-know-about-seo/) ### Architecture -- :scroll: [A Field Guide to Boxology](http://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) +- :scroll: [A Field Guide to Boxology](https://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) - :scroll: [Out of the Tar Pit](https://github.com/papers-we-love/papers-we-love/blob/master/design/out-of-the-tar-pit.pdf?raw=true) -- :scroll: [No Silver Bullet — Essence and Accidents of Software Engineering](http://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) +- :scroll: [No Silver Bullet — Essence and Accidents of Software Engineering](https://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) - :movie_camera: [Growing a Language](https://www.youtube.com/watch?v=_ahvzDzKdB0) - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) -- :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) +- :book: [Practical Object Oriented Design in Ruby](https://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) @@ -128,7 +128,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Cracking the Coding Interview: 189 Programming Questions and Solutions](https://www.goodreads.com/book/show/25707092-cracking-the-coding-interview) - :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews) - :book: [Tech Interview Handbook](https://github.com/yangshun/tech-interview-handbook) -- :page_facing_up: [Teach Yourself Programming in Ten Years](http://norvig.com/21-days.html) +- :page_facing_up: [Teach Yourself Programming in Ten Years](https://norvig.com/21-days.html) - :page_facing_up: [What you should know as a founder of a software company](https://qotoqot.com/blog/founder-skills/) @@ -137,7 +137,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Inventing on Principle](https://vimeo.com/36579366) ### Open Source -- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) +- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) @@ -152,7 +152,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s) - :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) -- :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754) +- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754) - :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) ### Problem Solving @@ -188,7 +188,7 @@ But knowing the stuff will help you become better! :muscle:* ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) -- [GeeksForGeeks](http://www.geeksforgeeks.org/) +- [GeeksForGeeks](https://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stack Overflow](https://stackoverflow.com/) - [Dzone](https://dzone.com/) @@ -203,7 +203,7 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) -- :link: [Codewars](http://codewars.com/) +- :link: [Codewars](https://codewars.com/) - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/)