Pinned Repositories
-Java-Concurrency-in-Practice-Source-Code
All source code(maybe) that used in <Java Concurrency in Practice>, including a python program that I wrote to download these files
4thEdition
Source code of Getting Started with Spring Framework 4th Edition
Algorithms
Solutions for some common algorithm problems written in Java.
alvex-custom-workflows
Alvex custom workflows component
scap-security-guide
Baseline compliance content in SCAP formats
SrinivasDhulipalla's Repositories
SrinivasDhulipalla/AlgorithmExercise_01
SrinivasDhulipalla/AlgorithmExercise_02
SrinivasDhulipalla/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
SrinivasDhulipalla/cloud-native-microservice-strangler-example
Spring Cloud example of a cloud native strangler pattern for integrating microservices with legacy applications
SrinivasDhulipalla/cs-cornerstone
19 Concepts Every Software Developer Should Know
SrinivasDhulipalla/daily-coding-problem
Solutions to problems sent by dailycodingproblem.com
SrinivasDhulipalla/Data-Science--Cheat-Sheet
Cheat Sheets
SrinivasDhulipalla/download-using-streaming-response-body
An example for streaming large files in chunks using StreamingResponseBody in Spring MVC
SrinivasDhulipalla/eventuate-examples-restaurant-management
Event-driven microservices version of restaurant management from POJOs in Action
SrinivasDhulipalla/every-programmer-should-know
A collection of (mostly) technical things every software developer should know
SrinivasDhulipalla/face_recognition
The world's simplest facial recognition api for Python and the command line
SrinivasDhulipalla/geode-examples
Mirror of Apache Geode Examples
SrinivasDhulipalla/grpc-spring-boot-examples
Collection of working examples of gRPC applications running on top of Spring Boot
SrinivasDhulipalla/GRPC-Video-streaming
This code streams a video over the internet using Google remote procedural calls. The video is streamed from server to client, it is processed at the client and the results are sent back to the server.
SrinivasDhulipalla/Hands-On-Spring-Security-5-for-Reactive-Applications
Hands-On Spring Security 5 for Reactive Applications, published by Packt
SrinivasDhulipalla/java-best-practices
Best practices in Coding, Designing and Architecting Java Applications
SrinivasDhulipalla/Java-Concurrency-Multithreading-in-Practice
Java Concurrency & Multithreading in Practice, published by Packt
SrinivasDhulipalla/kafka-streams-in-action
Source code for the Kafka Streams in Action Book
SrinivasDhulipalla/kafka-streams-stockstats
Kafka Streams Example - Some aggregates on fake stock data
SrinivasDhulipalla/liquibook
Modern C++ order matching engine
SrinivasDhulipalla/microservice
Sample of a Microservice setup for my book. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine / Vagrant
SrinivasDhulipalla/microservices-examples
Examples of microservices
SrinivasDhulipalla/microservices-recipes-a-free-gitbook
“If you are working in an organization that places lots of restrictions on how developers can do their work, then microservices may not be for you.” ― Sam Newman
SrinivasDhulipalla/Multi-threading
SrinivasDhulipalla/r2dbc-vs-jdbc
DB driver battle: R2DBC vs JDBC
SrinivasDhulipalla/real_estate_ml
Machine Learning for Real Estate
SrinivasDhulipalla/spring-kafka
spring-kafka projects
SrinivasDhulipalla/spring-mvc-vs-webflux
SrinivasDhulipalla/two-factor-auth
Two Factor Authentication Java code implementing the Time-based One-time Password Algorithm
SrinivasDhulipalla/VehicleTracker
Vehicle Tracker with Microservice example