Pinned Repositories
accounting
A simple accounting tool, that reads/parses given accounting statements in csv format and creates monthly/annual reports accordingly
beer-client
Example application part of the "Reactive Programming with Spring 5" course by Spring Framework Guru
blog
Demo blog project using Kotlin and Spring Boot regarding tutorial https://spring.io/guides/tutorials/spring-boot-kotlin/
bootcamp
take your first steps with Cloud Foundry and Spring Boot
codekata.com_kata09
My solution of kata #9 from codekata.com
gatling-load-tests
Gatling load test examples
java-dev-kb
Java development knowledge base
multi-k8s
Source code for example projects of the Docker+Kubernetes Udemy course "Docker and Kubernetes: The Complete Guide" by Stephen Grider
spring-enterprise-patterns
A collection of enterprise patterns regarding typical technologies used in conjunction with Spring
websocketlivestream
A prototype application that provides push-based live streaming capabilities with WebSockets
holhar's Repositories
holhar/docker-react
Source code for example projects of the Docker+Kubernetes Udemy course "Docker and Kubernetes: The Complete Guide" by Stephen Grider
holhar/pivotal-certified-pro-spring-dev-exam-02
Source Code for 'Pivotal Certified Professional Core Spring 5 Developer Exam' by Iuliana Cosmina
holhar/tutorials
The "REST With Spring" Course:
holhar/data-integration
in this chapter, we'll build on the concepts explored earlier to support distributed data processing.
holhar/tut-spring-boot-oauth2
My follow up of the tutorial 'Spring Boot and OAuth2' available here https://spring.io/guides/tutorials/spring-boot-oauth2/
holhar/lrp
in this chapter, we'll look at long-running, but ephemeral workloads.
holhar/bootcamp
take your first steps with Cloud Foundry and Spring Boot
holhar/messaging
look at the technologies designed to support event-driven, messaging-centric services. messaging serves as the substrate for higher order, decomposed systems.
holhar/data
Apply bounded-contexts and polyglot persistence for your microservice's data. Learn how to join data across services.
holhar/edge
holhar/routing
routing is an essential part of service to service invocations and handling it correctly is far more nuanced than your average DNS load balancer
holhar/rest
build, test, and document hypermedia APIs
holhar/forklifting
you've got that shiny new platform, but what about the applications of yesteryear, written before the cloud native architecture?
holhar/testing
testing (unit testing, BDD, contract and end-to-end tests) becomes even more important when doing continuous delivery, and it becomes more complicated in distributed systems.
holhar/spring5webapp
Example Spring 5 Web Application
holhar/configuration
externalize, centralize, journal and refresh 12 factor application-style configuration
holhar/spring-boot-jms-sqs
Spring Boot and SQS with JMS Example
holhar/codekata.com_kata09
My solution of kata #9 from codekata.com
holhar/integration
connect disparate services and datasources
holhar/websocketlivestream
A prototype application that provides push-based live streaming capabilities with WebSockets
holhar/websocketeval
Websocket prototype-apps for evaluating and testing the websocket protocol