code

another test

I had a whole blog post that I was in the process of writing which spoke to the effort that I have put into getting the below code editor working. All I feel like I need to say is I am fortunate to ha

November 9, 2024 · breadchris

coding as a lifestyle

Programming feels like a lifestyle to me. I wake up and am thinking about what I would like to code. My bedroom wall is covered in screenshots of features from apps that I like. The constant reminder

November 9, 2024 · breadchris

some code

package main import ( . "github.com/breadchris/share/html" ) func main() *Node { return Div() } lets go!!!

November 9, 2024 · breadchris

github integration for blog platform

Feels good to be one step closer to my goal of having a blogging platform with this code. This adds an entire flow (MVP of course) for someone signing up with github, cloning their "blog" repo, genera

November 6, 2024 · breadchris

my code is hard to explain

I am currently at a weekly jam session at a bar called Mo Jam Mondays. It is pretty fun to hang out here so that I get a chance to play bass live and while I wait for my turn, write some code to some

November 4, 2024 · breadchris

Keywords for Top 10 Languages

note: this does not include symbolic operators (*, ||, &&, etc.) Python: 35 False, None, True, and, as, assert, async, await, break, class, continue, def, del, elif, else, except, finally, for, fro

February 14, 2024 · breadchris