thumbnail

How I Survive as a Web Dev

Utilize the Todo extensions in VSCode. Make a block for the day by making a line of 

-----------------------------------------------------------------------------

#/##/####:

 [ ] notes notes notes

 [ ] ..........

Then you can utilize 'line bubbling' in VSCode (alt+shift+up arrow) to create a new line at the start of each day. I get my coffee, sit down, make a new day block, then go drop a..... hello to my coworkers.

Configure Prettier or some code formatter so that you don't have to think about the shape of your code. Just utilize the first config you find online, it really does not matter.

Understand the process top to bottom; How to install the codebase on your PC (Git repo? Starting fresh on your local, so needing to make a repo? Using a scaffold like CreateReactApp?)

Thanks for reading!

Let me know what you think on github