Category

optimising

4 posts in this category.

Category archive

Posts

Showing 4 posts

    • 25 Mar 2019
    • 2 min read
    Express snippets

    Since I'm playing with Express at the moment I've updated my collection of snippets to include a few things I seem to be doing regularly:…

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

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

    • 26 Sept 2017
    • 1 min read
    Optimising C# scripts in Unity 🏎

    C# logoThe more I create C# scripts in Unity the more I learn about optimising those scripts. With code there are 100s of ways to solve a…