Category
archive
430 posts in this category.
Category archive
Posts
Showing 10 posts
- Geekpulp
So, this post is a bit different from the norm, but I think it will do me good to write it, so here we are. April 18th, 2024, was a bit of a…
- Geekpulp
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…
- Geekpulp
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…
- Geekpulp
Being the lone developer on a personal project makes it really easy to do sloppy things. For example, doing undisciplined things with my git…
- Geekpulp
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…
- Geekpulp
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 professionally…
- Geekpulp
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,…
- Geekpulp
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…
- Geekpulp
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…
- Geekpulp
This is the question I asked myself when I first started learning (well relearning really) to code a while back. Obviously I Googled this and…