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…
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…
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…
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…
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…
The Basics From this point going forward, the blog posts are going to get long and technical. Yes, they’ve been that way for awhile, but this is more so than they were before. Okay, if that hasn’t scared you away, I’ll get on with things. I hope that by now…
I express my joys and sadnesses about WordPress (mostly joy) and PHP (mostly sadness)
Now that we’re in the realm of programming languages, things are going to get quite a bit more technical. There isn’t too much to talk about if I don’t get into the fine details. There is little difference in the WHAT languages can do; it exists mostly in the HOW.…
Now that we’ve moved onto a programming language, there is either a lot to say or a little. A programming language is a way to break down everything into a number and organize those numbers in some way. That’s a super abstract way to put things, but everything you do…
A Soft Intro I’ve been doing mostly web development, so I’ll start there. Web development all starts when you visit a webpage. Your computer sends a request, and a server (just another computer that ‘serves’ the webpage) sends something back. How it decides what to send is called the backend,…