From a0604f11fef5a4fdc69d7313add362599ee8a029 Mon Sep 17 00:00:00 2001 From: devEMEL Date: Sat, 15 Aug 2020 02:06:55 +0100 Subject: [PATCH 1/3] added an article on react js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446a56c..2e16501 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Useful workshop materials. Useful articles and learning resources. +- [How to learn React.js in 2020](https://www.robinwieruch.de/learn-React-Js) - [Awesome Developer Resources](https://nelsonmichael.dev/awesome-developer-resources-ckcrin0gg00khpms1gbue38dz) - [DevC Resources CMS](https://developercircleresources.com/) - [5 Steps to Overcoming Deployment Anxiety with Error Monitoring](https://scotch.io/bar-talk/5-steps-to-overcoming-deployment-anxiety-with-error-monitoring) From 0f04b75287662f7561c2d4088aca700ce1e419ba Mon Sep 17 00:00:00 2001 From: devEMEL Date: Sat, 15 Aug 2020 02:18:02 +0100 Subject: [PATCH 2/3] adding bootstrap to a vue cli project --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e16501..bbbf655 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,9 @@ Useful articles and learning resources.
+- [Adding Bootstrap to a Vue CLI Project](https://travishorn.com/adding-bootstrap-to-a-vue-cli-project-98c2a30e0ed0), by Travis Horn + + - [The Clean Coder](https://www.goodreads.com/book/show/10284614-the-clean-coder), by Robert C. Martin - [Clean Code](https://www.goodreads.com/book/show/3735293-clean-code), by Robert C. Martin - [The Pragmatic Programmer](https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer), by Andy Hunt, Dave Thomas From d74a557021ae7835e8647e144c3e5998ca9f3930 Mon Sep 17 00:00:00 2001 From: devEMEL Date: Sat, 15 Aug 2020 02:28:01 +0100 Subject: [PATCH 3/3] added a frontend tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbbf655..8388071 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Useful articles and learning resources.
+- [Codepen](https://codepen.io/) - The best place to build, test, and discover front-end code. - [Graph API Explorer](https://developers.facebook.com/tools/explorer/) - Test, create, and authenticate API calls and debug responses. - [Sharing Debugger](https://developers.facebook.com/tools/debug/sharing/) - Preview how your content will look when it's shared to Facebook. - [JetBrains Tools App](https://www.jetbrains.com/toolbox/) - Manage installed JetBrains tools, download new ones and open recent projects.