Tag
code
40 posts with this tag.
Tag archive
Posts
Showing 10 posts
- 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…
- RESTful Routes
What are REST, Routes, CRUD? Representation State Transfer or REST is a pattern/convention for defining our routes. Routes are the code that…
- 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 project…
- 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…