Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions resources/c.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ export const resources: Resource[] = [
url: 'https://chatwithcloud.ai',
keywords: ['ai', 'cloud', 'aws'],
},
{
name: 'CheatGrid',
description:
'Developer cheat sheets covering web development, programming languages, DevOps, AI, and more. Free cheat sheets available with no account needed.',
categories: ['Cheatsheet', 'Learn', 'Programming'],
url: 'https://www.cheatgrid.com/web-development/0022-react-frontend-framework-cheat-sheet',
keywords: ['react', 'cheat sheet', 'reference', 'web development', 'javascript', 'frontend', 'python', 'devops'],
},
{
name: 'Cheatography',
description: 'Find thousands of incredible, original programming cheat sheets, all free to download.',
Expand Down
Loading