Skip to content

Instantly share code, notes, and snippets.

@anandmt
Last active July 27, 2023 13:39
Show Gist options
  • Save anandmt/18e8a866920654b7da7fccd48e90f7a1 to your computer and use it in GitHub Desktop.
Save anandmt/18e8a866920654b7da7fccd48e90f7a1 to your computer and use it in GitHub Desktop.
Nest JS
https://www.youtube.com/watch?v=5di0gCg6uQQ
Andi lippi for OBS tricks
https://www.youtube.com/watch?v=aSlK3GhRuXA
https://obsproject.com/forum/resources/streamfx-for-obs%C2%AE-studio.578/
https://www.youtube.com/watch?v=7oZw4gZjYiw&list=PLgjuC52DYyz4GYdj3PBUA1hWsUEZlcc5r
https://sequencediagram.org/
https://docusaurus.io/
https://sketch.metademolab.com/
books to follow{
1. Company of One by Paul Jarvis
2. Start Small Stay Small by Rob Walling
2. Building a story brand by donald miller
}
https://render.com/docs/free#free-web-services
import {FC} from 'react'
interface ButtonProps{}
const Button:FC<ButtonProps> =({})=>{
return <div>Button</div>
}
export default Button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment