Tag
javascript
34 posts with this tag.
Tag archive
Posts
Showing 10 posts
- I Made a Thing: Pulp, a Chrome Extension for Quick Link Posts
I keep finding things worth sharing. Articles, videos, bits of news — the kind of stuff that used to go straight into a quick blog post. Except…
- 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…
- 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…
- 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…
- 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.…
- 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…