Tag page
development
Page 2 of 5
Tag archive
Posts
Page 2 of 5
- 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 hardly…
- 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.…
- 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? Time to…
- I made a thing: To-do list
Yep, I made another thing in JavaScript for the course I'm doing. This one's a bit more basic, but really it's more of cutting my teeth with…
- 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…
- VS Code
Recent reading leads me to think my text editor of choice (Atom) might not be the best solution for my current needs. To that end, I'm…
- What is the state of JavaScript?
This JavaScript thing is really catching on eh? As the name suggests, "the state of JavaScript" survey gives a snapshot view of JavaScript…
- Pigs in namespaaaace
When you're working on a JavaScript (JS) app you'll create loads of functions and variables. By default in JS, there is no namespacing so…
- Atom snippets
One of the things I love about modern text editors is code snippets. Coding tends to involve repetition, code snippets can really help cut down…