darrylwest
rust, python, c++, elixir, golang, docker, swarm, lots of linux
rain city softwaresan francisco / SF Bay
Pinned Repositories
async-redis
python tests for async-redis, pub/sub, concurrent writes and reads based on tasks
go-unique
A unique id generator to create uuid, ulid, cuid, guid, txid and other unique numbers/characters for id's
mock-browser
A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.
node-jsdom
Fork of jsdom project from the 3.x branch...
petnet-app
a toy application to demonstrate and road-test pydomkeys library
pydomkeys
A python library for domain entity key generation identifiers
replica-rs
automated backups
repo-util
A set of multi repo utilities tp pull, branch and operate as a single unit.
rgmailer
outgoing mailing service written in rust
simple-node-logger
simple multi-level logger for console and file
darrylwest's Repositories
darrylwest/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
darrylwest/random-fixture-data
Fake data generator for javascript
darrylwest/replica
file backup to multiple targets using polling or file watchers.
darrylwest/go-unique
A unique id generator to create uuid, ulid, cuid, guid, txid and other unique numbers/characters for id's
darrylwest/cassava-logger
a small multi-target logger with middleware written in go
darrylwest/spot-cache
A fast targeted application cache backed by boltdb, leveldb or Rethinkdb
darrylwest/list-service
A generic service written in go to support containerized list applications, to-do, grocery, task, menu planning, etc, using boltdb as a backing store.
darrylwest/sidecar
generic sidecar app to support containers
darrylwest/mock-browser
A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.
darrylwest/mock-redis-client
A mock of redis for node
darrylwest/katacoda-scenarios
Katacoda Scenarios
darrylwest/geozipdb
locate a US zipcode from lat/lng, or a lat/lng from a zipcode; get a list of zipcodes within a specified radius of a lat/lng point
darrylwest/mock-data-services
A framework for mocking remote services with L4 tcp/proxy to record request/responses and plugin containers to supply registered mock data...
darrylwest/node-service-commons
Common REST services for node / web applications
darrylwest/aws-commons
A collection of small utilities, mocks, factories to help manage AWS operations.
darrylwest/node-file-utils
A small collection of file utils including copier, walker, archiver, etc
darrylwest/coffee-shop-locator
small set of rest endpoints for locating you favorite coffee shops...
darrylwest/js-list-container
An array list container that augments the standard javascript array without altering the array prototype.
darrylwest/web-app-runner
darrylwest/node-messaging-commons
Library of pub/sub channel support for secure web socket messaging.
darrylwest/jekyll-blog
a simple blog based on jekyll...
darrylwest/machine-learning
repo to hold matlab/octave and other machine learning notes from A. Ng's Stanford Machine Learning course
darrylwest/shelljs
Portable Unix shell commands for Node.js
darrylwest/jobbriefings
Example markdown document
darrylwest/datetimejs
Date and time manipulation, formatting and parsing library for JavaScript
darrylwest/socket-model
A small unix socket framework for inter-process communications.
darrylwest/background-service-runner
Run node services and shell scripts in the background
darrylwest/github-utils
utilities for accessing github APIs
darrylwest/websocket-database-service
A database service accessed through a websocket API to support key/value pairs, lists, sets and sorted sets
darrylwest/secure-transfer-specs
descriptions and specifications for secure data transfers between virtual point-to-point producer/consumer clients