
Stop reinventing the wheel
You can stop copying that clipboard logic off of StackOverflow and no I'm not telling you to use an LLM.
6 posts tagged with 'Code'
You can stop copying that clipboard logic off of StackOverflow and no I'm not telling you to use an LLM.
One of the hardest things about web development is knowing what's available in the ecosystem because there are so many awesome things on the internet
These are my three favorite hotkeys while coding. They make me faster, more productive, and improve my code quality. On top of that, they reduce my cognitive load and make my code easier to read.
I've become mildly obsessed with box-shadows. When they are done well, they're magic. They provide depth, contrast, and clarity to the page. When done poorly, they're distracting. Let's dive into box-shadows.
I got an email from Ugohow the other day. Ugohar also sent me one. The Ugos send me a lot of emails, they write to me in Russian with links to buy prescription drugs. Thanks, Ugos.
We're building a simple contact form with three fields — name, email, message. It will be a React component that uses the Ant Design components to display a Netlify form.