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…
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…