Archive page
Blog archive
Page 3 of 55
Paged archive
Posts
Page 3 of 55
- Protecting myself from myself 🔒
Being the lone developer on a personal project makes it really easy to do sloppy things. For example, doing undisciplined things with my…
- Old
Hey everyone. On the 25th I turn 40 years old. To celebrate making it to this ripe old age, I'd like to raise some money to help others get…
- Taking the month off
After I completed the full stack web dev boot camp (see my final project code) I decided to give myself a month off studying software…
- Sponsor me!
Did you know you can sponsor my study and contributions to open source projects? If I had my way that's how I'd spend all my professional…
- 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.…
- 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 record, this is how it's done: / means drop back to the root folder…
- RESTful Routes
What are REST, Routes, CRUD? Representational State Transfer or REST is a pattern/convention for defining our routes. Routes are the code…
- 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…