Pinned Repositories
angular-gulp-npm-bower
A very small example of getting Angular, Gulp, and NPM all playing nicely together. NPM is used to manage Gulp and Bower dependencies, Bower is used to fetch UI dependencies, and Gulp ties it all together much nicer than Grunt.
cucumber-java-selenium-example
An example of writing tests using Cucumber-jvm, Java api, with Selenium WebDriver
docker-jenkins
Docker scripts for running Jenkins, selenium headless
hippo-swagger-int
Project demonstrates a method for integrating Hippo CMS with Swagger annotations for RESTful resources.
mock-framework-review
A simple comparison of mocking frameworks against microservices
mvnwatcher
Persistent Maven Build Runner
mybatis-sample
Simple example of using MyBatis via annotations with Maven, MySQL
parallel-webtest
Maven project to enable easy parallel webtest execution.
vault-consul-starter
Ansible automation scripts to set up Hashicorp Vault, Consul, HAProxy and a TLS (SSL) PKI.
webtest-quickstart
Starter project for working with parallel webtests, including SauceLabs
Dev9's Repositories
dev9com/docker-jenkins
Docker scripts for running Jenkins, selenium headless
dev9com/vault-consul-starter
Ansible automation scripts to set up Hashicorp Vault, Consul, HAProxy and a TLS (SSL) PKI.
dev9com/hippo-swagger-int
Project demonstrates a method for integrating Hippo CMS with Swagger annotations for RESTful resources.
dev9com/mybatis-sample
Simple example of using MyBatis via annotations with Maven, MySQL
dev9com/mock-framework-review
A simple comparison of mocking frameworks against microservices
dev9com/mvnwatcher
Persistent Maven Build Runner
dev9com/junit-webdriver
Library of resources for writing tests using Selenium WebDriver in JUnit
dev9com/crash-dummy
Sample Java app, intended to demonstrate different ways a dev can cause an app to fail.
dev9com/maven-site-docs-example
Kitchen sink Maven reporting example
dev9com/jasmine-matchers
dev9com/lambda-cleanup
dev9com/testng-webdriver
Library of resources for writing tests using Selenium WebDriver in TestNG
dev9com/angular-phonecat
Demo the use of page object pattern in Protractor.
dev9com/flowchart.js
Draws simple SVG flow chart diagrams from textual representation of the diagram
dev9com/jazz
Jazz Serverless Development Platform https://opensource.t-mobile.com/blog/posts/introducing-jazz/
dev9com/js-sequence-diagrams
Draws simple SVG sequence diagrams from textual representation of the diagram
dev9com/testng-webdriver-quickstart
testng-webdriver quickstart
dev9com/webtest-quickstart-archetype
Archetype for creating new webtest projects using parallel-webtest to drive selenium tests in Sauce Labs.
dev9com/jdk8-starter
Playground for exploring JDK 1.8 features and tool support.
dev9com/collectd_exporter
A server that accepts collectd stats via HTTP POST and exports them via HTTP for Prometheus consumption
dev9com/dev9reveal.js
Contains dev9 RevealJS Theme
dev9com/FizzBuzz
C# Implementation of FizzBuzz, with unit tests. FizzBuzz is a programming exercise that tasks the programmer to write a program that prints out the values from 1 to 100, except that if the number is divisble by 3, it prints out "Fizz", if the number is divisible by 5, it prints out "Buzz", and if it's divisible by both 3 and 5, it prints out "FizzBuzz". This exercise is often used to screen out 'programmers' who claim to be able to program, but can't write a simple for loop. This version uses NUnit unit tests, so you must have an NUnit test runner to run them.
dev9com/greenhouse
Reference web application for Spring technologies and social destination for Spring developers.
dev9com/harvestclient
Java client for the Harvest API
dev9com/hello-world-app
A simple spring boot app we will use for several demonstrations
dev9com/jazz-installer
Installer for Jazz Serverless Developer Platform!
dev9com/sawtooth-next-directory
dev9com/spring-boot-camp
dev9com/test-webdrivers
Webdriver implementation for JUnit and TestNG
dev9com/vagrant-dev-env
Code to go along with the blog post!