Pinned Repositories
docker-authentication-authorisation
Example microservice authentication and authorisation solution using Docker containers
docker-dropwizard-example
Example docker image which runs a dropwizard application
dropwizard-hibernate
Sample application using Dropwizard 7.1 with Hibernate
dropwizard-jdbi
Simple dropwizard 1.0.0 service using JDBI to talk to a DB
dropwizard-security
sample dropwizard 0.6.2 application using security context for authentication and authorisation
node-aws-cognito-oauth2-example
Sample NodeJS application using AWS Cognito for authentication via OAuth2
rules-evaluator
Light weight library for applying business rules written in a limited domain english grammar against JSON data
zf2-example-doctrine2
Example of using Zend Framework 2 with Doctrine 2
zf2-example-login
Example login application using Zend Framework 2
zf2-restful-api
Example application showing how to create a restful json api in PHP Zend Framework 2
stevenalexander's Repositories
stevenalexander/d3-testing
Sample project showing how to test d3 using jasmine
stevenalexander/node-mssql-examples
Simple example applications using different modules connecting to an MS SQL DB hosted in Azure.
stevenalexander/node-knex-migrations-example
Example node application using knex for DB migrations on MS SQL
stevenalexander/CognitiveServicesPipeline
Sample pipeline to push images to Azure Cognitive Services and display results
stevenalexander/NetCoreEncryptedCacheWeb
.NET Core web app using Azure Cache with envelope encryption
stevenalexander/unity-vive-piano
Unity demo making a simple 3 octave piano keyboard
stevenalexander/apvs-external-web
stevenalexander/AspCoreWebApplicationFilterExceptionHandling
Asp Core Web application with a number of filter implementations for testing
stevenalexander/azure-function-blob-trigger-cognitive-analyze
Azure function triggered by storage that calls cognitive services to tag image
stevenalexander/azure-quickstart-templates
Azure Quickstart Templates
stevenalexander/azure-storage-queue-sample
Sample node app interacting with Azure storage queue
stevenalexander/azure-upload-file-to-blob
Sample node app to upload a blob to Azure storage account
stevenalexander/CognitiveServicesPipelineFunction
Azure Function triggered by queue that calls cognitive services
stevenalexander/CognitiveServicesPipelineWebApp
Node web app for Azure Cognitive Services Pipeline
stevenalexander/docker-scala-ide
A container with JDK, scala/scalac, SBT and scala-ide, for creating a quick dev environment with GUI on Linux
stevenalexander/node-express-fileupload
Simple node web app using express with a file upload control
stevenalexander/node-express-localisation
Simple Node Express web application using i18n for localisation
stevenalexander/node-express-validation
Simple node app using middleware to apply validation to requests independently of route logic
stevenalexander/node-knex-principle-of-least-privilege
Use knex to create logins, schema and users, splitting access by schema
stevenalexander/node-koa
Sample node application using koa to test out handling async operations
stevenalexander/node-oauth-example
Example ExpressJS application using OAuth
stevenalexander/node-odbc-adventureworks
Sample node application calling MS SQL DB via ODBC using the sample DB AdventureWorks
stevenalexander/node-odbc-test
Sampe node application using node-odbc to connect to MS SQL instance
stevenalexander/node-passport-example
Simple Express app to call an OAuth 2.0 provider using Passport to hold session
stevenalexander/node-send-file-via-sftp
Example node script to send a file via SFTP
stevenalexander/node-web-api-db
Simple solution with a node frontend talking to a node api connected to a DB run in containers
stevenalexander/TensorFlow-mandelbrot-visualisation-notebook
TensorFlow tutorial of Mandelbrot visualisation using Jupyter Notebook
stevenalexander/tensorflow-notebook-samples
TensorFlow notebook samples
stevenalexander/understanding-machine-learning-with-python-course
Jupyter notebooks from following the course "Understanding machine learning with Python (Jerry Kurata)"
stevenalexander/WebdriverIO-test
Simple test script to download Selenium Server standalone and run a test script against Firefox using WebdriverIO