Latest Posts
-
Not Your Parent's Software 07 Sep 2024
ONCE is a great example of software we can own, built for the modern world.
-
Graphql Is Not Expressive 04 Sep 2024
It has only two categories of inquiry
-
Eventing Like React 03 Sep 2024
I have a previous article about using React to mirror DOM eventing style
-
React Eventing Like The Dom 05 Aug 2024
React doesn’t have a builtin eventing system like the browser does, but you can model your components after it.
-
JSX: Writing the Language To Meet You 26 Jul 2024
Like LISP, JSX allows html to be written “up” to easily define new concepts.
-
Very Semantic Html 20 Jul 2024
Semantic HTML can be a very charged topic. A quick search
-
Description Of Wonka Operators 15 Jul 2024
Suffice to say, wonka operators are a simple concept that becomes incredibly tricky very quickly!
-
Form Validations 13 Jun 2024
When my front end is decoupled from my backend via JSON API, how does my front end know what kind of validation logic my backend does on the data I provide it? Usually, it doesn’t!
-
Tech Itch 12 Apr 2024
What is the tech itch?
-
Repo Local Todos 09 Apr 2024
Not all software I write is very collaborative. Many hobby projects I start are just me writing a project,
-
Turbo, Helment, And Csp 23 Mar 2024
I had some trouble with Turbo,
-
Is React A Framework 20 Mar 2024
Or is React still a library?
-
Deployments 11 Mar 2024
How do you deploy your projects?
-
Terminal Vs Tui 21 Jan 2024
For a long time I’ve loved using the terminal, but couldn’t quite figure out what I liked about it.
-
Software I Use 01 Mar 2023
I’ve enjoyed using the terminal ever since I found one on my computer. I’ve seen “scripting” as a way to get a computer to do anything, magical.