Tag
beginner-tips
33 posts with this tag.
Tag archive
Posts
Showing 10 posts
- 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…
- MongoDB and macOS Catalina
Like a good Apple nerd, I updated to the latest version of macOS Catalina. If you're using older 32bit apps Catalina won't run them. Thankfully,…
- 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…
- Traversing folders
I always manage to forget the syntax for traversing folders. So for the recorded, this is how it's done: / means drop back to the root folder…
- 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…
- Installing MongoDB on macOS
The course I'm doing uses Cloud 9 (C9) as cloud-based IDE. I've basically ignored that side of things and done everything locally on my Mac as…
- 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…
- 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:…
- 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…