Skip to content
Go back

Dev notes: new site, who this

Updated:  at  06:12 PM

It’s time to get back into the weeknotes mode of blogging. Just a quick roll up of what’s going on in my little dev world. I’m planning to throw my extra time this summer into some projects so they’ll be more problems to solve (and errors to vent about).

I’m not commiting to weekly notes though. So I’ll just call this Dev notes and aim for every other week. Let’s see what happens.

Shipped

colbywhite.dev has been revamped.

Moved away from the Remix + CloudFlare set up I had. I was never cuckoo for the local dev experience that CloudFlare forces upon you. When you don’t use it often, it’s disorientating to come back to it. Still think CloudFlare has an awesome product, but I’m 50/50 on whether or not I actually want to use it.

I’m now on a Astro + Netlify set up. Super simple to me and Astro is more tailored to a blog with extra features than Remix. And I don’t have to use React.

Let’s be honest, not using React is the main appeal.

Thoughts on using starter projects

I used Astro Paper as the starter for the revamp to move me along quicker. I like the simplicity of the design, but I’m not sure if it was necessarily quicker.

I had the quite obvious light bulb that using a starter for its nice styling means you are also using any coding paradigms the author used. Once I started making changes, I couldn’t help but see things that weren’t my cup of tea when it came to code design and organization.

Since it’s a starter, it’s designed for users to configure things. A lot of that configuration will never change for me. There were components that I needed to redesign to make them reusable. The content collection code design wasn’t ready for a second schema to be added.

Etc, etc, etc.

They’re all little things, but they added up.

I start up so many Astro projects nowadays that I’m thinking of making a CLI that can create things the way I like them. Personalized starters if you will. They would just have an audience of one: me. So not a lot of impact … 🤷.

I do like the style though.

The never-ending project list

I attempted to list out all the projects that have been floating around in the back of my head.

And then there are some apps that I want to build for myself. None of them have a wide audience. Writing all these down made it obvious I build for myself, for better or worse.

Reading through this one last time, I’m not sure which to start with first. So many ideas, so little time.

Share this post on:

Next Post
Jamstack is dead