From bf2744a5c071a12c84a9c682828e3295e9f31301 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 15 Mar 2017 19:21:19 +0500 Subject: [PATCH 1/5] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b44a2fcf5..5b3471f81 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ If you think any of the roadmaps can be improved, please do open a PR with any u ## 👬 Contribution +The roadmaps are built using [Balsamiq](https://balsamiq.com/products/mockups/). Project file can be found at `/ROADMAPS.bmpr`, open it in balsamiq, do the necessary modifications and create a PR. + - Open pull request with improvements - Report issues - Spread the word From 8219aedd2dcf82a1252f25130021071718c510ba Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 15 Mar 2017 19:30:10 +0500 Subject: [PATCH 2/5] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3471f81..2cde0fd28 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Roadmap to becoming a web developer in 2017 -Below you find a set of charts demonstrating the paths that you can take and the technologies that you would want to learn in order to become a frontend, backend or a devops guy. I made these charts for an old professor of mine who wanted something to share with his college students to give them a perspective. +Below you find a set of charts demonstrating the paths that you can take and the technologies that you would want to adopt in order to become a frontend, backend or a devops guy. I made these charts for an old professor of mine who wanted something to share with his college students to give them a perspective. If you think that these can be improved in anyway, please do suggest. From 02c30296d92915e4282141dffca5bda9c74fa491 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 16 Mar 2017 09:51:15 +0500 Subject: [PATCH 3/5] Update roadmaps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cde0fd28..9786ec8ba 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ If you think that these can be improved in anyway, please do suggest. ## 🎨 Frontend Roadmap -![](http://i.imgur.com/6T7w8R7.png) +![](http://i.imgur.com/Hwr7fPs.png) ## 👽 Backend Roadmap For the backend, personally I would prefer Node JS and PHP-7 for the full time plus I have been experimenting lately with Go and I quite like it. Apart from these, if I have to choose another one, I would go for Ruby. However this is just my personal preference, you can choose any of the shown languages and you will be good. -![](http://i.imgur.com/qtsfTz5.png) +![](http://i.imgur.com/Hwk5Lad.png) ## 👷 DevOps Roadmap From 2216dd6990728d041e6430cffb23ceb6ddb3624f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 16 Mar 2017 13:49:08 +0500 Subject: [PATCH 4/5] Update license --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9786ec8ba..fe4a18d9d 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,10 @@ If you think any of the roadmaps can be improved, please do open a PR with any u The roadmaps are built using [Balsamiq](https://balsamiq.com/products/mockups/). Project file can be found at `/ROADMAPS.bmpr`, open it in balsamiq, do the necessary modifications and create a PR. - Open pull request with improvements -- Report issues +- Discuss ideas in issues - Spread the word - Reach out to me directly at kamranahmed.se@gmail.com or on twitter [@kamranahmedse](http://twitter.com/kamranahmedse) -## License -MIT © [Kamran Ahmed](http://kamranahmed.info) +## Licence + +[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/) From a3e0a0f15403fbbc1d709000e33b820fdd14bce6 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 16 Mar 2017 13:50:02 +0500 Subject: [PATCH 5/5] Remove MIT License --- LICENSE | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index d5480d44c..000000000 --- a/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright 2017 Kamran Ahmed - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.