Software and Programming Languages I Use
I wrote my first line of code in 2008.
Since then, I've learned and written a number of languages and technologies that have helped me in my career and in my personal projects.
Docker
I used Docker heavily at Webflow and now use it for serving MongoDB locally for theMurmur Labs app. I also use it for one off runs of services I need for various projects. I usually do this by running something with Make
or docker-compose
.
JavaScript
JavaScript is the language I've used for the majority of my career in technology.
TypeScript
I wrote the first line for the Murmur app with TypeScript in September 2020.
CSS
I mostly use CSS as "CSS-in-JS" in JavaScript by styling components now, preferring a framework like Stitches (personal projects such as curiouslychase.com) or Styled Components (Murmur Labs) instead of css, sass or less.
Golang
I wrote Go at Walmart for the reverse proxy and CDN that all of Walmart subsidiaries used from December 2016 to October 2018.
MongoDB
I used MongoDB at Webflow and it's the database behind all of the data forMurmur Labs.
It's great as a document store and I've found it delightful to use as they've been adding features to their aggregation pipeline and atomic operators.
PHP
I haven't written PHP in a long time, but I wrote it professionally when I built my first website for my family's building material supplier, Cofer Adams Building Center, from December 2009 to May of 2011.
After Cofer Adams Building Center, I wrote PHP at Rock, Paper, Scissors Marketing for a little under a year.
Homebrew
I use Homebrew For MacOS for managing the software I have installed.
Share on Twitter