~ P: /blog
  • Published on
    January 8, 2024

    Angular Signals with RxJS - A practical example

    This article will delve into the seamless fusion of Angular Signals and RxJS, highlighting how these two technologies can effortlessly blend together, showcasing that RxJS continues to shine brightly in their combined usage. The combination of these two technologies can...
    AngularRxjs
    Read more →
  • Published on
    October 10, 2023

    Setting Up Multiple Data Sources in a Spring Boot Application

    Spring Boot is a popular Java framework that simplifies the process of building robust and scalable applications. One common requirement in enterprise applications is the need to work with multiple data sources. This could be due to various reasons, such...
    JavaSpring Boot
    Read more →
  • Published on
    August 1, 2023

    Using Lazy and Suspense in React.js and Next.js

    React is a popular JavaScript library for building user interfaces, and Next is a powerful framework built on top of React, designed for server-side rendering and static site generation. With the continuous improvement of React and Next, new features have...
    ReactNext JS
    Read more →
  • Published on
    July 17, 2023

    Introduction to Incremental Static Generation (ISG) in Next.js

    In the world of web development, delivering high-performance and dynamic websites is crucial for providing an exceptional user experience. Static Generation (SG) has been a go-to approach for generating static pages in Next.js, ensuring fast load times and server efficiency....
    Next JS
    Read more →
  • Published on
    June 26, 2023

    Decoding useLayoutEffect vs. useEffect

    React, a popular JavaScript library for building user interfaces, provides developers with a range of powerful tools and hooks to manage state, handle side effects, and perform other critical tasks. Two commonly used hooks in React are `useEffect` and `useLayoutEffect`....
    ReactHooks
    Read more →
Pasquale Favella

©2025 • made with 💚