VOOZH about

URL: https://www.javacodegeeks.com/author/siva-reddy

⇱ Siva Reddy, Author at Java Code Geeks


  • Software Development👁 spring-interview-questions-answers
    Siva ReddyMarch 20th, 2018
    0 223

    MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin

    One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…

    Read More »
  • Software Development👁 spring-interview-questions-answers
    Siva ReddyMarch 16th, 2018
    1 175

    MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway

    In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…

    Read More »
  • Software Development👁 spring-interview-questions-answers
    Siva ReddyMarch 13th, 2018
    0 253

    MicroServices – Part 4 : Spring Cloud Circuit Breaker using Netflix Hystrix

    In the microservices world, to fulfill a client request one microservice may need to talk to other microservices. We should…

    Read More »
  • Software Development👁 spring-interview-questions-answers
    Siva ReddyMarch 9th, 2018
    2 217

    MicroServices – Part 3 : Spring Cloud Service Registry and Discovery

    In the microservices world, Service Registry and Discovery plays an important role because we most likely run multiple instances of…

    Read More »
  • Software Development👁 Image
    Siva ReddyMarch 5th, 2018
    0 288

    MicroServices – Part 2 : Configuration Management with Spring Cloud Config and Vault

    In MicroServices using Spring Boot & Spring Cloud – Part 1 : Overview, we took a brief look at what…

    Read More »
  • Software Development👁 Image
    Siva ReddyMarch 2nd, 2018
    2 228

    MicroServices using Spring Boot & Spring Cloud – Part 1 : Overview

    Nowadays MicroServices is the hot buzzword in software development and many organizations prefer building their enterprise applications using MicroServices architecture.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyFebruary 23rd, 2018
    0 370

    Why SpringBoot is so popular and how to learn SpringBoot effectively?

    SpringBoot is the most popular and widely used Java framework. Occasionally this discussion of “Why is SpringBoot so popular?” come between me…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyFebruary 22nd, 2018
    0 587

    SpringBoot Messaging with RabbitMQ

    RabbitMQ is one of the popular message broker solutions and provides client libraries to be used from various programming languages including…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyFebruary 7th, 2018
    1 2,055

    Session Management using Spring Session with JDBC DataStore

    In web applications, user session management is very crucial for managing user state. In this article, we are going to…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close