|
|
|
|
|
by joshxyz
1099 days ago
|
|
1. type safety from typescript avoids lots of bugs before running my code 2. linters like eslint forces best practices and readability in my code 3. security is learnable from online sources like latacora blog and owasp cheatsheets 4. reading latest docs and github issues helps a lot in debugging. 5. reading readme file and getting started guides is more reliable than watching video tutorials. 6. videos however are good at getting comparisons and seeig presentations of ideal use cases of particular tool software or database or framework |
|