Hakan Ozbay (hakanozbay)

hakanozbay

Geek Repo

Company:Amazon

Home Page:hakanozbay.github.io

Github PK Tool:Github PK Tool

Hakan Ozbay's repositories

aws-ec2-instance-creator

A Python 3 command line script with arguments to create AWS EC2 Instances in your account

Language:PythonStargazers:2Issues:2Issues:0

spring-boot-and-spring-integration-with-jms

Example demonstration of using Spring Boot and Spring Integration together in a messaging capacity for JMS and intra-JVM payload processing. The implementation is a multi-threaded application processing messages concurrently.

Language:JavaStargazers:2Issues:2Issues:0

database-error-handling

Example demonstration on how specific database interaction errors can be captured and identified allowing to write error recoverable code.

Language:JavaStargazers:1Issues:2Issues:0

ozbay-metric

A string metric that measures proximity between 2 words. The metric calculation is a formula that utilizes 3 existing String metric algorithms: Jaccard Distance, Edit Distance and Longest Common Substring Distance.

Language:JavaStargazers:1Issues:2Issues:0

XmlLibraryComparator

A Maven Java project to compare existing XML manipulation frameworks.

Language:JavaStargazers:1Issues:0Issues:0

capture-build-information

Example demonstration of capturing information of the source code repository, system properties and environment variables into a text file during the build and packaging of your project.

Stargazers:0Issues:2Issues:0

dbunit-and-hypersonic-database

Example demonstration of using the dbUnit framework in conjunction with a hypersonic (HSQL) database, for the purposes of integration and workflow testing by utilizing a fake internal database, loaded with a schema and data that you can generate by extracting from real databases.

Language:JavaStargazers:0Issues:2Issues:0

enterprise-and-oo-patterns

An experimental repository to implement enterprise integration patterns and object oriented design patterns using a variety of tools

Stargazers:0Issues:1Issues:0

maven-assemble-app-and-enable-jmx-monitoring

Example demonstration of creating executable application scripts and enabling JMX monitoring using Maven and the Appassembler Maven plugin through a Spring Boot application.

Language:JavaStargazers:0Issues:2Issues:0

spring-integration-testing

Example demonstration of testing messaging workflows in the Spring Integration framework to verify system behaviour, workflows or sequences at various points of the system lifecycle.

Language:JavaStargazers:0Issues:1Issues:0
Language:SCSSStargazers:0Issues:1Issues:0

spring-boot-data-dynamo

An example implementation for Spring Boot, Spring Data and DynamoDB running locally (in-memory) with a REST endpoint to interact with the database

Language:JavaStargazers:0Issues:2Issues:0

spring-xml-vs-annotation

Illustration of how the difference between XML based and annotation based context configuration in Spring leads to different behaviours, by attempting to setup a connection to a Solace message bus through JNDI lookups.

Language:JavaStargazers:0Issues:2Issues:0

WordToUniverseMatcher

Build a universe of words, and given an input, will match the input against the universe. Matches will be collated and provided with a confidence level assigned to every match.

Language:JavaStargazers:0Issues:4Issues:0