Sign up for a free recipe e-book →

  • Java, Reactor

    Project Reactor: the difference between zip, merge and concat operation

    Published by

    Victor Hugo Pongolino

    on

    1 de October de 2023

    In project reactor, meeting with scenarios demanding the fusion of data from multiple publishers are frequent. Today, we delve into the methods of accomplishing this through the usage of zip(), merge(), and concat() as well as the differences among them. Table of content Zip The zip() method is used when…

    Continue reading →: Project Reactor: the difference between zip, merge and concat operation
  • Java, Reactor

    Introduction to Java Reactor: A Beginner’s Guide to Reactive Programming

    Published by

    Victor Hugo Pongolino

    on

    17 de August de 2023

    Reactor is a Java open source library for running non-blocking and asynchronous operation. Instead of allocating new threads for each task and wait idly for a response, the reactor follows the strategy of dealing with multiple operations by switching the tasks as the application needs. At first we can’t see…

    Continue reading →: Introduction to Java Reactor: A Beginner’s Guide to Reactive Programming
  • Architecture, Microservice

    What is a microservice architecture?

    Published by

    Victor Hugo Pongolino

    on

    19 de July de 2023

    A microservice architecture is a software development concept in which an application is broken down into small, independent, and loosely coupled services. In this architecture, the communication overall functionality is made through a well-defined protocol such as HTTP/REST or messaging systems and not through a centralized program as happens when…

    Continue reading →: What is a microservice architecture?
  • Architecture, Monolith

    What is a Monolithic Architecture?

    Published by

    Victor Hugo Pongolino

    on

    27 de June de 2023

    A monolithic architecture is a software development model where all components and functionalities are integrated into a single codebase. Its advantages include simplicity, rapid development, and good performance. However, it has disadvantages such as limited scalability, tight coupling and dependencies between modules, and difficulty in adopting modern technologies.

    Continue reading →: What is a Monolithic Architecture?

Let’s connect

  • GitHub
  • YouTube
  • LinkedIn

Recent posts

  • Project Reactor: the difference between zip, merge and concat operation

  • Introduction to Java Reactor: A Beginner’s Guide to Reactive Programming

  • What is a microservice architecture?

  • What is a Monolithic Architecture?

Victor Pongolino

  • GitHub
  • LinkedIn
  • YouTube

Blog at WordPress.com.

  • Subscribe Subscribed
    • Victor Pongolino
    • Already have a WordPress.com account? Log in now.
    • Victor Pongolino
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar

Notifications