
Justin Henry
404 bio not found
Teachable Moments
Teachable Moments
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Recent comments
Stop Writing DRY Code
The problem here is not with DRY, its with design patterns. Y...
New to react. Any suggestions for code management and maintainability?
I suggest investing in learning about custom hooks, which is ...
Typescript Basics: How Generic Types Work
One more piece to note is you can add something like type ...
How to Use Multiple Template Engines within One Class?
This seems like it would be best used when migrating legacy a...
JavaScript pattern - the “singleton file”
The one adjustment I would make is maintain a variable in the...
JavaScript Basics Before You Learn React
My main suggestion is to not suggest that OOP is a necessity ...
Upload mutiple image component and get base64 format
Great concept, just some suggestions: you don't need images...
Automate your git push to remote server
Nowadays CICD is a bit more robust and you will probably use ...