My Next Project – Layout and Planning
Published on February 6, 2022

Table of Contents IntroductionLiveView is NewHow Do I Make That in Liveview?Layout Introduction I haven't done any work in the last week. Yes, it's very out of character for me. I haven't really taken more than a day off in the last year and a half. I'm starting a new…
Read more →

My Next Project – Scope Change
Published on January 29, 2022

Table Of Contents IntroductionThe StackThe EndpointThe DetailsBad Stuff Introduction This is the second post of the series. I want to write a post every week, documenting every change, no matter how small. Given I still have some spare time now, I have gotten a lot done. I finished reading three…
Read more →

My Next Project – Deciding on a stack
Published on January 22, 2022

Table of Contents IntroductionWhere I StartThe Problem to TackleThe Tech StackNuxtGolangErlangElixirConclusion Intro I had an idea. Or, really, I came across it in a place, that I should blog about the process of creating my next project. Okay, a little preface. I've got a real job, so I won't have…
Read more →

My Journey in a Year
Published on August 3, 2021

Now that I finished what was the last in my essential portfolio projects, I feel like it's time to explain everything. I somewhat, sorta did, way back a few months ago. But I didn't really examine things, just give a brief summary of things. So I'll try to explain myself,…
Read more →

A Week’s Worth – Backend with GraphQL and Django
Published on July 15, 2021

Hi again! Now that I have the syntax highlighter done and posted about, I'm going to talk about the other thing that I did recently besides the showcase: the backend for A Week's Worth. Yes, that's the link to all the code so you can look at it while you're…
Read more →

My first block editor plugin – a syntax highlighter
Published on July 15, 2021

After finishing the post yesterday, I had a thought (I know, I shouldn't get ahead of myself). I haven't written as much as I like, so I thought I'd get more active. Between yesterday and today, I made a block for the Gutenberg Editor. It took me that long, but…
Read more →

The showcase and why Webpack is great
Published on July 14, 2021

Hello everyone, I don't know how much you've been tracking changes on my blog. I suspect no one has, but that doesn't mean that I don't develop and work on it. There are two things I've done recently you can see. Well, actually three. But I've been waiting on some…
Read more →

TypeScript
Published on April 19, 2021

I’m sorry for the hiatus, but my second born came, and we've been hecka busy. Now I have a little more time to do stuff, so I got around to writing this (I think two or three more posts after this, then we’ll be done). Back to the matter at…
Read more →

Swift, or Mac Programming
Published on March 30, 2021

I think this is the post that I’ve been most anticipating from the beginning (well, this or TypeScript). I think Swift is, surprisingly, one of the most intriguing things I’ve learned. I haven’t yet figured out if I like it or not. So let’s start with the fundamentals. What is…
Read more →

C# and Type Systems
Published on March 26, 2021

I wanted to wait to talk about Swift and C# for one simple reason: the main differentiation between them and something like Python is the type system. And the compiler. Compilation I’ll just get the compiler out of the way right away. This isn’t very much anything I learned but…
Read more →