Skip to content

Commit

Permalink
Auto updating db and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Sep 3, 2024
1 parent 859678a commit 116d1bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<img src="https://www.google.com/s2/favicons?domain=https://docusaurus.io&sz=128" width="16" /> | [Docusaurus](https://docusaurus.io) | An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more. | |
<img src="https://www.google.com/s2/favicons?domain=https://hackernoon.com/&sz=128" width="16" /> | [Hacker Noon](https://hackernoon.com/) | How hackers start their afternoons. | blockchain, bitcoin, tech, crypto, software-development, react, vue |
<img src="https://www.google.com/s2/favicons?domain=https://hashnode.com/&sz=128" width="16" /> | [Hashnode](https://hashnode.com/) | Hashnode is a free content creation platform and community that allows you to publish articles on your own domain and helps you stay connected with a growing developer community. | |
<img src="https://www.google.com/s2/favicons?domain=https://kempo.io&sz=128" width="16" /> | [Kempo](https://kempo.io) | Customized code playgrounds powered by CodeSandbox’s Sandpack. | Programming, Code Editor, Code Demos |
<img src="https://www.google.com/s2/favicons?domain=http://medium.com/&sz=128" width="16" /> | [Medium](http://medium.com/) | Medium is an open platform where readers find dynamic thinking, and where expert and undiscovered voices can share their writing on any topic. | |
<img src="https://www.google.com/s2/favicons?domain=https://www.productive-hub.com/&sz=128" width="16" /> | [ProductiveHub](https://www.productive-hub.com/) | Discover top apps and websites on Productive Hub that enhance your productivity and help you beat procrastination, streamlining your journey to peak productivity. | |
<img src="https://www.google.com/s2/favicons?domain=https://www.smashingmagazine.com/&sz=128" width="16" /> | [Smashing Magazine](https://www.smashingmagazine.com/) | Smashing Magazine is a website and eBook publisher that offers editorial content and professional resources for web developers and web designers. | |
Expand Down Expand Up @@ -1342,6 +1343,7 @@
<img src="https://www.google.com/s2/favicons?domain=https://javascriptweekly.com/&sz=128" width="16" /> | [JavaScript Weekly](https://javascriptweekly.com/) | A newsletter of JavaScript articles, news and cool projects. | |
<img src="https://www.google.com/s2/favicons?domain=https://javascript30.com/&sz=128" width="16" /> | [JavaScript30](https://javascript30.com/) | Build 30 things with vanilla JS in 30 days with 30 tutorials. | |
<img src="https://www.google.com/s2/favicons?domain=https://jsbooks.revolunet.com/&sz=128" width="16" /> | [JSbooks](https://jsbooks.revolunet.com/) | Directory of free JavaScript ebooks. Contribute to revolunet/JSbooks development by creating an account on GitHub. | |
<img src="https://www.google.com/s2/favicons?domain=https://kempo.io&sz=128" width="16" /> | [Kempo](https://kempo.io) | Customized code playgrounds powered by CodeSandbox’s Sandpack. | Programming, Code Editor, Code Demos |
<img src="https://www.google.com/s2/favicons?domain=https://www.youtube.com/user/kentdoddsfamily&sz=128" width="16" /> | [Kent C. Dodds](https://www.youtube.com/user/kentdoddsfamily) | Hi, I'm Kent C. Dodds. I help people make the world better through quality software. | JavaScript Programming |
<img src="https://www.google.com/s2/favicons?domain=https://www.kevinpowell.co/&sz=128" width="16" /> | [Kevin Powell](https://www.kevinpowell.co/) | Helping you learn how to make the web, and make it look good while you're at it. With videos every Tuesday and Thursday, I'll be bringing you How Tos and Tutorials, as well as simple tips and tricks, ... | |
<img src="https://www.google.com/s2/favicons?domain=https://www.khanacademy.org/&sz=128" width="16" /> | [Khan Academy](https://www.khanacademy.org/) | Learn for free about math, art, computer programming, economics, physics, chemistry, biology, medicine, finance, history, and more. Khan Academy is a nonprofit with the mission of providing a free, wo... | |
Expand Down
16 changes: 15 additions & 1 deletion db/resources.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"count": 897,
"count": 898,
"data": [
{
"name": "1001 Fonts",
Expand Down Expand Up @@ -5265,6 +5265,20 @@
"description": "Discover Remote Jobs from around the world. Give up the commute, work remotely and do what you love, daily, from anywhere. Find your perfect remote development, design, sales or marketing job today.",
"url": "https://justremote.co/"
},
{
"name": "Kempo",
"categories": [
"Programming",
"Blog"
],
"description": "Customized code playgrounds powered by CodeSandbox’s Sandpack.",
"keywords": [
"Programming",
"Code Editor",
"Code Demos"
],
"url": "https://kempo.io"
},
{
"name": "Kent C. Dodds",
"categories": [
Expand Down
2 changes: 1 addition & 1 deletion resources/k.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const resources: Resource[] = [
{
name: 'Kempo',
categories: ['Programming', 'Blog'],
description: "Customized code playgrounds powered by CodeSandbox’s Sandpack.",
description: 'Customized code playgrounds powered by CodeSandbox’s Sandpack.',
keywords: ['Programming', 'Code Editor', 'Code Demos'],
url: 'https://kempo.io',
},
Expand Down

0 comments on commit 116d1bc

Please sign in to comment.