Archive page
Blog archive
Page 4 of 55
Paged archive
Posts
Page 4 of 55
- Installing MongoDB on macOS
The course I'm doing uses Cloud 9 (C9) as a cloud-based IDE. I've basically ignored that side of things and done everything locally on my…
- 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…
- 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…