I Am Going to Be a Software Engineer


Thoughts from my journey towards software engineering

Helpful Visual Studio Code Keyboard Shortcuts - Part 3

This is the third entry in an on-going series on keyboard shortcuts in Visual Studio Code. Read part 1 here.


Canvas Hit Region Detection

For those of you who came here looking for the next entry in the VS Code productivity series, fear not, the series will continue and the next entry will be available next week.


Helpful Visual Studio Code Keyboard Shortcuts - Part 2

This is the second entry in an on-going series on keyboard shortcuts in Visual Studio Code. Read part 1 here.


Helpful Visual Studio Code Keyboard Shortcuts - Part 1

This is the first entry in an on-going series on keyboard shortcuts in Visual Studio Code.


React State vs Redux State

Redux is a state management library, and can be used with any front-end library, including React. But React itself can also manage state, so why use Redux? What are the advantages, disadvantages, and differences between the two?