adamisom
Senior Platform Engineer @ibotta Co-creator and software engineer @haven-secrets.
@haven-secretsRemote
Pinned Repositories
adamisom.github.io
My personal website at adamisom.github.io - will be hosted at adamisom.is
async-js
Snippets I created while following along the 'final beta' version of Modern Asynchronous JavaScript, a 77-page Pragmatic Programming book by Faraz Kelhini
awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
dotfiles
package-delivery-app
Python package simulating package delivery, plus a CLI. Uses custom Hash and time classes and custom enums and namedtuples, and implements a nearest neighbors algorithm.
smbc-fourier
A small bit of code relevant to this comic - http://smbc-comics.com/index.php?id=2874 - implements the idea ('fourier')
haven
An open-source secrets management solution
haven-cli
Command line interface for Haven
haven-secrets.github.io
haven-ui
Graphical user interface for Haven with a Redux/React frontend and Node.js/Express backend
adamisom's Repositories
adamisom/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
adamisom/package-delivery-app
Python package simulating package delivery, plus a CLI. Uses custom Hash and time classes and custom enums and namedtuples, and implements a nearest neighbors algorithm.
adamisom/smbc-fourier
A small bit of code relevant to this comic - http://smbc-comics.com/index.php?id=2874 - implements the idea ('fourier')
adamisom/adamisom.github.io
My personal website at adamisom.github.io - will be hosted at adamisom.is
adamisom/async-js
Snippets I created while following along the 'final beta' version of Modern Asynchronous JavaScript, a 77-page Pragmatic Programming book by Faraz Kelhini
adamisom/dotfiles
adamisom/C195_Appointment_Scheduler
GUI desktop application using JavaFX and MySQL database, organized by MVC and DAO design patterns
adamisom/junit5-samples
Collection of sample applications using JUnit 5.
adamisom/kanban-board
Trello clone built using React, Redux, and Ruby on Rails