Web Infrastructure

How to host a website: the hard way. Web Infrastructure is about building a robust and scalable hosting platform for web-based services. There’s a lot to say, so go read up on it!

Python Framework

Make it easy to build modular and extensible applications! In short, this framework will search for and make available code from the local filesystem, rather than what was shipped with the package. This allows user-defined processes to use the same commands and apis, making them easily sharable and adaptable.

Basic Build System

Organize projects in a way that makes sense. Don’t change your code to fit your build system! The main purpose of this project is to provide a build tool that can be applied to all code, regardless of the language, and simplify dev ops. Language and operation specific functions can be synced to and from…

Sample Analysis and Manager

Generalized framework for scientific data analysis. Design in short: Self-registering functors with reflection to and from json for use with arbitrary data structures.