Pinned Repositories
data_tracer
Elixir library to facilitate debugging data flow, helps capture terms for later inspection
dep_viz
A visual tool to help developers understand Elixir recompilation in their projects
obsidian-auto-note-mover
This is a plugin for Obsidian (https://obsidian.md).
password-validator
A Elixir library to validate passwords, with built-in validators for password length as well as the character sets used
scenic-starter-pack
A starter pack for Scenic Development with simple livereload built-in
scenic_asteroids
A toy Asteroids clone written in Elixir with the Scenic UI library
talks
The source code of talks that I've given
task-centric-obsidian-vault
Obsidian vault focused on tasks based on description from https://www.reddit.com/r/ObsidianMD/comments/16psegl/how_i_manage_tasks/
exsync
Yet another elixir reloader.
main_proxy
axelson's Repositories
axelson/dep_viz
A visual tool to help developers understand Elixir recompilation in their projects
axelson/data_tracer
Elixir library to facilitate debugging data flow, helps capture terms for later inspection
axelson/makeup_live_format
Application to that highlights elixir code using the makeup library
axelson/impression_dash
axelson/password-validator-zxcvbn
Dropbox's zxcvbn password checking algorithm implementation for password_validator
axelson/defconst
Helper macros for defining constant values in modules
axelson/hugo_repro
axelson/inky_tester
Basic inky nerves + scenic project
axelson/phoenix_ecto
Phoenix and Ecto integration with support for concurrent acceptance testing
axelson/phoenix_live_dashboard
Realtime dashboard with metrics, request logging, plus storage, OS and VM insights
axelson/channel_spec
A Phoenix Channels specification library for automatic data validation and schema generation
axelson/ecto_enum_migration
Provides a DSL to easily handle Postgres Enum Types in Ecto database migrations.
axelson/efx
A library to declaratively write testable effects
axelson/elixir-temp
Temporary files and directories for Elixir
axelson/ets_select
ETS match spec builder from a simple intuitive query language.
axelson/exsync
Yet another elixir reloader.
axelson/finitomata
FSM implementation generated from Mermaid/PlantUML textual representation
axelson/jamroom
welcome to your new band
axelson/obsidian-omnisearch
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
axelson/parameterized_test
A utility for defining eminently readable parameterized (or example-based) tests in Elixir
axelson/patch
Ergonomic Mocking for Elixir
axelson/phoenix_live_view
Rich, real-time user experiences with server-rendered HTML
axelson/plug
A specification and conveniences for composable modules between web applications
axelson/ring_logger
Elixir Logger ring buffer backend
axelson/scenic-widget-contrib
A non-official melting pot for generally useful components
axelson/sketchpad
axelson/torch_repro_phoenix_ecto
axelson/typed_ecto_schema
A library to define Ecto schemas with typespecs without all the boilerplate code.
axelson/typed_ecto_schema_repro
axelson/zxcvbn-elixir
Elixir implementation of zxcvbn by dropbox