KKubernetes 🤝 Github Package Registry
Here's a quick tutorial on getting your k8s cluster connected to Github's image registry. Tagging & Pushing a Container Prerequesites: docker installed on your computer, github account, github access…
I built my first website at the age of 12, and I have worked on turning that hobby into a career ever since. As a technical leader and developer, I have built products and websites as solutions for both client and personal projects. I enjoy working on projects which involve new technical challenges to solve, collaborating with other developers, and helping the developers around me learn new skills. I’m currently leading all front end projects at AirDNA, co-organizing the Denver React Meetup, and building awesome online tools for the Order of the Arrow!
Here's a quick tutorial on getting your k8s cluster connected to Github's image registry. Tagging & Pushing a Container Prerequesites: docker installed on your computer, github account, github access…
A recent update to workbox broke the skip waiting functionality in a service worker generated by CRAv3. I'm using cra-append-sw to patch the service worker generated by react-scripts. All that I…
One of my friends asked for help setting up a MongoDB with docker, so I threw together this gist. This sets up mongo with authentication enabled, which is really important (and overlooked in many…
It took a lot of googling to finally find a solution for setting up ssh-agent properly on WSL, so I'm not entering my ssh passphrase every time I do anything requiring it. Add this to your profile…
This week I was tasked with improving the deploy process for our React app. We're using code splitting with react-loadable, and if someone was using the app and we deployed, whenever they went to load…
xdebug is an awesome tool for debugging your PHP code. Rather than var_dump'ing your variables out in a page, you can peek into them in your editor at particular points in the execution. Interacting…
I'm a big fan of Divi by Elegant Themes, and they've got some crazy stuff coming in September: A front end WP editor powered by React. The video demos I have seen so far are incredible, and I'm…
I'm working on a side project right now that has a lot of user / capability interactions, and I'm not as familiar with those parts of WordPress, so I've found myself searching the developer docs for…
In many of the projects I have been working on lately, we have leveraged the WordPress REST API. It's super easy to add your own endpoints, and it just feels better than the old admin-ajax way. Wait…
I was reading this article by Pole Vault Web about using the media on a live site, which contains a few helpful tips for your local development sites. To recap, the idea is to save space on your…