The evolution of scalable CSS
How we write and think about CSS has changed significantly since the web’s beginning.
I am a developer, DevOps engineer, writer, foodie, speaker. Coded Geekery is my spot on the interwebs where I can talk, think and share.
I'm also a big camping and hiking enthusiast. When I'm not hanging out with my family or at the computer you can find me camping somewhere in the mountains around the Okanagan valley where I live.
How we write and think about CSS has changed significantly since the web’s beginning.
There’s this pattern I’ve been using in my apps that has been really helpful to me and I’d like to share it with you all. I’m calling it “full stack components” and it allows me to colocate the code for my UI components with the backend code they need to function. In the same file.
“Fresh is the Deno full-stack framework created by Luca Casonato of the Deno core team and now hosted in the Deno github repository.”
There has been a lot of talk on the socials lately about progressive enhancement. Some good, some bad, and while the bad is often misled I get it.
I know that people will always find ways to shoot themselves in the foot. At the same time I understand that batteries-not-included approach will lead to that sad result. When it comes to React projects I feel that I know a few tricks to sidestep problems that people discuss online.
Want to deploy a Directus site on Fly.io? This example is a quick starter to get started...
The Directed Stack is a full-stack Remix stack that combines Directus as the backend and Remix for the app, easily customizable to build on
The Remix Blog Stack is a Remix stack I wrote for quickly building an MDX blog in Remix, it's had a few revisions recently.
Want to deploy a Directus site on Railway? This example is a quick starter to get… started
In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information to optimize the performance of our React apps.
Want to deploy a Directus site on Fly.io? This example is a quick starter to get started...
The Directed Stack is a full-stack Remix stack that combines Directus as the backend and Remix for the app, easily customizable to build on
Let's get started on a nice way to proxy docker containers with let's encrypt and nginx