Skip to content
View Ch4s3's full-sized avatar

Organizations

@jekyll

Block or report Ch4s3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ch4s3/README.md

Hi, I'm Chase

I'm an engineering lead at PepsiCo eComm. I work mostly in Elixir and on the BEAM, and build programming languages in my spare time.

I write at by-cha.se(under construction).


Featured projects

A statically typed functional language with an ML-style type system, Elixir-inspired syntax, actor concurrency, and module level capailities. Compiles to native code through LLVM.

I built the compiler, runtime, standard library, LSP, REPL, debugger, and package tooling. March uses Perceus reference counting instead of a tracing GC, along with an FBIP optimization pass that reuses uniquely owned allocations when possible and does a few other fun optimizations along the way.

March also targets WebAssembly and JS and can cross-compile Linux binaries from any host.

OCaml, C, LLVM

The package registry for March, with publishing, versioning, organizations, 2FA, and generated documentation.

ForgePM is written entirely in March, including its web framework, Postgres layer, S3 request signing, and Markdown renderer. The package manager also documents and library capabilities and capability diffs between versions.It's also where I tend to stress-test new language and standard-library features.

March, PostgreSQL, S3/R2

A reading app for language learners. Paste in an article link and get per-word definitions, translations, conjugations,a nd more. Saved words go into an FSRS study queue.

Article extraction and classification run in Rust NIFs, with LLM-generated quizzes and TTS for listening practice.

Elixir, Phoenix LiveView, Rust, Oban

Visit the site.

A backend-free podcast player for iOS 17+. Search uses Apple's iTunes API; episodes, chapters, and audio come directly from podcast RSS feeds and are handled on-device.

Swift, SwiftUI, SwiftData

Feature flags for Elixir with named variants, weighted sticky assignment, targeting rules, reusable segments, prerequisites, and scheduled rollouts.

Supports in-memory, Ecto, and Redis storage, with an ETS cache that invalidates across nodes and async-safe test support.

Hex.pm

Elixir, Ecto, Redis

An Ecto adapter for Snowflake that we run in production at PepsiCo. Implements Ecto.Adapter, Adapter.Queryable, and Adapter.Schema over a pluggable transport.

Its native HTTP transport uses key-pair authentication and replaced our previous ODBC setup. It also supports query tagging and structured error metadata. I manage work on this repo and occasionally commit code.

Hex.pm Downloads

Elixir, Ecto, Snowflake


Some other things

  • Assay — an Elixir wrapper around incremental Dialyzer
  • Bastion - a web framework with Elm-style init/update/render components running in WASM updated over websockets.
  • Scroll - jupyter notebooks/livebook for March code

Pinned Loading

  1. pepsico-ecommerce/snowflex pepsico-ecommerce/snowflex Public

    elixir snowflake client

    Elixir 68 26

  2. assay assay Public

    Elixir wrapper around Incremental Dialyzer with LLM focused features

    Elixir 10 2

  3. bandera bandera Public

    Feature flags for Elixir with multivariate variants, data-defined targeting, and time-window scheduling — configured entirely at runtime, with an async-safe test layer.

    Elixir 9 2

  4. march-language/march march-language/march Public

    March is a statically-typed functional language: actors and message passing from the BEAM, algebraic data types from ML, compiled to native binaries through LLVM.

    OCaml 5

  5. langler langler Public

    Elixir 1