Blogs

How to Get Past the …

Hiring average engineers is easy. Hiring excellent software engineers is hard. So far this year, the hiring managers that I work with and I have seen 50+ resumes for 4 positions and made 2 job offers. The math here is not really in the favor of the candidates or our hiring managers. Every stage of …

Wordpress on Kubernetes

This wordpress instance is hosted on a private kubernetes cluster. The default wordpress docker image has an upload limit of 8MB, which made it difficult to upload this theme and to migrate from another provider. So, I created a new docker image that increases the upload limit to 128MB. If …