Tag
coding
11 posts with this tag.
Tag archive
Posts
Showing 10 posts
- The Swiss Cheese Model of agentic coding
I stumbled across the “Swiss Cheese Model” of safety yesterday. It’s one of those concepts that, once you see it, you start spotting it…
- 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…
- 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…
- 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…
- Traversing folders
I always manage to forget the syntax for traversing folders. So for the recorded, this is how it's done: / means drop back to the root folder…
- Pastebot
The more time I spend coding the more time I find myself researching solutions to workflow problems I've never had before. Copy and paste is a…
- 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…
- 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…
- 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…
- 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…