ELATTAR Saad·Mar 16The End of Reactive? How Java Virtual Threads Are Making Complex Concurrency Simple AgainJava developers have been writing reactive code for years to solve a concurrency problem that the platform itself could never handle well…
ELATTAR Saad·Nov 27, 2025Building an Interactive TCP Proxy in RustBuilding network testing tools often reveals the complexity hidden beneath simple requirements. This article documents the creation of an…
ELATTAR Saad·Sep 10, 2025Spring streaming response made easyIn certain scenarios, we need to retrieve large volumes of data, yet we often experience delays before the first pieces of the response are…
ELATTAR Saad·May 11, 2024Blossoming Intelligence: How To Run Spring AI Locally With OllamaAn example of using local ai models in your spring boot app.
InJavaScript in Plain EnglishbyELATTAR Saad·Apr 21, 2024React 19: The Long-Expected FeaturesReact 19 introduces a number of new features that will undoubtedly make the life of react developers simpler. While the release is not yet…
ELATTAR Saad·Feb 29, 2024Just A Simple Songs API Using Spring Reactive With Functional Endpoints, Docker And MongoDBBlocking is a feature of classic servlet-based web frameworks like Spring MVC. Introduced in Spring 5, Spring WebFlux is a reactive…
ELATTAR Saad·Feb 15, 2024NextJs meets Redux: A simple user PoCA first step to the full use of Redux mojo in NextJs Apps.A response icon1A response icon1
InDevOps.devbyELATTAR Saad·Oct 27, 2023Monitor Spring reactive micro-services with Prometheus and Grafana: a how-to guideMicro-services monitoring is a crucial aspect of managing modern, complex software architectures. Unlike traditional monolithic…
ELATTAR Saad·Aug 28, 2023Hands on practice with Reactive Spring with Redis Cache and Docker supportThis demonstration will serve as a proof-of-concept (POC) for creating reactive REST endpoints supported by a PostgreSQL, Redis and Docker,A response icon1A response icon1