├── README.md
└── src
├── 02-2018.md
├── 03-2018.md
├── 04-2018.md
├── 05-2018.md
├── 05-2019.md
├── 06-2018.md
├── 06-2019.md
├── 07-2018.md
├── 08-2018.md
├── 09-2018.md
├── 10-2018.md
├── 11-2018.md
├── 12-2018.md
├── Sep-WebDev-Top10.png
├── Top10-0519-webdev.png
├── Top10-Dec-WebDev.png
├── Top10-Nov-WebDev.png
├── apr-webdev-article.jpg
├── aug-webdev-top10.png
├── feb-webdev.png
├── july-webdev-top10.jpg
├── june-webdev-top10.jpg
├── mar-webdev-article.png
├── may-webdev-top10.jpg
├── oct-top10-webdev.png
└── webdev-1906-top10.png
/README.md:
--------------------------------------------------------------------------------
1 | # web-development-articles-monthly
2 |
3 | Click "Watch" to get an email notification once a month for Top 10 Web Development articles. Update will be made on major releases.
4 |
5 | [Mybridge AI](https://www.mybridge.co) ranks articles by the number of shares, minutes read, and by its own machine learning algorithm.
6 |
7 | Every month, about 1,000 ~ 1,500 articles, specific to Web Development, are compared and only 10 finest articles are picked. This will ensure you that every single article you read is useful and great.
8 |
9 | Also published on [Mybridge Publication](https://medium.mybridge.co)
10 |
11 |
12 | ## Monthly Series:
13 |
14 | <2018>
15 | * [v.Feb 2018 - Top 10 Web Development Articles](./src/02-2018.md)
16 | * [v.Mar 2018 - Top 10 Web Development Articles](./src/03-2018.md)
17 | * [v.Apr 2018 - Top 10 Web Development Articles](./src/04-2018.md)
18 | * [v.May 2018 - Top 10 Web Development Articles](./src/05-2018.md)
19 | * [v.Jun 2018 - Top 10 Web Development Articles](./src/06-2018.md)
20 | * [v.Jul 2018 - Top 10 Web Development Articles](./src/07-2018.md)
21 | * [v.Aug 2018 - Top 10 Web Development Articles](./src/08-2018.md)
22 | * [v.Sep 2018 - Top 10 Web Development Articles](./src/09-2018.md)
23 | * [v.Oct 2018 - Top 10 Web Development Articles](./src/10-2018.md)
24 | * [v.Nov 2018 - Top 10 Web Development Articles](./src/11-2018.md)
25 | * [v.Dec 2018 - Top 10 Web Development Articles](./src/12-2018.md)
26 |
27 | <2019>
28 |
29 | * [v.May 2019 - Top 10 Web Development Articles](./src/05-2019.md)
30 | * [v.June 2019 - Top 10 Web Development Articles](./src/06-2019.md)
31 |
32 |
33 |
34 |
35 | ## Other Monthly:
36 | * [JavaScript Top 10](https://github.com/Mybridge/javascript-articles-monthly)
37 | * [Angular Top 10](https://github.com/Mybridge/angular-articles)
38 | * [React Top 10](https://github.com/Mybridge/react-articles-monthly)
39 | * [Vue.js Top 10](https://github.com/Mybridge/vuejs-articles)
40 | * [Python Top 10](https://github.com/Mybridge/python-articles)
41 | * [Node.js Top 10](https://github.com/Mybridge/nodejs-articles)
42 | * [Web Development Top 10](https://github.com/Mybridge/web-development-articles)
43 | * [Machine Learning Top 10](https://github.com/Mybridge/machine-learning-articles)
44 | * [Swift Top 10](https://github.com/Mybridge/swift-articles)
45 |
46 | ## Open Source Monthly:
47 | * [JavaScript Open Source Top 10](https://github.com/Mybridge/javascript-open-source)
48 | * [Angular Open Source Top 10](https://github.com/Mybridge/angular-open-source)
49 | * [React Open Source Top 10](https://github.com/Mybridge/reactjs-open-source)
50 | * [Vue.js Open Source Top 10](https://github.com/Mybridge/vuejs-open-source)
51 | * [Python Open Source Top 10](https://github.com/Mybridge/python-open-source)
52 | * [Node.js Open Source Top 10](https://github.com/Mybridge/nodejs-open-source)
53 | * [Web Development Open Source Top 10](https://github.com/Mybridge/web-development-articles)
54 | * [Machine Learning Open Source Top 10](https://github.com/Mybridge/machine-learning-open-source)
55 | * [Swift Open Source Top 10](https://github.com/Mybridge/swift-open-source)
56 |
--------------------------------------------------------------------------------
/src/02-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Feb 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Inspiration, Performance Checklist, CSS Naming Conventions, Testing Microservices, Clean Code, Web Security, HTTPs, Password Management, Web Assembly.
8 | * Also published on the [publication](https://medium.com/@Mybridge/web-development-top-10-articles-for-the-past-month-v-feb-2018-8e4b0859d5dc)
9 |
10 |
11 |
12 |
13 | ## Rank 1
14 | ### [Stories from 300 developers who got their first tech job in their 30s, 40s, and 50s](https://medium.freecodecamp.org/stories-from-300-developers-who-got-their-first-tech-job-in-their-30s-40s-and-50s-64306eb6bb27?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
15 |
16 |
17 |
18 | ## Rank 2
19 | ### [Front-End Performance Checklist 2018 [PDF, Apple Pages]](https://www.smashingmagazine.com/2018/01/front-end-performance-checklist-2018-pdf-pages?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
20 |
21 |
22 |
23 | ## Rank 3
24 | ### [CSS Naming Conventions that Will Save You Hours of Debugging](https://medium.freecodecamp.org/css-naming-conventions-that-will-save-you-hours-of-debugging-35cea737d849?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
25 |
26 |
27 |
28 | ## Rank 4
29 | ### [Testing Microservices, the sane way](https://medium.com/@copyconstruct/testing-microservices-the-sane-way-9bb31d158c16?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
30 |
31 |
32 |
33 | ## Rank 5
34 | ### [How to Make Your Code CLEAN and BEAUTIFUL](https://hackernoon.com/how-to-make-your-code-clean-and-beautiful-5ff7aee03be6?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
35 |
36 |
37 |
38 | ## Rank 6
39 | ### [Hacker101: A free class for web security](https://github.com/Hacker0x01/hacker101?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
40 |
41 |
42 |
43 | ## Rank 7
44 | ### [HTTPS explained with carrier pigeons](https://medium.freecodecamp.org/https-explained-with-carrier-pigeons-7029d2193351?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
45 |
46 |
47 |
48 | ## Rank 8
49 | ### [12 best practices for user account, authorization and password management](https://cloudplatform.googleblog.com/2018/01/12-best-practices-for-user-account.html?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
50 |
51 |
52 |
53 | ## Rank 9
54 | ### [Oxidizing Source Maps with Rust and WebAssembly – Mozilla Hacks - the Web developer blog](https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
55 |
56 |
57 |
58 | ## Rank 10
59 | ### [How to get HTTPS working on your local development environment in 5 minutes](https://medium.freecodecamp.org/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec?utm_source=mybridge&utm_medium=email&utm_campaign=read_more)
60 |
--------------------------------------------------------------------------------
/src/03-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Feb 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Job Interview, Careers, Sketching, AI, Modern CSS, CTO, HTTPS, Service Workers, IBM Watson
8 | * Also published on the [publication](https://goo.gl/L4UAHB)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Web Developer Bootcamp.](http://bit.ly/2EewLTH) [63,555 recommends, 4.7/5 stars]
15 |
16 | [B) Fullstack: Node with React: Fullstack Web Development.](http://bit.ly/2EQfnEN) [3,929 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Front-end-interview-handbook: Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore](https://github.com/yangshun/front-end-interview-handbook?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Who Killed The Junior Developer?](https://medium.com/@melissamcewen/who-killed-the-junior-developer-33e9da2dc58c?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [Sketching in the Browser](https://medium.com/seek-blog/sketching-in-the-browser-33a7b7aa0526?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [How you can train an AI to convert your design mockups into HTML and CSS](https://medium.freecodecamp.org/how-you-can-train-an-ai-to-convert-your-design-mockups-into-html-and-css-cc7afd82fed4?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [How I applied lessons learned from a failed technical interview to get 5 job offers](https://medium.freecodecamp.org/how-i-applied-lessons-learned-from-a-failed-technical-interview-to-get-5-job-offers-656fcf58034d?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Modern CSS Explained For Dinosaurs](https://medium.com/actualize-network/modern-css-explained-for-dinosaurs-5226febe3525?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [What I wish I knew when I became CTO](https://medium.com/sketchdeck-developer-blog/what-i-wish-i-knew-when-i-became-cto-fdc934b790e3?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [How to get your site on HTTPS for free in 10 minutes](https://medium.freecodecamp.org/free-https-c051ca570324?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Service workers: the little heroes behind Progressive Web Apps](https://flaviocopes.com/service-workers?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Voice recognition on the web using IBM Watson](https://www.youtube.com/watch?v=Imb4RSG6alg?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/04-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Apr 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Developer Roadmap, Progressive Web Apps, Survey, Developer, Deep learning, Optimization, Tech Lead, Web View, DevTools, Webpack 4
8 | * Also published on the [publication](https://goo.gl/cua5EP)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Complete Web Developer Course 2.0](http://bit.ly/2FkTu0B) [34,469 recommends, 4.6/5 stars]
15 |
16 | [B) Golang: Web Development w/ Google’s Go (golang) Programming Language.](http://bit.ly/2IQJdKE) [1,594 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Modern Frontend Developer in 2018](https://medium.com/tech-tajawal/modern-frontend-developer-in-2018-4c2072fa2b9c?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Progressive Web Apps on iOS are here ](https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [Developer Survey 2018 from 100,000 Developers ](https://insights.stackoverflow.com/survey/2018?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [I am a mediocre developer](https://dev.to/sobolevn/i-am-a-mediocre-developer--30hn?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [Automated front-end development using deep learning](https://blog.insightdatascience.com/automated-front-end-development-using-deep-learning-3169dd086e82?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [A beginner’s guide to website optimization](https://medium.freecodecamp.org/a-beginners-guide-to-website-optimization-2185edca0b72?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [The Effective Tech Lead is a 100x Engineer](https://hackernoon.com/the-effective-tech-lead-is-a-100x-engineer-fe49c0372a63?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [What is in a Web View? An Analysis of Progressive Web App Features When the Means of Web Access is not a Web Browser](https://research.google.com/pubs/pub46739.html?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Cool Chrome DevTools tips and tricks you wish you knew already](https://medium.freecodecamp.org/cool-chrome-devtools-tips-and-tricks-you-wish-you-knew-already-f54f65df88d2?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Webpack 4.0 Release: What's New?](https://auth0.com/blog/webpack-4-release-what-is-new?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/05-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.May 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Programming, Design Checklist, Job, Testing, Development Environment, Lazy Loading, Front End, Performance, API, Chromium
8 | * Also published on the [publication](https://goo.gl/46899T)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Web Developer Bootcamp.](http://bit.ly/2EewLTH) [72,052 recommends, 4.7/5 stars]
15 |
16 | [B) JavaScript: Accelerated JavaScript Training.](http://bit.ly/2HWR6Cl) [1,899 recommends, 4.8/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [How to think like a programmer — lessons in problem solving](https://medium.freecodecamp.org/how-to-think-like-a-programmer-lessons-in-problem-solving-d1d8bf1de7d2?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Front-End-Design-Checklist: The Design Checklist for Creative Web Designers and Patient Front-End Developers](https://github.com/thedaviddias/Front-End-Design-Checklist?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [How I landed a full stack developer job without a tech degree or work experience](https://medium.freecodecamp.org/how-i-landed-a-full-stack-developer-job-without-a-tech-degree-or-work-experience-6add97be2051?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [Software Testing Anti-patterns · Codepipes Blog](http://blog.codepipes.com/testing/software-testing-antipatterns.html?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [Epic Development Environment using Windows Subsystem for Linux](https://dev.to/johnwoodruff91/epic-development-environment-using-windows-subsystem-forlinux-5f0n?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Lazy Loading Images and Video | Web Fundamentals | Google Developers](https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Scroll to the future: Tour of latest CSS and JavaScript features that make navigating around a single page smooth & beautiful ](https://evilmartians.com/chronicles/scroll-to-the-future-modern-javascript-css-scrolling-implementations?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [Case study: analyzing the Walmart site performance](http://iamakulov.com/notes/walmart?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Oh Man, Look at Your API!](https://medium.com/pixelpoint/oh-man-look-at-your-api-22f330ab80d5?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Custom Chromium Build to Reverse Engineer Pop-Under Trick](https://www.youtube.com/watch?v=y6Uzinz3DRU?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/05-2019.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.May 2019)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,200 Web Development articles to pick the Top 10 stories that can help advance your career (0.8% chance).
6 |
7 | * Also published [on the publication](https://medium.mybridge.co/web-development-top-10-articles-for-the-past-month-v-may-2019-4aa4cc5eae73)
8 |
9 |
10 |
11 | #### Course of the month:
12 | [A) Beginners: The Complete Web Developer Course 2.0.](http://bit.ly/2FkTu0B) [212,840 recommends, 4.5/5 stars]
13 |
14 | [B) Node: Node with React: Fullstack Web Development.](http://bit.ly/2EQfnEN) [45,579 recommends, 4.6/5 stars]
15 |
16 |
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Front-end Developer Handbook 2019 - Learn the entire JavaScript, CSS and HTML development practice!](https://frontendmasters.com/books/front-end-handbook/2019?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [TDD Changed My Life](https://medium.com/javascript-scene/tdd-changed-my-life-5af0ce099f80?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [Stack Overflow Developer Survey 2019](https://insights.stackoverflow.com/survey/2019?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [Here are some app ideas you can build to level up your coding skills](https://medium.freecodecamp.org/here-are-some-app-ideas-you-can-build-to-level-up-your-coding-skills-39618291f672?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [Stop using so many divs! An intro to semantic HTML](https://dev.to/kenbellows/stop-using-so-many-divs-an-intro-to-semantic-html-3i9i?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [HTTP headers for the responsible developer](https://www.twilio.com/blog/a-http-headers-for-the-responsible-developer?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Who has the fastest website in F1?](https://jakearchibald.com/2019/f1-perf?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [How to be a great programmer](https://medium.freecodecamp.org/how-to-be-a-great-programmer-34939494996d?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Improving third-party web performance at The Telegraph](https://medium.com/the-telegraph-engineering/improving-third-party-web-performance-at-the-telegraph-a0a1000be5?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Am I a “real” Software Engineer yet?](https://medium.freecodecamp.org/am-i-a-real-software-engineer-yet-a0f38a2248c0?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/06-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Jun 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Front-End Survey, Web performance, Interviews, VSCode, Image Optimization, Chat app, Webpack, Material Design, GraphQL, Bootstrap 4
8 | * Also published on the [publication](https://goo.gl/zJvqs4)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Complete Web Developer in 2018: Zero to Mastery.](http://bit.ly/2sSZg5c) [7,492 recommends, 4.7/5 stars]
15 |
16 | [B) Web Apps: Progressive Web Apps (PWA) — The Complete Guide.](http://bit.ly/2DGORkq) [2,707 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [The Front-End Tooling Survey 2018 - Results](https://ashleynolan.co.uk/blog/frontend-tooling-survey-2018-results?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Web performance made easy: Using Lighthouse To Improve Page Load Performance - Addy Osmani & Ewa Gasperowicz ](https://developers.google.com/web/updates/2018/05/lighthouse?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [30 seconds of interviews for web developers](https://30secondsofinterviews.org?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [An overview of Visual Studio Code for front-end developers](https://medium.freecodecamp.org/an-overview-of-visual-studio-code-for-front-end-developers-49a4aa0771fb?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [State of the Web: Top Image Optimization Strategies](https://dougsillars.com/2018/05/21/state-of-the-web-top-image-optimization-strategies?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Learn to build your own desktop chat app with React and Electron, one step at a time](https://medium.freecodecamp.org/build-a-desktop-chat-app-with-react-electron-and-chatkit-744d168e6f2f?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Optimizing front-end delivery with Webpack 4](https://dev.to/jesalg/optimizing-front-end-delivery-with-webpack-4-1mm4?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [Code beautiful UI with Flutter and Material Design (Google I/O '18)](https://www.youtube.com/watch?v=hA0hrpR-o8U?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Reconciling GraphQL and Thrift at Airbnb](https://medium.com/airbnb-engineering/reconciling-graphql-and-thrift-at-airbnb-a97e8d290712?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [How the Bootstrap 4 Grid Works](https://uxplanet.org/how-the-bootstrap-4-grid-works-a1b04703a3b7?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/src/06-2019.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.June 2019)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,000 Web Development articles to pick the Top 10 stories that can help advance your career (1% chance).
6 |
7 | * Also published [on the publication](https://medium.mybridge.co/web-development-top-10-articles-for-the-past-month-v-june-2019-ac752fe9df47)
8 |
9 |
10 |
11 | #### Course of the month:
12 | [A) Beginner: The Complete Web Developer in 2018: Zero to Mastery.](http://bit.ly/2sSZg5c) [58,817 recommends, 4.7/5 stars]
13 |
14 | [B) Application: JavaScript Course — Build Real World Application in 2019.](http://bit.ly/2jtAtQ8) [11,912 recommends, 4.7/5 stars
15 |
16 |
17 |
18 | ## Rank 1
19 | ### [Performance Implications of Application Architecture (Google I/O ’19)](https://www.youtube.com/watch?v=k-A2VfuUROg&feature=youtu.be?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
20 |
21 |
22 |
23 |
24 | ## Rank 2
25 | ### [The most important skill a programmer can learn ](https://medium.com/free-code-camp/the-most-important-skill-a-programmer-can-learn-9d410c786baf?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
26 |
27 |
28 |
29 |
30 | ## Rank 3
31 | ### [How NOT to get a $30k bill from Firebase - Aphinya Dechalert](https://medium.com/@PurpleGreenLemon/how-not-to-get-a-30k-bill-from-firebase-37a6cb3abaca?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
32 |
33 |
34 |
35 |
36 | ## Rank 4
37 | ### [700+ Web Developers Asked Me To Give Them LinkedIn Profile Feedback And These Are My ️ 5 Top Tips.](https://dev.to/exampro/700-web-developers-asked-me-to-give-them-linkedin-profile-feedback-and-these-are-my-5-top-tips-5382?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
38 |
39 |
40 |
41 |
42 | ## Rank 5
43 | ### [CSS can do that? What CSS can do in web development](https://dev.to/ananyaneogi/css-can-do-that-18g7?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
44 |
45 |
46 |
47 |
48 | ## Rank 6
49 | ### [Building the most inaccessible site possible with a perfect Lighthouse score](https://www.matuzo.at/blog/building-the-most-inaccessible-site-possible-with-a-perfect-lighthouse-score?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
50 |
51 |
52 |
53 |
54 | ## Rank 7
55 | ### [Layout Instability API to help web developers detect when these shifts are happening to their users](https://web.dev/layout-instability-api?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
56 |
57 |
58 |
59 |
60 | ## Rank 8
61 | ### [Sports Theme Landing Page Concept | HTML, CSS & JAVASCRIPT (GREENSOCK)](https://www.youtube.com/watch?v=x93q6XzG3yo?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
62 |
63 |
64 |
65 |
66 | ## Rank 9
67 | ### [What happens when software developers are (un)happy](https://www.sciencedirect.com/science/article/pii/S0164121218300323?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
68 |
69 |
70 |
71 |
72 | ## Rank 10
73 | ### [WebAssembly at eBay: A Real-World Use Case](https://www.ebayinc.com/stories/blogs/tech/webassembly-at-ebay-a-real-world-use-case?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
74 |
75 |
76 |
77 |
--------------------------------------------------------------------------------
/src/07-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Jul 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Optimize Website, Learning Programming, Browser bug, Agile, Web Caching, Cleaner Code, GraphQL, UI, VSCode extensions
8 | * Also published on the [publication](https://goo.gl/yzo5Ba)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Web Developer Bootcamp.](http://bit.ly/2EewLTH) [80,547 recommends, 4.7/5 stars]
15 |
16 | [B) Web Design for Beginners: Real World Coding in HTML & CSS.](http://bit.ly/2FDTJEl) [3,459 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Optimize Website Speed With Chrome DevTools | Tools for Web Developers | Google Developers](https://developers.google.com/web/tools/chrome-devtools/speed/get-started?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [The main pillars of learning programming — and why beginners should master them.](https://medium.freecodecamp.org/the-main-pillars-of-learning-programming-and-why-beginners-should-master-them-e04245c17c56?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [I discovered a browser bug](https://jakearchibald.com/2018/i-discovered-a-browser-bug?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [The Problem You Solve Is More Important Than The Code You Write ](https://levelup.gitconnected.com/the-problem-you-solve-is-more-important-than-the-code-you-write-d0e5493132c6?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [Web Caching Explained by Buying Milk at the Supermarket](https://dev.to/kbk0125/web-caching-explained-by-buying-milk-at-the-supermarket-9k4?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Backend-in-the-frontend: a pattern for cleaner code](https://hackernoon.com/frontend-in-the-backend-a-pattern-for-cleaner-code-b497c92d0b49?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [REST vs. GraphQL: A Critical Review](https://blog.goodapi.co/rest-vs-graphql-a-critical-review-5f77392658e7?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [Growth Engineering at Netflix — Accelerating Innovation](https://medium.com/netflix-techblog/growth-engineering-at-netflix-accelerating-innovation-90eb8e70ce59?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Immensely upgrade your development environment with these Visual Studio Code extensions](https://medium.freecodecamp.org/immensely-upgrade-your-development-environment-with-these-visual-studio-code-extensions-9cd790478530?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Dynamic Programming vs Divide-and-Conquer](https://dev.to/trekhleb/dynamic-programming-vs-divide-and-conquer-218i?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/08-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Aug 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Google Photos, Design Document, RAIL Model, Microservice, Progressive Web Apps, Web Fonts, Page Lifecycle API, PWA, Memoization, Image Optimisation
8 | * Also published on the [publication](https://goo.gl/AZYpQF)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Complete Web Developer Course 2.0.](http://bit.ly/2FkTu0B) [38,840 recommends, 4.5/5 stars]
15 |
16 | [B) Node with React: Fullstack Web Development.](http://bit.ly/2EQfnEN) [6,019 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Building the Google Photos Web UI](https://medium.com/google-design/google-photos-45b714dfbed1?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [How to write a good software design doc](https://medium.freecodecamp.org/how-to-write-a-good-software-design-document-66fcf019569c?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [Measure Performance with the RAIL Model | Web Fundamentals | Google Developers](https://developers.google.com/web/fundamentals/performance/rail?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [Goodbye Microservices: From 100s of problem children to 1 superstar](https://segment.com/blog/goodbye-microservices?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [Progressive Web Apps 101: the What, Why and How](https://medium.freecodecamp.org/progressive-web-apps-101-the-what-why-and-how-4aa5e9065ac2?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Tips for balancing web fonts & page load](https://frontendnews.io/editions/2018-07-25-tips-for-loading-web-fonts?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Page Lifecycle API | Web | Google Developers](https://developers.google.com/web/updates/2018/07/page-lifecycle-api?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [Make Your PWA Work Offline Part 1—Static Files](https://www.monterail.com/blog/pwa-working-offline?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [A Beginner's Guide: Memoization](https://dev.to/milkstarz/a-beginners-guide-memoization-22f0?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [How Image Optimisation Decreased my Website's Page Weight by 62%](https://freshman.tech/image-optimisation?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
--------------------------------------------------------------------------------
/src/09-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Sep 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: The 10:1 rule, Production, Visual Studio Code, web security, GraphQL Server, Chrome DevTools, Chrome extension, web design, HTTP203
8 | * Also published on the [publication](https://goo.gl/NqaPx1)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: Beginner Full Stack Web Development: HTML, CSS, React & Node.](http://bit.ly/2wDtFX1) [4,334 recommends, 4.5/5 stars]
15 |
16 | [B) In-depth HTML & CSS Course + Build Responsive Websites.](http://bit.ly/2NNDdFe) [2,304 recommends, 4.6/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [The 10:1 rule of writing and programming](https://www.ybrikman.com/writing/2018/08/12/the-10-to-1-rule-of-writing-and-programming?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [What's in a Production Web Application?](http://stephenmann.io/post/whats-in-a-production-web-application?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [Pro tips for Visual Studio Code to be productive in 2018 ](https://medium.com/@i_AnkurBiswas/pro-tips-for-visual-studio-code-to-be-productive-in-2018-d5252e914561?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [A quick introduction to web security](https://medium.freecodecamp.org/a-quick-introduction-to-web-security-f90beaf4dd41?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [GraphQL Server Tutorial with Apollo Server and Express](https://www.robinwieruch.de/graphql-apollo-server-tutorial?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Improving Load Performance - Chrome DevTools 101](https://www.youtube.com/watch?v=5fLW5Q5ODiE?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Creating a Chrome extension in 2018: The good, the bad and the meh](https://checklyhq.com/blog/2018/08/creating-a-chrome-extension-in-2018-the-good-the-bad-and-the-meh?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [A developer’s guide to web design for non-designers](https://medium.freecodecamp.org/a-developers-guide-to-web-design-for-non-designers-1f64ce28c38d?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [JavaScript for-loops are… complicated - HTTP203](https://www.youtube.com/watch?v=Nzokr6Boeaw?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [What's New In DevTools (Chrome 70) | Web | Google Developers](https://developers.google.com/web/updates/2018/08/devtools?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/src/10-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Oct 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Web Browser, 10X Developer, Performance, Interview Questions, Algorithms, Homeless Developer, Browser Rendering, Web Components, HTTP headers, Validation Certificates
8 | * Also published on the [publication](https://goo.gl/Gxii4B)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: The Web Developer Bootcamp: The only course you need to learn web development — HTML, CSS, JS, Node, and More!](http://bit.ly/2EewLTH) [92,107 recommends, 4.7/5 stars]
15 |
16 | [B) The Complete Web Developer in 2018: Zero to Mastery.](http://bit.ly/2sSZg5c) [12,198 recommends, 4.7/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [Inside look at modern web browser (part 1-4) | Web | Google Developers](https://developers.google.com/web/updates/2018/09/inside-browser-part1?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Focus and Deep Work — Your Secret Weapons to Becoming a 10X Developer](https://medium.freecodecamp.org/focus-and-deep-work-your-secret-weapons-to-becoming-a-10x-developer-8e203a6ad291?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [A deep dive into improving website performance with a technique I'm calling "Idle Until Urgent"](https://philipwalton.com/articles/idle-until-urgent?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [50+ Data Structure and Algorithms Interview Questions for Programmers](https://hackernoon.com/50-data-structure-and-algorithms-interview-questions-for-programmers-b4b1ac61f5b0?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [On Generative Algorithms](https://inconvergent.net/generative/trees?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [My Story as a Homeless Developer](https://blog.usejournal.com/my-story-as-a-homeless-developer-5874731c42ed?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [How browser rendering works — behind the scenes](https://blog.logrocket.com/how-browser-rendering-works-behind-the-scenes-6782b0e8fb10?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [Lets Build Web Components! Part 1: The Standards](https://dev.to/bennypowers/lets-build-web-components-part-1-the-standards-3e85?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Secure your web application with these HTTP headers](https://medium.freecodecamp.org/secure-your-web-application-with-these-http-headers-fd66e0367628?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Extended Validation Certificates are Dead](https://www.troyhunt.com/extended-validation-certificates-are-dead?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/src/11-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles for the Past Month (v.Nov 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Topics in this list: Git expert, Web Performance, SOLID Principles, Developer Job, WebAssembly, Performance Budget, Typography, Senior Developer, Publish-subscribe Pattern
8 | * Also published on the [publication](https://goo.gl/L4QgL5)
9 |
10 |
11 |
12 | #### Course of the month:
13 |
14 | [A) Beginners: Beginner Full Stack Web Development: HTML, CSS, React & Node.](http://bit.ly/2wDtFX1) [4,875 recommends, 4.5/5 stars]
15 |
16 | [B) Complete Responsive Web Development: 4 courses in 1 ](http://bit.ly/2RGvpXt)[180 recommends, 4.8/5 stars]
17 |
18 |
19 |
20 | ## Rank 1
21 | ### [How to become a Git expert](https://medium.freecodecamp.org/how-to-become-a-git-expert-e7c38bf54826?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22 |
23 |
24 |
25 |
26 | ## Rank 2
27 | ### [Web Performance 101: JS, CSS, HTTP, images & fonts](https://3perf.com/talks/web-perf-101?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28 |
29 |
30 |
31 |
32 | ## Rank 3
33 | ### [SOLID Principles every Developer Should Know](https://blog.bitsrc.io/solid-principles-every-developer-should-know-b3bfa96bb688?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34 |
35 |
36 |
37 |
38 | ## Rank 4
39 | ### [How I got my first developer job at age 40 after 10 months of hard work](https://medium.freecodecamp.org/how-i-switched-careers-and-got-a-developer-job-in-10-months-a-true-story-b8895e855a8b?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40 |
41 |
42 |
43 |
44 | ## Rank 5
45 | ### [WebAssembly’s post-MVP future: A cartoon skill tree – Mozilla Hacks - the Web developer blog](https://hacks.mozilla.org/2018/10/webassemblys-post-mvp-future?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46 |
47 |
48 |
49 |
50 | ## Rank 6
51 | ### [Start Performance Budgeting](https://medium.com/@addyosmani/start-performance-budgeting-dabde04cf6a3?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52 |
53 |
54 |
55 |
56 | ## Rank 7
57 | ### [Rhythm in Web Typography](https://betterwebtype.com/rhythm-in-web-typography?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58 |
59 |
60 |
61 |
62 | ## Rank 8
63 | ### [What Truly Makes a Senior Developer](https://medium.com/s/story/what-truly-makes-a-senior-developer-74b608847d7e?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64 |
65 |
66 |
67 |
68 | ## Rank 9
69 | ### [Why every beginner front-end developer should know publish-subscribe pattern?](https://itnext.io/why-every-beginner-front-end-developer-should-know-publish-subscribe-pattern-72a12cd68d44?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70 |
71 |
72 |
73 |
74 | ## Rank 10
75 | ### [Why you learn the most when you feel like you’re struggling as a developer](https://medium.freecodecamp.org/why-you-learn-the-most-when-you-feel-like-youre-struggling-as-a-developer-7513327c8ee4?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/src/12-2018.md:
--------------------------------------------------------------------------------
1 | # Web Development Top 10 Articles For the Past Month (v.Dec 2018)
2 |
3 |
4 |
5 | For the past month, we ranked nearly 1,500 Web Development articles to pick the Top 10 stories that can help advance your career (0.7% chance).
6 |
7 | * Also published on the [publication](https://goo.gl/FCAqzP)
8 |
9 |
10 |
11 | #### Course of the month:
12 |
13 | [A) Beginners: The Complete 2019 Web Development Bootcamp.](http://bit.ly/2EryLv7) [2,446 recommends, 4.7/5 stars]
14 |
15 | [B) Bootstrap Bootcamp — Responsive web development- 8 projects.](http://bit.ly/2Qy0LDJ) [394 recommends, 4.8/5 stars]
16 |
17 |
18 |
19 | ## Rank 1
20 | ### [An Extensive Guide To Progressive Web Applications](https://www.smashingmagazine.com/2018/11/guide-pwa-progressive-web-applications?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
21 |
22 |
23 |
24 |
25 | ## Rank 2
26 | ### [How not to be afraid of Git anymore](https://medium.freecodecamp.org/how-not-to-be-afraid-of-git-anymore-fe1da7415286?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
27 |
28 |
29 |
30 |
31 | ## Rank 3
32 | ### [A Netflix Web Performance Case Study](https://medium.com/dev-channel/a-netflix-web-performance-case-study-c0bcde26a9d9?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
33 |
34 |
35 |
36 |
37 | ## Rank 4
38 | ### [How we reduced our initial JS/CSS size by 67%](https://dev.to/goenning/how-we-reduced-our-initial-jscss-size-by-67-3ac0?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
39 |
40 |
41 |
42 |
43 | ## Rank 5
44 | ### [Speed Essentials: Key Techniques for Fast Websites (Chrome Dev Summit 2018)](https://www.youtube.com/watch?v=reztLS3vomE?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
45 |
46 |
47 |
48 |
49 | ## Rank 6
50 | ### [Securing Your Site like It’s 1999](https://24ways.org/2018/securing-your-site-like-its-1999?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
51 |
52 |
53 |
54 |
55 | ## Rank 7
56 | ### [Peeking under the hood of redesigned Gmail](https://medium.com/@boriscoder/peeking-under-the-hood-of-redesigned-gmail-dd84b532e0f5?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
57 |
58 |
59 |
60 |
61 | ## Rank 8
62 | ### [An Introduction to Git Merge and Git Rebase: What They Do and When to Use Them](https://medium.freecodecamp.org/an-introduction-to-git-merge-and-rebase-what-they-are-and-how-to-use-them-131b863785f?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
63 |
64 |
65 |
66 |
67 | ## Rank 9
68 | ### [Teaching Functional Programming: Two Big Picture Approaches](https://dev.to/eddroid/teaching-functional-programming-two-big-picture-approaches-3nli?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
69 |
70 |
71 |
72 |
73 | ## Rank 10
74 | ### [What, exactly, is the DOM?](https://bitsofco.de/what-exactly-is-the-dom?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
75 |
76 |
77 |
78 |
--------------------------------------------------------------------------------
/src/Sep-WebDev-Top10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/Sep-WebDev-Top10.png
--------------------------------------------------------------------------------
/src/Top10-0519-webdev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/Top10-0519-webdev.png
--------------------------------------------------------------------------------
/src/Top10-Dec-WebDev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/Top10-Dec-WebDev.png
--------------------------------------------------------------------------------
/src/Top10-Nov-WebDev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/Top10-Nov-WebDev.png
--------------------------------------------------------------------------------
/src/apr-webdev-article.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/apr-webdev-article.jpg
--------------------------------------------------------------------------------
/src/aug-webdev-top10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/aug-webdev-top10.png
--------------------------------------------------------------------------------
/src/feb-webdev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/feb-webdev.png
--------------------------------------------------------------------------------
/src/july-webdev-top10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/july-webdev-top10.jpg
--------------------------------------------------------------------------------
/src/june-webdev-top10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/june-webdev-top10.jpg
--------------------------------------------------------------------------------
/src/mar-webdev-article.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/mar-webdev-article.png
--------------------------------------------------------------------------------
/src/may-webdev-top10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/may-webdev-top10.jpg
--------------------------------------------------------------------------------
/src/oct-top10-webdev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/oct-top10-webdev.png
--------------------------------------------------------------------------------
/src/webdev-1906-top10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mybridge/web-development-articles/a2d65ee1b7e8206354e309b30814b256a45098eb/src/webdev-1906-top10.png
--------------------------------------------------------------------------------