Using GitHub Repositories as Helm Registries
A quick guide on how to set up a no-maintenance, zero-cost private Helm registry using nothing more than a GitHub private repository.
Read articleNotes and tutorials on distributed systems, software testing, and the occasional engineering rabbit hole.
A quick guide on how to set up a no-maintenance, zero-cost private Helm registry using nothing more than a GitHub private repository.
Read articleA proof-of-concept, showing we can treat C/C++ functions like we treat database transactions, albeit in a more convoluted way.
Read articleA short, straight-to-the-point tutorial on how to get started with a Java project on GitHub, and enabling continuous integration using Travis CI. A starter project is provided, with a simple calculator application as well as basic JUnit tests.
Read articleA detailed analysis of a high-performance application to be ran on the MareNostrum supercomputer, discussing the tools used, as well as the steps and decisions along the way. We identify application and algorithmic features that should be redesigned, as well as suggestions on deployment to make sure the application runs as fast as possible.
Read article