Git

  • Published on
    I've been working on Julia for a week now and wanted to add some pre-commit hooks to the module I have started creating. One of the strengths of the pre-commit library for Python is the ability to create hooks for other languages. I didn't find any existing hooks dedicated to Julia although there are a few simpler hooks to handle whitespace etc that could be applied. I decided to investigate trying to build some Julia-specific hooks from scratch.
  • Published on
    I started using the [pre-commit](https://pre-commit.com/) framework a while back on my projects but only with a very basic setup on pretty simple codebases. Common uses are applying code formatters like [black](https://github.com/psf/black) or to run static type checking with [mypy](http://mypy-lang.org/).
  • Published on
    This is a list of common git commands I tend to use, aimed at a relative newbie. I actually used it to give an intro to git presentation to my team a few years ago but it's still a nice reminder of basic usage. I'll tweak it as I go along.
  • Published on
    Inspired by the Airflow Summit 2020, I wanted to explore whether an orchestrator like Apache Airflow could be used to help manage tasks and workloads on a TM1 server.