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.
* 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>
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.
* 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.
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.
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.
* 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>
* 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>
* 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>