Archive page
Blog archive
Page 3 of 55
Paged archive
Posts
Page 3 of 55
- Dough game
Working on my gluten-free pizza dough game. After 5 hours of prep (probably 20 mins of effort) I'm fairly happy with the results. I'm…
- Mutation === 💩
One of the many things I've picked up from the excellent Syntax podcast over the years is mutation should be avoided. Today I came across a…
- 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…