AI in Development: the Worst Mentor, the Best Mentee
My personal opinions on how we should be leveraging AI in development to promote individual growth and prevent vibe-coded catastrophes.
Coding tips, tech rants, coffee-fueled tutorials, and the occasional meme.
My personal opinions on how we should be leveraging AI in development to promote individual growth and prevent vibe-coded catastrophes.
With the adoption of container queries in all browsers, it's time to use them to fix typography systems.
By keeping things simple, isolated to single files, and scoped, pieces from projects can be easily shared across clients and speed up development time significantly.
How to create a lazy blur-up image effect on your images in an Astro project.
In order to use tailwind with lit and custom html elements, you need to disable the shadow dom. Here's how you do that!
On larger projects that utilize multiple templating languages to accomplish server-side and client-side rendering, using lit to create custom html elements can solve your problems.