Tag

dev

10 posts with this tag.

Tag archive

Posts

Showing 10 posts

    • 15 Aug 2023
    • 1 min read
    Ternary! ☘️

    If you find yourself with a conditional in the form on an if else, there's a more concise way of writing it. Say hello to a ternary. Take this…

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

    • 19 Mar 2019
    • 2 min read
    How much time should I spend a day learning to code?

    This is the question I asked myself when I first started learning (well relearning really) to code a while back. Obviously I Googled this and…

    • 15 May 2018
    • 1 min read
    Github Learning Lab🔬

    I've been using GitHub for a while now as part of my spelunking into the world of VR and Mobile development. I think it's fair to say it's done…

    • 6 May 2018
    • 1 min read
    How to: Setup CocoaPods in Xcode

    Hey, guess what? I'm learning iOS development and have been for months! Thought I might increase my rate of publishing to my blog if I did what…

    • 12 Dec 2017
    • 3 min read
    Udacity VR Nano degree retrospective ⏳

    When I started my Udacity VR Nano degree I knew I was in for a challenge. Now that I’ve successfully completed my final assignment I thought I'd…

    • 16 Oct 2017
    • 2 min read
    Done: Night at the museum ☑️

    I’ve been AFK for a while (holiday) so I just wanted to post the details of the final version of "night at the museum" I finished a few weeks…

    • 28 Sept 2017
    • 1 min read
    Storytelling​ in VR 📖

    It's hard to not have "all the feels" watching the above video (Ideally in VR if you've got a cardboard headset). The creators have done such an…

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