Archive page

Blog archive

Page 3 of 55

Paged archive

Posts

Page 3 of 55

    • 29 Jul 2023
    • 1 min read
    Dough game

    Working on my gluten-free pizza dough game. After 5 hours of prep (probably 20 mins of effort) I'm fairly happy with the results. I'm…

    • 17 Aug 2021
    • 1 min read
    Mutation === 💩

    One of the many things I've picked up from the excellent Syntax podcast over the years is mutation should be avoided. Today I came across a…

    • 11 Jul 2021
    • 1 min read
    Protecting myself from myself 🔒

    Being the lone developer on a personal project makes it really easy to do sloppy things. For example, doing undisciplined things with my…

    • 18 Nov 2020
    • 1 min read
    Old

    Hey everyone. On the 25th I turn 40 years old. To celebrate making it to this ripe old age, I'd like to raise some money to help others get…

    • 1 Feb 2020
    • 2 min read
    Taking the month off

    After I completed the full stack web dev boot camp (see my final project code) I decided to give myself a month off studying software…

    • 23 Nov 2019
    • 1 min read
    Sponsor me!

    Did you know you can sponsor my study and contributions to open source projects? If I had my way that's how I'd spend all my professional…

    • 21 Oct 2019
    • 1 min read
    MongoDB and macOS Catalina

    Like a good Apple nerd, I updated to the latest version of macOS Catalina. If you're using older 32bit apps Catalina won't run them.…

    • 29 Jun 2019
    • 5 min read
    Coding on a plane... on an iPad

    The project In my ongoing efforts to up my development game, I’m currently working on learning how to create an app that has user…

    • 25 Apr 2019
    • 1 min read
    Traversing folders

    I always manage to forget the syntax for traversing folders. So for the record, this is how it's done: / means drop back to the root folder…

    • 15 Apr 2019
    • 1 min read
    RESTful Routes

    What are REST, Routes, CRUD? Representational State Transfer or REST is a pattern/convention for defining our routes. Routes are the code…