Tag

code

40 posts with this tag.

Tag archive

Posts

Showing 10 posts

    • 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 a came across a…

    • 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…

    • 15 Apr 2019
    • 1 min read
    RESTful Routes

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

    • 1 Apr 2019
    • 1 min read
    YelpCamp

    I've now reached a turning point in my web dev course. This morning I started writing code on my first meaty project, YelpCamp. As the name…

    • 29 Mar 2019
    • 1 min read
    JSON

    I've worked with JSON data before when I was learning Swift and iOS development. At the time I didn't really know much of JavaScript or its…

    • 27 Mar 2019
    • 1 min read
    A battle for the ages

    Spaces vs tabs is a hilarious holy war that doesn't really matter but I do find amusing. Modern text editors normalise differences on a project…

    • 18 Mar 2019
    • 1 min read
    I made a thing: Aroha generator

    So I made another thing. The only reason I'm really even talking about it is because what's going on in Christchurch is so awful I can hardly…

    • 14 Mar 2019
    • 2 min read
    Constantly letting down my variables

    As it turns out I’ve been doing everything wrong. Well, maybe not everything, but at the very least I’ve been declaring variables incorrectly.…

    • 13 Mar 2019
    • 2 min read
    Flow

    Getting into a flow state>) is super helpful when you're trying to get some coding done. Whenever I'm working on a course exercise or side…

    • 12 Mar 2019
    • 2 min read
    How to write modern JS

    So you're learning JavaScript (JS), cool. Putting all this effort in, you'll want to be learning the modern usage of the language right? Time to…