Skip to content

2021

Echo middlewares

In this brief article, I aim to highlight an ideal use-case for middleware, shedding light on its functionality and practical implementation.

Middleware serves as a crucial intermediary between user requests and application logic. In the following example, I'll demonstrate how middleware can authenticate users and seamlessly pass custom context to a micro-service, streamlining the authentication process without burdening the service with additional authentication logic.

Excalidraw - The Best Open-Source Tool for Drawing Charts

logo

In my journey of working on personal projects, I stumbled upon Excalidraw, an open-source tool for creating diagrams and schemes. It has proven to be an invaluable asset, aiding me in understanding the core problems I aim to solve and devising effective solutions. Documenting my thought process alongside visual representations not only solidifies my understanding but also ensures persistence of my ideas.