#middleware

[ follow ]
fromrubyflow.com
1 week ago

CMDx - Service object Zen

Say goodbye to messy service objects. CMDx provides a framework for designing complex business logic with clarity and consistency.
fromdaniel.feldroy.com
3 weeks ago

Using pyinstrument to profile Air apps

Air is built on FastAPI, so we could use [pyinstrument's instructions](https://pyinstrument.readthedocs.io/en/latest/guide.html#profile-a-web-request-in-fastapi) modified. However, because profilers reveal a LOT of internal data, in our example we actively use an environment variable. You will need both `air` and `pyinstrument` to get this working: ```sh # preferred uv add "air[standard]" pyinstrument # old school pip install "air[standard]" pyinstrument ```
Software development
Web development
fromhackernoon.com
3 months ago

How I Made My Next.js Blog Serve Markdown Files for Agent Experience SEO (AX-SEO)

Agent Experience SEO focuses on optimizing content for AI agents, improving discoverability and indexing by ensuring clean, structured data formats.
Toronto startup
fromHackernoon
11 months ago

Meet Torram, Winner of Startups of The Year 2024 in Toronto / Developer Tools | HackerNoon

Torram is revolutionizing Bitcoin application with a unified middleware infrastructure that enhances its usability for institutional finance.
#nextjs
fromLogRocket Blog
5 months ago
Node JS

A crash course in Next.js middleware - LogRocket Blog

Next.js middleware enhances request handling and improves performance and security by running code before the request is finalized.
fromLogRocket Blog
5 months ago
Node JS

Understanding Next.js's middleware vulnerability - LogRocket Blog

A critical vulnerability in Next.js allows unauthorized access by exploiting middleware checks in certain versions.
Immediate upgrades to patched versions or direct auth checks in routes are necessary to mitigate risks.
fromHackernoon
1 year ago

The Quiet Protocol: How Data Guardians Network Plans to Rewire AI Infrastructure From the Ground Up | HackerNoon

D-GN is building infrastructure that won’t engage with major tech monopolies directly, but aims to transform their impact on the digital landscape.
Digital life
Software development
fromDevOps.com
5 months ago

The Integration Trap: When Your "Seamless" System Crashes at the Worst Possible Moment - DevOps.com

Successful integration of enterprise software requires effective communication between systems through APIs and middleware.
DevOps
fromInfoQ
5 months ago

QCon London 2025 Day 3: AMQP Politics, Serverless Databases, Betrayal in Security and Architecture

Establishing reliable messaging systems is crucial, as complexities arise from various business and system connections, particularly in banking.
fromInfoQ
6 months ago

QCon London 2025: The Origin Story of AMQP - Advanced Message Queuing Politics

And three years in, writing the Swift gateway for a derivatives trading system, and we put it live. And I watched as the first... message came up in the system. The first thing it did was make two billion dollars in collateral calls... and I just stared at the screen and thought, 'Well, that's the most interesting console message I'll ever see.' You know, really brought it home.
DevOps
[ Load more ]