◐ Shell
clean mode source ↗

mccaffers - Overview

Hey!

I'm building a few things, in various languages, my favourites C#, C++, Python & Swift

  • Algorithmic Trading — I'm designing, and experimenting with quantitative analysis systems in C#, C++, and Python

  • iOS & macOS Apps — I've built a few native applications in Objective C and Swift, most recently built SearchOps, a iOS/macOS client for ElasticSearch

Pinned Loading

  1. Open-source iOS and macOS client for Elasticsearch. Entire application, UI components, and business logic for authenticating and querying ElasticSearch & OpenSearch instances.

    Swift 9 2

  2. Backtesting engine built in C# to explore and experiment with various trading strategies at scale.

    C# 16 4

  3. Prototype of a high-performance C++ backtesting engine designed to analyse financial data and evaluate multiple trading strategies at scale.

    C++ 7 5

  4. Build Hugo Templated Blogs on AWS Lambdas using a container

    Shell 3

  5. This script installs Elasticsearch a... This script installs Elasticsearch and Kibana on Amazon Linux 2023. It configures the repositories, installs the software, sets it to start on boot, and resets the elastic user password for initial access.

    3

    # This script installs Elasticsearch and Kibana on Amazon Linux 2023

    4

    # It configures the repositories, installs the software, sets it to start on boot,

    5

    # and resets the elastic user password for initial access
  6. 3

    import http from "https";

    4

    import zlib from "zlib";