Archive page
Blog archive
Page 3 of 11
Paged archive
Posts
Page 3 of 11
- 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…
- 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…
- 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:…
- NPM and a Demon
So learning node.js has been really interesting so far, I'm quite taken by it. It's great being able to transfer my JavaScript skills from…
- The three stages of developer growth
Today I happened across a great Quora post by Andreas Blixt. In the post, Andreas outlines the three stages of developer growth: The novice…
- 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…
- 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…
- 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…
- 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…
- 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?…