Posting dev hacks every week | Learn, Develop, Grow ♻️ | Developer
Joined December 2021
- #DevTipsBySagar #2 Focus on your code like a Ninja using Zen Mode Sometimes you just want to remove all distractions and just focus on your code. Use Zen Mode! Zen mode removes all distractions and lets you concentrate on the code. Toggle Zen Mode using Ctrl+K Z #VSCode
- Just watched @fireship_dev 's video about consistentency and logged into this developer account. NGL the man should host a Ted Talk. #developerspace
- #DevTipsBySagar #1 Create your own Code Snippets Repeating a part of code in every file that you create? Use User Code Snippets Just head to Settings>Preferences>User Snippets and select the language Name your snippet, focus on the prefix as that will be the "shortcut" #VSCode
- const name = window.prompt("Your Name", "John Doe"); console.log(`Happy New Year 2022, ${name}`); #HAPPYNEWYEAR2022 🎆

