Posts
You can find everything I've shared online here.
- snippet
Create A Custom Search Shortcut In Chrome
Search on any website using a custom url
•1 min read
- productivity
- article
Resume Checklist
Do's and Don'ts when writing your resume
•4 min read
- article
The Higher-Order Component Pattern in React
What are Higher-Order components, and how it solves
•3 min read
- reactjs
- note
The renderProp pattern in React
What's a render prop, and when you should use it.
•3 min read
- reactjs
- snippet
Search objects with a keyword in 5 lines
How to search for keywords within objects.
•1 min read
- javascript
- note
Why use Objects over Enums
Using plain Javascript Objects to declare literals
•2 min read
- reactjs
- snippet
useLocalStorage Hook
Like useState but it persists the state to the local storage.
•1 min read
- typescript
- reactjs
- snippet
How to get Base Directory in VScode snippets
•1 min read
- vscode