Pinned Repositories
amqp-delegate
A simple, but performant, remote worker system that uses AMQP to coordinate jobs.
amqp-simple-pub-sub
A simple Pub Sub system that uses AMQP Messaging to exchange data between services
api-server-boilerplate
My own API Server Boilerplate codebase
competing-services-example
A simple example of how to use the amqp-simple-pub-sub library to implement competing micro-services.
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
jose-simple
Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Object Signing and Encryption) standard.
mock-algolia
A mock server for the Algolia search engine allowing integration testing without the need to hit Algolia's actual servers
mock-req-res
Extensible mock req / res objects for use in unit tests of Express controller and middleware functions.
sequelize-test-helpers
A collection of utilities to help with unit-testing Sequelize models
swagger-routes-express
Connect your Express route controllers to restful paths using your Swagger definition file
davesag's Repositories
davesag/Frank
Frank is intended to be a very simple but feature complete web-app built on top of Sinatra that provides simple user login, password reminder, and user email verification with support for simple roles. It is intended to be used by other developers as both a well documented example of Sinatra in use, and a starting point for others wishing to implement simple web apps very quickly.
davesag/JSONTest
Testing the JSON responses from MyFestivalsAdmin
davesag/jQuery-Tests
Just my learning jQuery code