838 Commits

Author SHA1 Message Date
Aaron
7cba816ecc
Add G6 (#960) 2025-12-08 11:40:08 +01:00
tianchang
0c71e0d02d
feat: add Pocket Mocker to Testing Frameworks (#962) 2025-12-08 10:58:25 +01:00
Tommaso Bertocchi
856eebfe19
feat: add pompelmi to Security section (#961)
Adding pompelmi, a malware scanner for Node.js.
2025-12-05 10:37:27 +01:00
Iddan Aaronsohn
53213600d9
Add Suites testing framework to Testing Frameworks section (#958) 2025-12-03 10:08:34 +01:00
WILLIAMS EZE
f91dfe22de
feat: add Strip Node.js SDK to SDK section (#950) 2025-09-24 13:30:07 +02:00
WILLIAMS EZE
bffe5ad30d
Add objection js to orm (#923)
* feat: add objection.js to ORM Section

* fix: fix name spelling
2025-09-24 13:28:45 +02:00
WILLIAMS EZE
eb33d33bc5
feat: this commit adds shiki to Code Highlighting (#948) 2025-09-23 13:21:12 +02:00
WILLIAMS EZE
1404f11ac1
feat: add yup to Type Checkers section (#949) 2025-09-23 13:20:02 +02:00
cmdragon
7752448167
Add package manager bun (#945) 2025-09-05 11:05:45 +02:00
Anthony Alex
80acdd2c62
Add KaibanJS (#943)
Checklist:

- [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md).
- [x] I've added the new resource at the end of its section.
- [x] This resource is out there for a while, and actively maintained.
- [x] This resource is popular enough and has at least a few hundred stars on GitHub.
2025-09-01 17:08:32 +02:00
AbdulAzeez Olanrewaju
f2f608d2c3
Stunk - State management library (#938)
* feat: Add Stunk

* fix

* fix

* fix: description of stunk
2025-08-04 22:42:39 +02:00
WILLIAMS EZE
fc50ce9c7d
feat: this commit adds openAI sdk to the sdk section (#922)
* feat: this commit adds openAI sdk to the sdk section

* ref: move openAI SDK to the end of the section

* update openai sdk

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2025-05-27 14:25:58 +02:00
WILLIAMS EZE
21e2d7758b
feat: Add ws to Websockets section (#921)
* feat: Add WS to Websockets section

* rename WS to ws

* update ws

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2025-05-27 14:25:10 +02:00
Viktor Svertoka
8923a7dd5e
docs(md): add Vite link to bundlers list (#929)
Added a link to Vite in the bundlers section of the README. Vite is a next-generation frontend tooling optimized for speed and modern development workflows.
2025-04-01 10:45:59 +02:00
Viktor Svertoka
ddf0110d6f
docs(regex-vis): add Regex visualizer & editor (#919)
Added Regex visualizer & editor

Features:

Visualizing regular expressions
Visual editing of regular expressions
Testing of regular expressions

Link: https://github.com/Bowen7/regex-vis
2025-03-07 10:18:18 +01:00
WILLIAMS EZE
5fe2379476
Add Websockets section and initialize it with Socket.io (#918) 2025-03-01 20:55:38 +01:00
Anthony Max
451932a669
Add HMPL (#916)
* Add HMPL

* Correcting the position in the list
2025-02-20 13:41:05 +01:00
ZAKARIA ELALAOUI
9f3d32b56a
Add Astro (#914) 2025-02-16 16:48:19 +01:00
ZAKARIA ELALAOUI
b347d5599c
Add some ORM packages (#913)
* Add Zod

* Add ORM Section

* Add Prisma to ORM section

* Add Sequelize to ORM section

* Add Mongoose to ORM section

* Add TypeORM to ORM section

* Add Drizzle ORM to ORM section

* Add Kysely to ORM section

* Add Knex to ORM section

* Add MikroORM to ORM section
2025-02-16 15:18:04 +01:00
ZAKARIA ELALAOUI
9c0ba38107
Add Zod (#912) 2025-02-16 12:13:29 +01:00
Serhii Chyzhyk
7d68235698
docs(assertion): add Supertest JavaScript assertion library (#911)
A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
2025-02-15 20:13:40 +01:00
Viktor Svertoka
aaee06c9fe
docs(regexp): add Regulex JavaScript RegExp visualizer (#908)
* docs(regexp): add Regulex JavaScript RegExp visualizer

Added Regulex, a JavaScript regular expression visualizer, to the RegExp section.  
Regulex provides an interactive way to understand regex patterns and their structure.

* docs(regexp): add Regulex JavaScript RegExp visualizer

Added Regulex, a JavaScript regular expression visualizer, to the RegExp section. Regulex provides an interactive way to understand regex patterns and their structure.
2025-02-13 21:41:38 +01:00
Viktor Svertoka
ff4dac0459
chore(ci): update GitHub Actions and Ruby version (#910)
1. Updated GitHub Actions versions:

actions/checkout@v2 → actions/checkout@v4

actions/upload-artifact@v2 → actions/upload-artifact@v4

Updated Ruby version from 2.6 to 3.2 (since 2.6 is no longer supported).

2. Optimized workflow steps:

Moved setup-ruby after checkout for better execution order.

Added bundler-cache: true to setup-ruby to prevent redundant gem installations.

3. Improved awesome_bot installation:

Added --no-document flag to speed up installation.

4. Made validation step more resilient:

Added continue-on-error: true to validate to prevent workflow failure on link errors.

5. Adjusted artifact handling:
Used if: ${{ failure() }} to ensure artifacts are uploaded only if the validation fails.
2025-02-13 18:50:19 +01:00
Hong Minhee (洪 民憙)
6d17f734e4
Add LogTape (#897) 2024-09-03 15:01:53 +02:00
Eduardo Leitão da Cunha Opice Leão
81dd26d1e0
Added JS-PyTorch (#894) 2024-09-03 00:40:47 +02:00
Revolist OU
910e6ca399
Added RevoGrid library to Spreadsheets (#895)
Adding RevoGrid to the Spreadsheet category of the “Awesome JavaScript” list. RevoGrid is designed to address the needs of developers who require a fast, flexible, and feature-rich grid component capable of handling large datasets with ease.
I believe RevoGrid would be a great addition to your list.
2024-09-03 00:39:26 +02:00
Soumya Parihar
8954fba63a
Added Lume - Deno based static site generator (#855)
* added next.js

* Update README.md

fix: remove failing links

* added lume- Deno based site generator

* fixed link for web of tomorrow podcast

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2024-07-21 18:17:01 +02:00
Dan Holdsworth
b18db8804d Add roadmap.sh/javascript to Worth-Reading 2024-07-21 17:41:48 +02:00
Mohammad Sadab Saqib
66816d037c added wdio test framework 2024-07-21 17:41:10 +02:00
Everett Pompeii
1b5952d3e2 Add Bencher 2024-07-21 17:40:39 +02:00
Justin Schroeder
22b5185524 Adds Tempo 2024-07-21 17:36:12 +02:00
Yoni Rapoport
5b60804e08 Added Remult 2024-07-21 17:20:10 +02:00
Okiki
9a6adb3d9d add bundle.js.org 2024-07-20 12:00:01 +02:00
StokeBreakup
d76045c441
pg (#887)
* pg

* fix: remove dead links

* fix: another one bites the dust

---------

Co-authored-by: Gökay Gürcan <gokaygurcan@gmail.com>
2024-06-07 20:39:59 +02:00
Tom Österlund
64630aa173
add schedule-x (#876)
Co-authored-by: Tom Österlund <tom_jonathan.oesterlund@prosiebensat1.com>
2024-01-30 10:17:19 +01:00
Debakar Roy
d7300d89f2
Fix broken link to ECMAScript 6 compatibility table and mo.js (#871)
* Fix broken link

* Fix broken link for mo.js
2023-11-02 14:51:05 +01:00
Artem Kobzar
ac34428b6d
Propose sweet-monads library into Functional Programming section (#866)
* Propose sweet-monads library into Functional Programming section

* Move the link at the end of the section

* fix: remove broken links

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-09-18 10:25:55 +02:00
Carlos Fernandez Cabrero
f54cf284aa
Added new transpilers section and links. (#807)
* Added new category and suggestion as example

* Added reference in content list

* Update README.md

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-06-22 11:28:54 +02:00
imxaander
e27b03b028
added toastify-js. (#859) 2023-06-21 04:26:55 +02:00
Liberty
510bcd5017
feat: add Everright-formEditor (#858)
* feat: add Everright-formEditor Everright-filter

* feat: add Everright-formEditor

* remove expired url

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-06-04 22:34:13 +02:00
Soumya Parihar
498d31e6ee
added next.js (#851)
* added next.js

* Update README.md

fix: remove failing links

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-04-29 17:21:18 +02:00
infano
10ce9d2860
add the web-worker section(#842) (#843)
* add proxy-web-storage to storage

* add the web-worker section
2022-12-13 09:52:22 +01:00
infano
a1a2db21e3
add proxy-web-storage to storage (#841) 2022-12-05 11:05:14 +01:00
N3-rd
00cad67ddd
Added Dexie.js to storage. (#834)
* added Dexie.js

* fix: remove invalid url

Co-authored-by: Gökay Gürcan <gokaygurcan@gmail.com>
2022-08-28 22:51:42 +02:00
addyswitch
78fa5728d1
Added minimizers (#833) 2022-08-22 09:44:16 +02:00
Gökay Gürcan
393cdb7fe9
fix: remove a broken url
html5media
2022-08-20 21:25:35 +02:00
Andrew Boyd
d946a2dbfb
Add AutoAnimate (#818) 2022-08-19 16:12:00 +02:00
Yagiz Nizipli
74d8bd275d
feat: add url-state-machine to string libraries (#816) 2022-08-19 16:11:32 +02:00
mentamarindos
1a65809c9e
Add Google Lovefield to the storage collection (#830)
* Add Google Lovefield to the storage collection

* fix: remove yolpo

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2022-08-11 11:44:01 +02:00
Gökay Gürcan
fba930624d
fix: remove usejsdoc.org (#828) 2022-08-05 10:51:19 +02:00