Shortcut Links
Code
Angular
- Angular Docs - The docs are all you really need
- Ng Neat - Usually use this with tailwind if im not using material
Code
React
- React Beta Docs - Look and learn basics here
- TanStack - Headless build your own adventure
- Mantine - Nice components kinda dumb api binding
- Poimandres - React animations, zustand, phsyics.. hook stuff
- NextAuth - authhhhh....
- tRPC - tyepsafe apis
Terminal
tmux
- tmux shortcuts - tmux can save the session of the terminal you working in, helpful for getting back to a saved state
- beginner guide - how to do splits
- tmux on ubuntu - simple key bindings
Terminal
nvim
- vim beginner guide - barbarian meetings coding into vim
- nvim tree (line 956) - tree bindings
- lsp mappings - code actions, formatting, definitions etc
- telescope - file search mappings
- core cosmic - splits open close
- Redo/Undo - vim un/re
Code
Data/State Management
- Prisma ORM - i like this orm for sql
- xstate - charts and statemachines
- elf - goto for angular state management
- react query - usually all you need