From 9e6be2be8d585a68513192e0702f2e1c881cd3ea Mon Sep 17 00:00:00 2001 From: Yusuf Damiloju Date: Tue, 19 Mar 2019 07:19:01 +0100 Subject: [PATCH 01/48] add Grokking Algorithms to Algorithms section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fabff3..bc5eba3 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ Luciano Mammino - [Algorithms (4th Edition)](http://www.cs.bu.edu/~snyder/cs112/CourseMaterials/AlgorithmsChapterOne.pdf) - Robert Sedgewick & Kevin Wayne - *This book is included because it is a standard in understanding algorithms. Its choice of language is Java, but you can get the gist of how algorithms work in this book*. +- [Grokking Algorithms: An illustrated guide for programmers and other curious people](https://www.manning.com/books/grokking-algorithms) - Aditya Y. Bhargava + ### Miscellaneous - [Websocket: Lightweight Client-Server Communications](https://www.amazon.com/WebSocket-Client-Server-Communications-Andrew-Lombardi/dp/1449369278) - Andrew Lombardi - [Learning Three.js: The JavaScript 3D Library for WebGL](https://www.amazon.com/Learning-Three-js-JavaScript-Library-Second/dp/1784392219) - Jos Dirksen From 8b7d3bb0918c59060ccf2f3df7dc337c672f3d67 Mon Sep 17 00:00:00 2001 From: Leonardo Ruhland Date: Tue, 19 Mar 2019 08:47:15 -0300 Subject: [PATCH 02/48] Fix url of `submit a pull request` link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fabff3..8a56609 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Here I have hand-picked web development/JavaScript books and articles I have per ### Note :exclamation: -> The stack most used in my list is React, GraphQL, and JavaScript, in no particular order. This is because it is the stack I am most familiar with. If you want to see Angular or Vue, [submit a pull request](https://github.com/twhite96/web-dev-must-reads/pulls). I would ask you to keep it to JavaScript technologies. +> The stack most used in my list is React, GraphQL, and JavaScript, in no particular order. This is because it is the stack I am most familiar with. If you want to see Angular or Vue, [submit a pull request](https://github.com/twhite96/js-dev-reads/pulls). I would ask you to keep it to JavaScript technologies. ## Books :books: From 1af64e4596a409a4e861a2baec2db0062efeea63 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Tue, 19 Mar 2019 13:19:00 +0100 Subject: [PATCH 03/48] add Angular section in Articles with two items --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fabff3..6264e9c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - [Miscellaneous](#miscellaneous) - [Articles :memo:](#articles-memo) - [React](#react) + - [Angular](#angular) - [Core concepts](#core-concepts-1) - [JavaScript misc.](#javascript-misc) - [Soft skills](#soft-skills) @@ -125,6 +126,10 @@ DrKnoxy - [How Does setState Know What to Do?](https://overreacted.io/how-does-setstate-know-what-to-do/) - Dan Abramov +### Angular +- [Angular Unit Testing](https://github.com/Bloggerschmidt/articles/blob/master/angular/testing/angular-unit-testing.md#angular-unit-testing) - Alexander Schmidt +- [Angular DOM Testing](https://github.com/Bloggerschmidt/articles/blob/master/angular/testing/angular-dom-testing.md#angular-dom-testing) - Alexander Schmidt + ### Core concepts - [JavaScript Template Literals and styled-components](https://medium.com/@celsius/javascript-template-literals-and-styled-components-d18f97500ffd) - Celsius - [How to make your future self happy by writing good docs](https://dev.to/gabcimato/how-to-make-your-future-self-happy-by-writing-good-docs-h8p) - From bd9de67a709e8c0bc02a2aea40e001c8766dd50d Mon Sep 17 00:00:00 2001 From: Tiffany White Date: Tue, 19 Mar 2019 16:08:37 -0400 Subject: [PATCH 04/48] Fix PR link in Contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 64c857e..70b0780 100644 --- a/contributing.md +++ b/contributing.md @@ -10,7 +10,7 @@ If you want to add a book or article to this list, make sure it is: I appreciate that CSS is a part of web development but I *strictly* want to focus on JavaScript, libraries, frameworks, and all related technologies. This is something that I would have benefited from when I started so I want to make sure those who struggle with JavaScript have a resource. -If you have something to contribute, please [submit a pull request](https://github.com/twhite96/web-dev-must-reads/pulls). All contributors are welcome. +If you have something to contribute, please [submit a pull request](https://github.com/twhite96/js-dev-reads/pulls). All contributors are welcome. ## Updating your Pull Request From 2af2ecb8d74ccec3359bc27cef8d8cae16d04e69 Mon Sep 17 00:00:00 2001 From: Tiffany White <7698292+twhite96@users.noreply.github.com> Date: Tue, 19 Mar 2019 18:07:41 -0400 Subject: [PATCH 05/48] Revert "add Angular section in Articles with two items" --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index a1d4885..b2be69d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ - [Miscellaneous](#miscellaneous) - [Articles :memo:](#articles-memo) - [React](#react) - - [Angular](#angular) - [Core concepts](#core-concepts-1) - [JavaScript misc.](#javascript-misc) - [Soft skills](#soft-skills) @@ -128,10 +127,6 @@ DrKnoxy - [How Does setState Know What to Do?](https://overreacted.io/how-does-setstate-know-what-to-do/) - Dan Abramov -### Angular -- [Angular Unit Testing](https://github.com/Bloggerschmidt/articles/blob/master/angular/testing/angular-unit-testing.md#angular-unit-testing) - Alexander Schmidt -- [Angular DOM Testing](https://github.com/Bloggerschmidt/articles/blob/master/angular/testing/angular-dom-testing.md#angular-dom-testing) - Alexander Schmidt - ### Core concepts - [JavaScript Template Literals and styled-components](https://medium.com/@celsius/javascript-template-literals-and-styled-components-d18f97500ffd) - Celsius - [How to make your future self happy by writing good docs](https://dev.to/gabcimato/how-to-make-your-future-self-happy-by-writing-good-docs-h8p) - From 88e0e41ab618de5f52b96ce5b86198728b0008f5 Mon Sep 17 00:00:00 2001 From: Tiffany White Date: Tue, 19 Mar 2019 18:08:42 -0400 Subject: [PATCH 06/48] Update something --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a1d4885..c07449e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ Luciano Mammino ### Data structures and algorithms - [Algorithms (4th Edition)](http://www.cs.bu.edu/~snyder/cs112/CourseMaterials/AlgorithmsChapterOne.pdf) - Robert Sedgewick & Kevin Wayne - *This book is included because it is a standard in understanding algorithms. Its choice of language is Java, but you can get the gist of how algorithms work in this book*. - - [Grokking Algorithms: An illustrated guide for programmers and other curious people](https://www.manning.com/books/grokking-algorithms) - Aditya Y. Bhargava ### Miscellaneous From eb513f0da072a87fc03598ba4917d7f42ac9f49e Mon Sep 17 00:00:00 2001 From: Jamie Webb Date: Wed, 20 Mar 2019 15:09:33 +0000 Subject: [PATCH 07/48] Add JavaScript Patterns by Stoyan Stefanov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858b106..6dffcf2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Books are broken down by technology/stack or concept. Feel free to add yours by ### Design patterns in JavaScript - [Learning JavaScript Design Patterns: A JavaScript and jQuery Developer's Guide](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Addy Osmani +- [JavaScript Patterns](http://shop.oreilly.com/product/9780596806767.do) - Stoyan Stefanov - [Node.js Design Patterns](https://www.amazon.com/Node-js-Design-Patterns-server-side-applications-ebook/dp/B01D8HIIFU) - Mario Casciaro & Luciano Mammino From 42100edd2cfe7f028e49bbd558b03d0d87abd8cd Mon Sep 17 00:00:00 2001 From: Yusuf Adeyemo Date: Thu, 21 Mar 2019 15:30:19 +0100 Subject: [PATCH 08/48] Add Fullstack Vue :tada: Add Fullstack Vue :tada: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858b106..2af5da1 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Luciano Mammino ### Vue - [Vue.js: Up and Running](https://www.oreilly.com/library/view/vuejs-up-and/9781491997239/) - Callum Macrae +- [Fullstack Vue](https://www.fullstack.io/vue/) - Hassan Djirdeh, Nate Murray, Ari Lerner ### Core concepts - [Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming](https://eloquentjavascript.net/Eloquent_JavaScript.pdf) - Marijn Haverbeke From 1a2b9981a702ae0ed9089c9ffe38f4cdd7513e37 Mon Sep 17 00:00:00 2001 From: Aivan Monceller Date: Thu, 21 Mar 2019 17:02:45 +0800 Subject: [PATCH 09/48] add refactoring --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 909424b..0d7759b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ Books are broken down by technology/stack or concept. Feel free to add yours by - [JavaScript Patterns](http://shop.oreilly.com/product/9780596806767.do) - Stoyan Stefanov - [Node.js Design Patterns](https://www.amazon.com/Node-js-Design-Patterns-server-side-applications-ebook/dp/B01D8HIIFU) - Mario Casciaro & Luciano Mammino +- [Refactoring: Improving the Design of Existing Code (2nd Edition)](https://www.amazon.com/Refactoring-Improving-Existing-Addison-Wesley-Signature/dp/0134757599) - Martin Fowler + - *The 2nd edition of this book's examples was rewritten from Java to JavaScript* ### React Native - [Fullstack React Native: The Complete Guide to React Native](https://www.fullstackreact.com/react-native/) - Devin Abbott, Houssein Djirdeh, Anthony Accomazzo & Sophia Shoemaker From 202c10a6355b41c4d64a6c6579c10f53a88fb38f Mon Sep 17 00:00:00 2001 From: Aivan Monceller Date: Sat, 6 Apr 2019 00:14:24 +0800 Subject: [PATCH 10/48] add javascript grammar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d7759b..fb933b0 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Luciano Mammino - [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/) - Dr. Boolean - [Functional-Light JavaScript: Pragmatic, Balanced FP in JavaScript](https://leanpub.com/fljs) - Kyle Simpson - [Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja) - John Resig, Bear Bibeault +- [JavaScript Grammar](http://www.javascriptgrammar.com/) - Greg Sidelnikov ### Software architecture - [Programming JavaScript Applications: Robust Web Architecture With Node,HTML5, and Modern JS Libraries](https://www.amazon.com/Programming-JavaScript-Applications-Architecture-Libraries/dp/1491950293) - Eric Elliott From 71325adf59c31345992ebc4871540d7f330b3c78 Mon Sep 17 00:00:00 2001 From: albertomontalesi Date: Wed, 28 Aug 2019 14:35:25 +0700 Subject: [PATCH 11/48] Fix link to getify book series and added new book --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb933b0..3d0e2b4 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ Luciano Mammino ### Core concepts - [Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming](https://eloquentjavascript.net/Eloquent_JavaScript.pdf) - Marijn Haverbeke - [Maintainable JavaScript](https://www.amazon.com/Maintainable-JavaScript-Writing-Readable-Code/dp/1449327680) - Nicholas Zakas -- [You Don’t Know JS: Up & Going](https://github.com/getify/You-Dont-Know-JS/tree/master/up%20%26%20going) - Kyle Simpson -- [You Don't Know JS: Scope & Closures](https://github.com/getify/You-Dont-Know-JS/tree/master/scope%20%26%20closures) - Kyle Simpson -- [You Don't Know JS: This & Object Prototypes](https://github.com/getify/You-Dont-Know-JS/tree/master/this%20%26%20object%20prototypes) - Kyle Simpson -- [You Don't Know JS: Types & Grammar](https://github.com/getify/You-Dont-Know-JS/tree/master/types%20%26%20grammar) - Kyle Simpson -- [You Don't Know JS: Async & Performance](https://github.com/getify/You-Dont-Know-JS/tree/master/async%20%26%20performance) - Kyle Simpson -- [You Don't Know JS: ES6 & Beyond](https://github.com/getify/You-Dont-Know-JS/tree/master/es6%20%26%20beyond) - Kyle Simpson +- [You Don’t Know JS: Up & Going](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/up%20%26%20going) - Kyle Simpson +- [You Don't Know JS: Scope & Closures](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/scope%20%26%20closures) - Kyle Simpson +- [You Don't Know JS: This & Object Prototypes](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/this%20%26%20object%20prototypes) - Kyle Simpson +- [You Don't Know JS: Types & Grammar](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/types%20%26%20grammar) - Kyle Simpson +- [You Don't Know JS: Async & Performance](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/async%20%26%20performance) - Kyle Simpson +- [You Don't Know JS: ES6 & Beyond](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed/es6%20%26%20beyond) - Kyle Simpson - [Principles of Object-Oriented Programming in JavaScript](https://leanpub.com/oopinjavascript) - Nicholas Zakas - [Understanding ECMAScript 6](https://leanpub.com/understandinges6) - Nicholas Zakas - [Front-end Developer Handbook 2018](https://frontendmasters.com/books/front-end-handbook/2018/) - Cody Lindley @@ -96,6 +96,7 @@ Luciano Mammino - [Functional-Light JavaScript: Pragmatic, Balanced FP in JavaScript](https://leanpub.com/fljs) - Kyle Simpson - [Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja) - John Resig, Bear Bibeault - [JavaScript Grammar](http://www.javascriptgrammar.com/) - Greg Sidelnikov +- [Complete Guide to Modern JavaScript](https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript) - Alberto Montalesi ### Software architecture - [Programming JavaScript Applications: Robust Web Architecture With Node,HTML5, and Modern JS Libraries](https://www.amazon.com/Programming-JavaScript-Applications-Architecture-Libraries/dp/1491950293) - Eric Elliott From 9080e1c5deda71c554dcab6562134cd6e452c0be Mon Sep 17 00:00:00 2001 From: Stephen Ham Date: Tue, 1 Oct 2019 23:01:23 -0600 Subject: [PATCH 12/48] Update README.md Added Vue.js in Action to the Vue section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb933b0..454e1fd 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Luciano Mammino *Books by Flavio require a newsletter sign up but I think it is worth it.* ### Vue +- [Vue.js in Action](https://www.manning.com/books/vue-js-in-action) - Erik Hanchett with Benjamin Listwon - [Vue.js: Up and Running](https://www.oreilly.com/library/view/vuejs-up-and/9781491997239/) - Callum Macrae - [Fullstack Vue](https://www.fullstack.io/vue/) - Hassan Djirdeh, Nate Murray, Ari Lerner From 1845819f958f1842f03388de0ed32f132995431c Mon Sep 17 00:00:00 2001 From: Tiffany White <7698292+twhite96@users.noreply.github.com> Date: Sat, 18 Jul 2020 01:21:36 -0400 Subject: [PATCH 13/48] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818d26f..15138da 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > A list of hand-picked books and articles for JavaScript developers -[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/cc-0.svg)](https://forthebadge.com) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) +[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/cc-0.svg)](https://forthebadge.com) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green?style=for-the-badge)](http://makeapullrequest.com) - [The problem :confused:](#the-problem-confused) - [Solution :sunglasses:](#solution-sunglasses) - [Things to think about :thinking:](#things-to-think-about-thinking) From 327595fc53d8d12a077387994f00143064542d06 Mon Sep 17 00:00:00 2001 From: "nyilinhtwe@gmail.com" Date: Sun, 4 Oct 2020 02:57:34 +0630 Subject: [PATCH 14/48] adding an algo book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15138da..c7b7700 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Luciano Mammino ### Data structures and algorithms +- [Customers who viewed Introduction to Algorithms, 3rd Edition (The MIT Press)](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844) - [Algorithms (4th Edition)](http://www.cs.bu.edu/~snyder/cs112/CourseMaterials/AlgorithmsChapterOne.pdf) - Robert Sedgewick & Kevin Wayne - *This book is included because it is a standard in understanding algorithms. Its choice of language is Java, but you can get the gist of how algorithms work in this book*. - [Grokking Algorithms: An illustrated guide for programmers and other curious people](https://www.manning.com/books/grokking-algorithms) - Aditya Y. Bhargava From 2962e48df523d6103c18547a2f83dbffd26a43b1 Mon Sep 17 00:00:00 2001 From: "nyilinhtwe@gmail.com" Date: Sun, 4 Oct 2020 02:59:09 +0630 Subject: [PATCH 15/48] adding an algo book(fixed name) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b7700..a6ab94f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Luciano Mammino ### Data structures and algorithms -- [Customers who viewed Introduction to Algorithms, 3rd Edition (The MIT Press)](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844) +- [Introduction to Algorithms, 3rd Edition (The MIT Press)](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844) - [Algorithms (4th Edition)](http://www.cs.bu.edu/~snyder/cs112/CourseMaterials/AlgorithmsChapterOne.pdf) - Robert Sedgewick & Kevin Wayne - *This book is included because it is a standard in understanding algorithms. Its choice of language is Java, but you can get the gist of how algorithms work in this book*. - [Grokking Algorithms: An illustrated guide for programmers and other curious people](https://www.manning.com/books/grokking-algorithms) - Aditya Y. Bhargava From f964cc52004dfbf042d4b3043c065b3e5b425b41 Mon Sep 17 00:00:00 2001 From: edieblu Date: Wed, 17 Mar 2021 08:43:26 +0100 Subject: [PATCH 16/48] Adding a new React book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6ab94f..93c6946 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Books are broken down by technology/stack or concept. Feel free to add yours by - [Progressive Web Apps With React: Create Lightning Fast Web Apps With - Native Power Using React and Firebase](https://www.amazon.com/Progressive-Web-Apps-React-lightning-ebook/dp/B076SZY9P9) - Scott Domes - [The Road to GraphQL](https://roadtoreact.com/course-details?courseId=THE_ROAD_TO_GRAPHQL) - Robin Wieruch - [The Road to Learn React: Your Journey to Master Plain Yet Pragmatic React.Js](https://roadtoreact.com/) - Robin Wieruch +- [The Opinionated Guide To React](https://opinionatedreact.com/) - Sara Vieira ### Design patterns in JavaScript - [Learning JavaScript Design Patterns: A JavaScript and jQuery Developer's Guide](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Addy Osmani From f803cc34efbebcb891d02a9507a14db066d022a0 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Sat, 17 Jul 2021 01:59:03 -0400 Subject: [PATCH 17/48] Add all contributors bot --- .all-contributorsrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..fd7256b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,17 @@ +{ + "files": ["README.md"], + "imageSize": 100, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "types": { + "custom": { + "symbol": "πŸ”­", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "skipCi": "true", + "contributors": [] +} \ No newline at end of file From 89a7b7291f24875ea445fbd9fdc09586d6413c66 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:02:07 +0000 Subject: [PATCH 18/48] docs: update README.md [skip ci] From fc01a42fd864d44a59a1bc5cc9e5fa9a3a20839c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:02:08 +0000 Subject: [PATCH 19/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fd7256b..8f843aa 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,7 @@ { - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, "contributorsPerLine": 7, "contributorsSortAlphabetically": false, @@ -12,6 +14,20 @@ "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, - "skipCi": "true", - "contributors": [] -} \ No newline at end of file + "skipCi": true, + "contributors": [ + { + "login": "edieblu", + "name": "edieblu", + "avatar_url": "https://avatars.githubusercontent.com/u/17270662?v=4", + "profile": "http://includejs.dev", + "contributions": [ + "content" + ] + } + ], + "projectName": "js-dev-reads", + "projectOwner": "twhite96", + "repoType": "github", + "repoHost": "https://github.com" +} From 875a3e4e9013454fbafffb63f42e8329b3e7507d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:03:32 +0000 Subject: [PATCH 20/48] docs: update README.md [skip ci] From a536d2042cf630a596014f17ffdb254d55ad659d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:03:33 +0000 Subject: [PATCH 21/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fd7256b..76c4e57 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,7 @@ { - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, "contributorsPerLine": 7, "contributorsSortAlphabetically": false, @@ -12,6 +14,20 @@ "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, - "skipCi": "true", - "contributors": [] -} \ No newline at end of file + "skipCi": true, + "contributors": [ + { + "login": "nyilynnhtwe", + "name": "NyiLynnHtwe", + "avatar_url": "https://avatars.githubusercontent.com/u/26655762?v=4", + "profile": "https://github.com/nyilynnhtwe", + "contributions": [ + "content" + ] + } + ], + "projectName": "js-dev-reads", + "projectOwner": "twhite96", + "repoType": "github", + "repoHost": "https://github.com" +} From 2c61049736b8c5070035f133940c719532fe9787 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:06:11 +0000 Subject: [PATCH 22/48] docs: update README.md [skip ci] From 2f46ce183ef3266c4109e1fa79295c2b6f7014c6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:06:12 +0000 Subject: [PATCH 23/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fd7256b..77584da 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,7 @@ { - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, "contributorsPerLine": 7, "contributorsSortAlphabetically": false, @@ -12,6 +14,20 @@ "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, - "skipCi": "true", - "contributors": [] -} \ No newline at end of file + "skipCi": true, + "contributors": [ + { + "login": "AlbertoMontalesi", + "name": "AlbertoM", + "avatar_url": "https://avatars.githubusercontent.com/u/23130353?v=4", + "profile": "https://inspiredwebdev.com", + "contributions": [ + "content" + ] + } + ], + "projectName": "js-dev-reads", + "projectOwner": "twhite96", + "repoType": "github", + "repoHost": "https://github.com" +} From 2db0659abf5822605034d1148adc49caf22c8dcf Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:06:50 +0000 Subject: [PATCH 24/48] docs: update README.md [skip ci] From d66f02ed3423cfbf10c0eced9219ccc1e6ce696f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:06:51 +0000 Subject: [PATCH 25/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fd7256b..0c870d3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,7 @@ { - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, "contributorsPerLine": 7, "contributorsSortAlphabetically": false, @@ -12,6 +14,20 @@ "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, - "skipCi": "true", - "contributors": [] -} \ No newline at end of file + "skipCi": true, + "contributors": [ + { + "login": "astv99", + "name": "Stephen Ham", + "avatar_url": "https://avatars.githubusercontent.com/u/5325089?v=4", + "profile": "https://github.com/astv99", + "contributions": [ + "content" + ] + } + ], + "projectName": "js-dev-reads", + "projectOwner": "twhite96", + "repoType": "github", + "repoHost": "https://github.com" +} From d506188e386bb03bad7dd8248caab0be4fbcb42f Mon Sep 17 00:00:00 2001 From: Tiffany Date: Sat, 17 Jul 2021 02:13:11 -0400 Subject: [PATCH 26/48] Update something --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 93c6946..2c91228 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,6 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) + +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) + \ No newline at end of file From 8cb6459f4eb649b302b0ca4d1d87f5611d8a39b4 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Sat, 17 Jul 2021 02:21:41 -0400 Subject: [PATCH 27/48] Update something --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c91228..e68480f 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,13 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) - [![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) - \ No newline at end of file + + + + + + + + \ No newline at end of file From a0c1c243170a50ab98410b53a97604519d239a59 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Sat, 17 Jul 2021 02:23:38 -0400 Subject: [PATCH 28/48] Update something --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68480f..aa00c0c 100644 --- a/README.md +++ b/README.md @@ -159,10 +159,11 @@ Liran Tal [![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) - + + \ No newline at end of file From 8d229f82c897b8d5ca37c4c5839d6d66a7665691 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:24:34 +0000 Subject: [PATCH 29/48] docs: update README.md [skip ci] --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa00c0c..3ecbd95 100644 --- a/README.md +++ b/README.md @@ -157,13 +157,20 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) + + + + + +

edieblu

AlbertoM
+ \ No newline at end of file From c3fd3a50727edc7e14ed806f15e48415b01bfaab Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:24:35 +0000 Subject: [PATCH 30/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8f843aa..8a8fcf2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -24,6 +24,15 @@ "contributions": [ "content" ] + }, + { + "login": "AlbertoMontalesi", + "name": "AlbertoM", + "avatar_url": "https://avatars.githubusercontent.com/u/23130353?v=4", + "profile": "https://inspiredwebdev.com", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 01798e1483e7b0f8d295343ebd08371cb0aea649 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:25:54 +0000 Subject: [PATCH 31/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ecbd95..aaf1174 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors) @@ -167,6 +167,7 @@ Liran Tal
edieblu

AlbertoM
+
Stephen Ham
From db2d8387d5c91c11f6b256d55824ea28751b4c34 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:25:55 +0000 Subject: [PATCH 32/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8a8fcf2..b58ef8f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -33,6 +33,15 @@ "contributions": [ "content" ] + }, + { + "login": "astv99", + "name": "Stephen Ham", + "avatar_url": "https://avatars.githubusercontent.com/u/5325089?v=4", + "profile": "https://github.com/astv99", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 4b3631f8d4ed57b5a9b9977b790467151d5bf316 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:27:30 +0000 Subject: [PATCH 33/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf1174..f2e9266 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) @@ -168,6 +168,7 @@ Liran Tal
edieblu

AlbertoM

Stephen Ham
+
NyiLynnHtwe
From 5a98fa0995148f9916810e24ca08abd0b2609c91 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 06:27:31 +0000 Subject: [PATCH 34/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index b58ef8f..d33a3d7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -42,6 +42,15 @@ "contributions": [ "content" ] + }, + { + "login": "nyilynnhtwe", + "name": "NyiLynnHtwe", + "avatar_url": "https://avatars.githubusercontent.com/u/26655762?v=4", + "profile": "https://github.com/nyilynnhtwe", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From c80b28ccf0aca006e884df27ffdd9ab5b576b89d Mon Sep 17 00:00:00 2001 From: T <7698292+twhite96@users.noreply.github.com> Date: Sat, 17 Jul 2021 02:34:57 -0400 Subject: [PATCH 35/48] Fundssss Add funding. --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..dc12ab2 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g From d8429b8fff1618ff4d9d410f4755360d9e971684 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:34:30 +0000 Subject: [PATCH 36/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e9266..c6520e3 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) @@ -169,6 +169,7 @@ Liran Tal
AlbertoM

Stephen Ham

NyiLynnHtwe
+
Aivan Monceller
From 99c15a595e17b3f5d74bf92466d774add0514313 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:34:31 +0000 Subject: [PATCH 37/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index d33a3d7..e0bbdf8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -51,6 +51,15 @@ "contributions": [ "content" ] + }, + { + "login": "geocine", + "name": "Aivan Monceller", + "avatar_url": "https://avatars.githubusercontent.com/u/507464?v=4", + "profile": "http://aivan.io", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 918c7fad104f230e9189012dbba4e3e63a394ca8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:35:29 +0000 Subject: [PATCH 38/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6520e3..30ec599 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) @@ -170,6 +170,7 @@ Liran Tal
Stephen Ham

NyiLynnHtwe

Aivan Monceller
+
Yusuf Adeyemo
From a413d0e9ebeb649816c9215af048a526fb171056 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:35:30 +0000 Subject: [PATCH 39/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index e0bbdf8..32a7c40 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -60,6 +60,15 @@ "contributions": [ "content" ] + }, + { + "login": "Yusadolat", + "name": "Yusuf Adeyemo", + "avatar_url": "https://avatars.githubusercontent.com/u/10975011?v=4", + "profile": "https://yusadolat.netlify.app", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 7b29681f96b43036d5eebf1ca4513958c089abdc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:36:37 +0000 Subject: [PATCH 40/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ec599..c870bfd 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) @@ -171,6 +171,7 @@ Liran Tal
NyiLynnHtwe

Aivan Monceller

Yusuf Adeyemo
+
Jamie Webb
From 94d54a5ffe423dd0bbc8c390a1f46d2beda8392e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:36:38 +0000 Subject: [PATCH 41/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 32a7c40..94f38f0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -69,6 +69,15 @@ "contributions": [ "content" ] + }, + { + "login": "webb04", + "name": "Jamie Webb", + "avatar_url": "https://avatars.githubusercontent.com/u/11618797?v=4", + "profile": "https://github.com/webb04", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From b910b0a836d46fb79629913fe2c73d5e914786fa Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:38:05 +0000 Subject: [PATCH 42/48] docs: update README.md [skip ci] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c870bfd..2a182fe 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors) @@ -173,6 +173,9 @@ Liran Tal
Yusuf Adeyemo

Jamie Webb
+ +
Dami
+ From 5af3d8f05d5256aa7170fda15b30fa623387ad6d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:38:05 +0000 Subject: [PATCH 43/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 94f38f0..af7750e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -78,6 +78,15 @@ "contributions": [ "content" ] + }, + { + "login": "Damiloju", + "name": "Dami", + "avatar_url": "https://avatars.githubusercontent.com/u/23188730?v=4", + "profile": "https://github.com/Damiloju", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 0113b4e80997bcbcdf855889a237c7f459bbb77e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:38:59 +0000 Subject: [PATCH 44/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a182fe..6699228 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors) @@ -175,6 +175,7 @@ Liran Tal
Dami
+
Leonardo Ruhland
From 618d1297f962a0216e2006a3003ccf9221321d19 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:39:00 +0000 Subject: [PATCH 45/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index af7750e..5bac395 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -87,6 +87,15 @@ "contributions": [ "content" ] + }, + { + "login": "leoruhland", + "name": "Leonardo Ruhland", + "avatar_url": "https://avatars.githubusercontent.com/u/1785552?v=4", + "profile": "http://www.djamba.com.br", + "contributions": [ + "code" + ] } ], "projectName": "js-dev-reads", From c8584f336f8691c400ddd507d059944b16df67cb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:39:50 +0000 Subject: [PATCH 46/48] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6699228..5ba21cd 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Liran Tal [Back to top ↑](#the-javascript-developers-reading-list) -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors) @@ -176,6 +176,7 @@ Liran Tal
Dami

Leonardo Ruhland
+
Ujjal Acharya
From 656914e89a6e22f65a0f25ea5da9b7ed09cb156b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:39:51 +0000 Subject: [PATCH 47/48] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5bac395..07035b3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -96,6 +96,15 @@ "contributions": [ "code" ] + }, + { + "login": "ujjalacharya", + "name": "Ujjal Acharya", + "avatar_url": "https://avatars.githubusercontent.com/u/19649166?v=4", + "profile": "http://instagram.com/acharya.uzzol", + "contributions": [ + "content" + ] } ], "projectName": "js-dev-reads", From 0935f6ea1924c645279d1e1ad52a1446171b82b3 Mon Sep 17 00:00:00 2001 From: tiff <7698292+twhite96@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:23:32 -0500 Subject: [PATCH 48/48] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index dc12ab2..bc6c9b6 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g +custom: "https://www.buymeacoffee.com/tiffanywhitedev"