Resources
Frontend
React
- @github/typescript-cheatsheet - Good typescript cheatsheet
- @joshtriedcoding - Good to keep up with latest frontend tech and best practice
- @ByteGrad - Good coding style for writing react code
- @cosdensolutions - There are several good ~20 mins video complete tutorial for react
- @bmdavis419 - Good, mostly react/next + golang.
- React roadmap by Cosden - Good roadmap for 2024. I can use this to structure software notes for React
- React Query series by @TkDodo (Dominik) - Good blog series on Tanstack Query (previously React Query)
- Project-based tutorials
- @javascriptmastery - Probably the best, check this playlist
- @elliottchong - Multiple full-length videos on building fullstack AI-powered react apps
- @javascriptmastery - Probably the best, check this playlist
- Go: @TiagoTaquelim has good golang project tutorials without frameworks
Deploy to production
- flightcontrol.dev - seems like a good option if I need to deploy a server to AWS with better DX
Desktop app dev
- tauri.app - an alternative of electron built on rust
Leetcode
System Design
- BeABetterDev - good for system design and hands-on AWS
- @IGotAnOffer-Engineering - good system design mock interviews
- techprep.app and @TechPrepYT- potentially a good resource
Coding practice
- @CodeAesthetic- teaching you coding best practice visually
ML and AI
- @GPTandChill - good explanation of LLM's fundamentals.