maxim
Specialize in software design and DX. VPE at Helios (FinTech).
CTC Manager (FinTech)Whitesboro, NY
Pinned Repositories
bootswatch-rails
Bootswatches converted to SCSS ready to use in Rails asset pipeline.
cx_leaderboard
Elixir library for fast, customizable leaderboards
loadout
Rails configuration helpers
narrative
Rails template promoting narrative-centric (rather than model-centric) architectural approach.
portrayal
A minimal builder for struct-like classes in Ruby
skeptick
Better ImageMagick for Ruby
tiny_mcp
Make local MCP tools in Ruby and easily serve them
wordmap
Wordmap is a simple way to lookup data directly from disk, bypassing RAM. It uses pread (no buffering), and takes advantage of SSD's constant seek time. The data is stored in equal size "cells" making it easy to calculate where things are located based on vectors.
maxim's Repositories
maxim/bootswatch-rails
Bootswatches converted to SCSS ready to use in Rails asset pipeline.
maxim/portrayal
A minimal builder for struct-like classes in Ruby
maxim/smart_resize_image
(Written in 2007-08) PHP function for image resizing that does what you think it should, the right way.
maxim/tiny_mcp
Make local MCP tools in Ruby and easily serve them
maxim/sexy_pg_constraints
Adds migration methods to manage constraints in PostgreSQL.
maxim/cx_leaderboard
Elixir library for fast, customizable leaderboards
maxim/authoraise
Authorize without false negatives
maxim/kwstruct
Struct with keyword arguments support
maxim/wordmap
Wordmap is a simple way to lookup data directly from disk, bypassing RAM. It uses pread (no buffering), and takes advantage of SSD's constant seek time. The data is stored in equal size "cells" making it easy to calculate where things are located based on vectors.
maxim/enum_utils
Functions for mixing and matching lazy, potentially infinite enumerables.
maxim/blogue
If it wasn't in BLOGUE, it wasn't in blogue
maxim/jira_adf
Builder-like syntax for Atlassian Document Format (ADF).
maxim/loadout
Rails configuration helpers
maxim/narrative
Rails template promoting narrative-centric (rather than model-centric) architectural approach.
maxim/dotfiles
Simple $HOME-in-git style dotfiles, no extra logic (as opposed to my old dotfiles: https://github.com/maxim/dotfiles-former)
maxim/transformable_list
Determine steps to transform a list into another list
maxim/checkout_ru
Ruby API client for checkout.ru
maxim/lsrules-gen
Generators for Little Snitch rules that try to scrape authoritative firewall info sources, and auto-deploy lsrules to gist files.
maxim/redis_collection
Sync a ruby enumerable with a redis namespace
maxim/abnf
A ABNF parser for Ruby.
maxim/ColorSchemeCategorizer
Sublime Text package for listing light and dark color schemes separately.
maxim/excon
Usable, fast, simple HTTP 1.1 for Ruby
maxim/good_job
Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.
maxim/jira-ruby
A Ruby gem for the JIRA REST API
maxim/package_control_channel
Default channel file for Package Control. Follow the directions at:
maxim/pdf-core
Implements low level PDF features for Prawn (experimental)
maxim/rails
Ruby on Rails
maxim/rails-contributors
The web application that runs https://contributors.rubyonrails.org
maxim/sidekiq-sigint-sigkill-bug
Reproducing a bug where Sidekiq Pro will never complete a batch if recovering from unsuccessful SIGINT followed by SIGKILL.
maxim/ternary_types
Provides ternary singletons True, False, and Maybe with ==,!,&,|,^ operators implemented according to three-value logic.