-
-
Save anandmt/18e8a866920654b7da7fccd48e90f7a1 to your computer and use it in GitHub Desktop.
Nest JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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