An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by hakdogan

A curated list of projects in awesome lists by hakdogan .

https://github.com/hakdogan/elasticsearch

:globe_with_meridians: This application illustrates and demonstrates use of ElasticSearch Java API in the backend

elasticsearch elasticsearch-java-api rest-client

Last synced: 13 Oct 2025

https://github.com/hakdogan/jenkins-pipeline

:chart_with_upwards_trend: Learn how to implement container technologies with your Jenkins CI/CD workflows to make them easier to manage in this tutorial.

continuous-delivery continuous-integration docker docker-compose jenkins jenkins-pipeline

Last synced: 06 Apr 2025

https://github.com/hakdogan/kafka-with-microservices

This repository is a tutorial for JUG Istanbul's Apache Kafka meetup that showing how Apache Kafka can be used in inter-microservices communication

jakartaee kafka kafka-consumer kafka-producer

Last synced: 14 Jun 2025

https://github.com/hakdogan/apacheshiro

:key: Using Apache Shiro JDBC Realm with MySQL Database

security shiro

Last synced: 05 Oct 2025

https://github.com/hakdogan/introducetoeclicpsevert.x

This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.

clustering event-driven eventbus hazelcast non-blocking reactive-programming vertx vertx-web

Last synced: 05 Apr 2025

https://github.com/hakdogan/java9-module-system-with-maven

Example of Java 9 module system with maven

java-9 module-system

Last synced: 05 Apr 2025

https://github.com/hakdogan/mongodb

:four_leaf_clover: Using MongoDB with native Java driver and JPA via EclipseLink

Last synced: 15 Oct 2025

https://github.com/hakdogan/class-file-api

Class-File API is a preview API to provide a standard API for parsing, generating, and transforming Java class files

class-file-api jdk22 preview-features

Last synced: 10 Mar 2026

https://github.com/hakdogan/flight-recorder

Application monitoring with Flight Recorder

flight-recorder

Last synced: 05 Apr 2025

https://github.com/hakdogan/loom-examples

This repository contains examples of Project Loom parts such as Virtual Thread, Structured Concurrency, and Scoped Values

concurrency continuations threads virtual-threads

Last synced: 24 Aug 2025

https://github.com/hakdogan/mongoatlas

:four_leaf_clover: This application simply exemplifies working with MongoDB Stitch via Mongo Atlas which is mongo cloud service

code-coverage mongodb nosql spring-boot spring-data-mongodb spring-test

Last synced: 05 Apr 2025

https://github.com/hakdogan/rxjavaworkshop

This repository has some use cases related to `Rx Java` and three missions for the workshop

Last synced: 05 Apr 2025

https://github.com/hakdogan/springsecurity

:key: Using security module with MySQL Database and Java web application

Last synced: 03 Nov 2025

https://github.com/hakdogan/hibernate-search

Hibernate Search is a library that allows keeping your local Lucene indexes or ElasticSearch cluster in sync with your Database

Last synced: 26 Aug 2025

https://github.com/hakdogan/handy-environment

This repository contains the source code of an OpenShift S2I Builder image for Java applications

gradle image-builder jdk openshift openshift-v3 source-to-image

Last synced: 05 Apr 2025

https://github.com/hakdogan/java9-module-system-non-maven

Example of Java 9 module system non-maven

java9 module-system

Last synced: 09 Apr 2025

https://github.com/hakdogan/finance-api

Java API and command line program to fetching foreign currency and precious metal rates from a public service

command-line picocli quarkus quarkus-extension

Last synced: 24 Apr 2026

https://github.com/hakdogan/facesflow

Uses The Faces Flow

Last synced: 28 Oct 2025

https://github.com/hakdogan/scoped-values

The Scoped Values API allows us to store and share data for a bounded lifetime. This repository shows how you can use it.

incubator-api jdk-20 scoped-values structured-concurrency virtual-threads

Last synced: 09 Sep 2025

https://github.com/hakdogan/jwt-rbac-quarkus

This repository is a tutorial for JUG Istanbul's How to use JWT RBAC with Quarkus meetup that showing how to verify JSON Web Tokens and provide secured access to the HTTP endpoints using Bearer Token Authorization and RBAC in Quarkus

microprofile-jwt quarkus

Last synced: 29 Apr 2026

https://github.com/hakdogan/vert.x

A tutorial about Vert.x Mongo client

mongodb-async-driver reactive-programming vertx-web

Last synced: 11 Sep 2025

https://github.com/hakdogan/stream-gatherers

This repository intermediate operations modeler aims to introduce stream gatherers

gatherers stream

Last synced: 18 Feb 2026

https://github.com/hakdogan/azure-storage-account

This repository is a tutorial about how to serve Azure Storage Resources with grant limited access using SAS in a declarative way

Last synced: 09 Apr 2025

https://github.com/hakdogan/simpleprofiler

About using custom annotations and processing them.

Last synced: 08 Feb 2026

https://github.com/hakdogan/jollama

Ollama Java client. This project shows you how to configure models and manage the request-response cycle in pure Java.

ollama ollama-client

Last synced: 17 Apr 2026

https://github.com/hakdogan/openshift-pipelines

:chart_with_upwards_trend: Learn how to use declarative OpenShift Pipelines in this tutorial.

Last synced: 09 Apr 2025

https://github.com/hakdogan/next-full-working-day

This repository shows you how to perform complex date manipulations with Java Date/Time API

Last synced: 09 Apr 2025

https://github.com/hakdogan/resourcelibrarycontracts

Using JSF 2.2 Resource Library Contracts

Last synced: 09 Apr 2025

https://github.com/hakdogan/weld-archetype

:syringe: Using Weld with Tomcat and JSF 2.0

Last synced: 09 Apr 2025

https://github.com/hakdogan/performance-measurements

Performance measurements to Java Garbage Collector

Last synced: 27 Jun 2025

https://github.com/hakdogan/box-whisker

A box whisker plot creator

box-whisker

Last synced: 19 Jul 2025

https://github.com/hakdogan/simple-web-server

Java 18 Simple Weg Server

Last synced: 09 Apr 2025

https://github.com/hakdogan/dto-projection

This repository shows you how to use Java Records as DTO Projections

Last synced: 16 Jun 2025

https://github.com/hakdogan/jakartaee-cdi-2.0-spec

This repository contains some implementations of the JakartaEE CDI 2.0 specification

cdi jakartaee tutorial-code

Last synced: 09 Apr 2025

https://github.com/hakdogan/introduction-to-helidon

This repository shows you the use of some of Helidon's features and modules

Last synced: 02 Jul 2025

https://github.com/hakdogan/angular-test-drive

For my personal Angular learning

angular quarkus typescript

Last synced: 17 Apr 2026

https://github.com/hakdogan/jakartaee-testing

This repository shows you how to write integration and end-to-end tests for JakartaEE applications with Arquillian and MicroShed Testing.

arquillian jakartaee jakartaee-testing microshed-testing

Last synced: 15 Aug 2025

https://github.com/hakdogan/crac-example

This repository shows you how to create a checkpoint and restore from it using CRaC

crac openjdk

Last synced: 03 Jan 2026

https://github.com/hakdogan/financial-agent

This is a financial AI agent that utilizes function calling to invoke application-specific methods in response to user prompts.

ai-agents langchain ollama quarkus

Last synced: 11 Apr 2026