VOOZH about

URL: https://www.javacodegeeks.com/author/emmanouil-gkatziouras/page/2

⇱ Emmanouil Gkatziouras, Author at Java Code Geeks - Page 2 of 20


  • DevOps👁 Image
    Emmanouil GkatziourasOctober 22nd, 2022
    0 265

    Gradle: Push to Maven Repository

    If you are a developer sharing your artifacts is a common task, that needs to be in place from the…

    Read More »
  • DevOps👁 Image
    Emmanouil GkatziourasOctober 3rd, 2022
    0 354

    Debezium Server with PostgreSQL and Redis Stream

    Debezium is a great tool for capturing the row level changes that happen on a Database and stream those changes…

    Read More »
  • Software Development👁 Image
    Emmanouil GkatziourasFebruary 2nd, 2022
    0 3,760

    Mock GRPC Services for Unit Testing

    On our day to day work we develop applications that include interactions with software components through I/O. Can be a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasNovember 14th, 2021
    0 1,155

    Add Grpc to your Spring Application

    On the previous example we had a Java application spinning up an http server and upon this Java process operating…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasNovember 2nd, 2021
    0 6,802

    Execute mTLS calls using Java

    Previously we secured an Nginx instance using SSL and mTLS. If you are using Java interacting with a service secured…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 18th, 2021
    0 438

    Executing Blocking calls on a Reactor based Application

    Project Reactor is a fully non-blocking foundation with back-pressure support included. Although most libraries out there support asynchronous methods thus…

    Read More »
  • DevOps👁 Image
    Emmanouil GkatziourasSeptember 22nd, 2021
    0 266

    Kubernetes pod as a Bastion Host

    In Cloud Native apps private networks, databases and services are a reality. An infrastructure can be fully private and only…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasSeptember 21st, 2021
    0 839

    Receive Pub/Sub messages to your Spring Application

    Pub/Sub is a messaging solution provided by GCP Before we dive into the actual configuration we need to be aware…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasSeptember 1st, 2021
    0 1,139

    Using R2DBC with a Reactor Application

    Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this…

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