@@ -59,6 +59,10 @@ this short list as my absolute favorites that help developers become
5959 can be similarly accessible to developers who understand what they want
6060 their design to accomplish.
6161
62+ * [ Laws of UX] ( https://lawsofux.com/ ) provides a beautiful overview of
63+ design principles for building user experiences. Highly recommended even
64+ if just to see how the information is presented.
65+
6266* [ How I Work with Color] ( https://medium.com/@JustinMezzell/how-i-work-with-color-8439c98ae5ed )
6367 is a fantastic article from a professional designer on how he thinks
6468 about color and uses it for certain effects in his designs.
@@ -68,6 +72,17 @@ this short list as my absolute favorites that help developers become
6872 Highly recommended especially if you feel you have no design skills but
6973 need to learn them.
7074
75+ * [ Web bloat] ( https://danluu.com/web-bloat/ ) is the story of traveling
76+ and using the web with low bandwidth, high latency internet connections
77+ that often drop packets. The author explains how many websites are
78+ barely usable and that if you truly want your site to work well you need
79+ to ensure it works for connections much worse than the fiber connection
80+ you may have at the home or office.
81+
82+ * [ The Average Web Page (Data from Analyzing 8 Million Websites)] ( https://css-tricks.com/average-web-page-data-analyzing-8-million-websites/ )
83+ shows the most frequently used HTML elements, metadata, text
84+ content and other statistics from a large scale analysis of the web.
85+
7186* [ Kuler] ( https://kuler.adobe.com/create/color-wheel/ ) is a complementary
7287 color picker by Adobe that helps choose colors for your designs.
7388
@@ -96,3 +111,8 @@ this short list as my absolute favorites that help developers become
96111* [ Front-end performance checklist] ( https://github.com/thedaviddias/Front-End-Performance-Checklist )
97112 is a comprehensive checklist useful when you are implementing a
98113 web application's client side code.
114+
115+ * [ Front-end Developer Handbook 2018] ( https://frontendmasters.com/books/front-end-handbook/2018/ )
116+ provides a high-level overview of many of the tools developers use
117+ in the browser and some other useful information on average salaries
118+ and where to search for front-end development jobs.
0 commit comments