From eda720319ee216e34e66cd81c9955cf7ce8f410c Mon Sep 17 00:00:00 2001 From: Andrew Tehrani Date: Thu, 23 Mar 2017 15:39:54 -0400 Subject: [PATCH] added quora link to useful web dev terminology (#19) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52b5d60..4cd705b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding ### Start Here * Take a look at the big picture: [**Web Developer Roadpath**](https://github.com/kamranahmedse/developer-roadmap) * YouTube video outlining what to learn (similar to above, but in video format) - [Watch this if you want to become a web developer](https://www.youtube.com/watch?v=sBzRwzY7G-k) +* Learn about the common tools associated with full stack web development - [What is the A-Z of Web Development?](https://www.quora.com/What-is-the-A-Z-of-web-development-and-web-design) * [My journey to becoming a web developer from scratch without a CS degree (and what I learned from it)](https://medium.freecodecamp.com/my-journey-to-becoming-a-web-developer-from-scratch-without-a-cs-degree-2-years-later-and-what-i-4a7fd2ff5503#.vk5vkb18q) (Medium) * What happens when you type google into your address bar? [[Reddit Link]](https://www.reddit.com/r/cscareerquestions/comments/55ydbs/common_interview_question_what_happens_when_you/) * [Tuts Plus - The http protocol every web developer must know](https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177)