We're a place where coders share, stay up-to-date and grow their careers.
Front end developer. Keen with JavaScript, HTML5, CSS3, JAMstack, React, Gatsby, GraphQL, Web Accessibility and UX/UI Design Principles Trained with Vets Who Code https://vetswhocode.io
Education
B.S. Information Security
Looking for work at Looking for work
Recent comments
How to Build Good Habits and Excel as a Junior Developer Part 4: Make It Obvious
Best one of the four. Great job Jeff
How do you store private keys?
How is everyone working with keys in a shared development env...
Build a CRUD Firestore App in React/Gatsby with Hooks
Awesome 😎 thanks!
The Best Coding Challenges Websites For Beginners
I want to give a plug to RunCode. runcode.ninja/ Their "Easy...
What is the best way to tackle responsive design with minimal redundant code ?
I'm no expert but I have been studying inconsistencies across...
Did you webPACK your assets yet? - Getting Started with Webpack
Great article!
Embed your dev.to posts anywhere!🥳
I did something similar except using graphql and creating a n...
JavaScript Destructuring Explained
const { order } = data; // did not work const [ order ] = ...