From a77122c40d02e8d5e1d7619b1c18d18355a139c2 Mon Sep 17 00:00:00 2001 From: kenan1099 Date: Sat, 22 Aug 2020 01:29:06 +0400 Subject: [PATCH] Changed luanotes links to archive.org links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf5ac27..0faa8ea 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ Full-stack web developer is who works familiar with both front-end and back-end, ## Back-end * Language: Ruby * [Ruby Programming Tutorial](https://github.com/thanhluanuit/ruby-tutorial) - * [Best Resources to learn Ruby](http://luanotes.com/posts/10-best-resources-to-learn-ruby) + * [Best Resources to learn Ruby](https://web.archive.org/web/20171014053140/http://www.luanotes.com/posts/15-best-resources-for-learning-ruby-on-rails) * Framework: Ruby on Rails - * [Best Resources to learn Ruby on Rails](http://luanotes.com/posts/15-best-resources-for-learning-ruby-on-rails) + * [Best Resources to learn Ruby on Rails](https://web.archive.org/web/20171014053140/http://www.luanotes.com/posts/15-best-resources-for-learning-ruby-on-rails) * Unit test: Rspec - * [Essential Resources to learn Rspec](http://luanotes.com/posts/essential-resources-to-learn-rspec) + * [Essential Resources to learn Rspec](https://web.archive.org/web/20170813192716/http://luanotes.com/posts/essential-resources-to-learn-rspec) ## Databases * Relational Databases: - * [PostgreSQL](http://luanotes.com/posts/how-to-install-back-up-and-restore-postgresql) + * [PostgreSQL](https://web.archive.org/web/20170815122917/http://luanotes.com/posts/how-to-install-back-up-and-restore-postgresql) * MySQL * MSSQL @@ -112,7 +112,7 @@ Full-stack web developer is who works familiar with both front-end and back-end, ## Best Resources -- [Clean Code](http://luanotes.com/posts/book-review-clean-code-robert-c-martin-series): A Handbook of Agile Software Craftsmanship +- [Clean Code](https://web.archive.org/web/20170808061926/http://luanotes.com/posts/book-review-clean-code-robert-c-martin-series): A Handbook of Agile Software Craftsmanship - [Code Complete 2](https://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670): A Practical Handbook of Software Construction