Easy Typewriter effect/animation with Javascript
Add a cool typewriter effect/animation to your design with this one simple native Javascript snippet. (As seen on the home page)
Add a cool typewriter effect/animation to your design with this one simple native Javascript snippet. (As seen on the home page)
Persist any data in your application in localStorage between tabs and windows in real time via this great hook I wrote.
Safely bind to DOM events in your components via this great hook I wrote.
You've found yourself using Preact for your project, and now you've decided you must have Styled Components. How do you do that? This article will hopefully answer your questions.
You've implemented dark mode on your site, great! However, now you've found yourself stuck with a lot of images that may or may not fit into your overall design. No need to whip out that JavaScript - there's a native solution already built into HTML - `
Using Laravel with the latest Angular doesn't seem quite straightforward to achieve, but, with the help of this article, you too can use the latest and greatest Angular within your Laravel app without any complex setup.
I've recently moved away from hosting my own site on a VPS to hosting it on Netlify, and since I'm such a cheap guy - I don't want to constantly waste my free build minutes (of which you only get 300) with every small push I make. GitHub actions to the rescue!
Thanks to custom properties a.k.a. CSS variables, we can automate aspect ratio preservation without the need for utility classes.
Add automatic dark mode switching to your site with the magic of CSS variables