Recent Posts
JSON Parsing With Golang
Challenge: When using Go, we can’t be quite as “loosey-goosey” with parsing JSON compared to using Ruby or JS. The challenge/lesson I am trying to solve/learn is how to parse API responses that arent always straight forward or a 1:1 mapping to a given data struct in go. By leveraging json.RawMessage in our code, we have a tool at our disposal to make this scenario much easier to deal with.
read more
Where to start?
I’m not 100% sure where to begin with this thing. Ideally, I’m hoping to treat this as a log of where I’m at and where I’m going. At this point, it doesn’t have a target, but I’m thinking it’ll be composed of the following:
Eating for health Working out Programming So off of the top of my head, here are a few of my goals:
Consistent workouts Erg rowing Weights Solid / Simple nutrition Lean proteins Greens Shooting from the hip, I’m going to start with the following template for tomorrows:
read more