Introduction Sharing components across React and React Native can be difficult, especially for layout components. Sometimes the best we can do is HOCs that cover the functionality and separate components across each platform that render the…
lessIntroduction One of my favorites libraries for React is . The use-case is pretty simple: I want constants that are accessible by both SCSS and JS. Say you have a file called that holds the colors for your style guide: You import this file across the…
lessI wanted to visualize driver movements across teams in Formula 1 over time. Thanks to Ergast, I was able to compile the necessary data into a JSON file that represents team and driver changes for all of Formula 1’s history. Then it was a simple…
lessI like to keep project wide configuration directly in the Kubernetes cluster. Not only does this make the configuration accessible directly by pods via environment variables, but you can access the configuration from any other project regardless of…
lessThis is an update to the previous post, Building Docker images with Jenkins on Kubernetes. update Recently Docker updated their image to automatically generate TLS certificates: Starting in 18.09+, the dind variants of this image will automatically…
less