DevRadar

Backend

Auto-aggregated global tech articles · 96 posts

Backend

Next.js 15 Middleware: Auth, Rate Limiting & Edge Guide

Middleware is the most underused primitive in Next.js. Teams write one middleware for auth, ship it, and never touch it again. Meanwhile, they bolt rate limiting into API routes one by one, run A/B tests via client-side flicker, and set security headers in fifteen different places. Middleware does

Dev.to (EN Zone)
Backend

smart agriculture system

This is documentation of my latest and most exciting project so far a smart agriculture system on raspberry pi running a linux image that was customized using the yocto project this project was part of my final project for my embedded systems diploma, I was tasked to create a system with the follow

Dev.to (EN Zone)
Backend

[$] Deterministic testing for multithreaded Python

Python's support for multithreaded programs has improved considerably over the last few years with the advent of the "free-threaded" version of the language. But testing multithreaded programs is notoriously difficult, because the underlying host system determines the thread-execution ordering, whi

LWN.net
Backend

Rehearse Agent Token Ceilings on Free Servers

An agent that never stops looks a lot like an agent that is working. Rehearse the token ceiling on a free server with a hard stop rule so you meet BUDGET_EXHAUSTED in a test, not on a paid invoice. The cursor moves. The logs scroll. The token meter climbs. The bug does not move. Would you notice be

DEV Community
Backend

[Project] Issued - Self-hosted comic library server (OPDS + web reader)

Last year I built this for my personal comics collection and figured the selfhosted community might dig it. I tried different softwares but: I didn't like the stack they used (java, .net, ...) I didn't like that they force you to organize comics like they want. I have my own way of structuring my c

Reddit r/selfhosted
Backend

What if servers balanced load like Emperor Penguins? Meet HuddleCluster

In Antarctic blizzards where temperatures drop below -40°C and winds scream past 200 km/h, Emperor Penguins survive without any central coordinator. Their survival relies on a single distributed rule: If you are freezing on the outer edge, push inward toward the core. If you are getting too warm

Dev.to (EN Zone)
Backend

Open-source ERP for small manufacturing shops

I built an open-source self-hosted ERP for small manufacturing and engineering teams. The project started because I saw many small manufacturing shops managing BOMs, drawings and project information across Excel files, shared folders and email. This project aims to bring those workflows into a singl

Reddit r/selfhosted
Backend

WireMock will not read your OpenAPI spec, and that is on purpose

Disclosure: I work on Mockzilla, which competes with WireMock. Everything below was run on my laptop today and every claim links to its source. There is a link to the longer comparison at the end, and you can stop reading before it. You have an OpenAPI document. You want a mock server. WireMock is

Dev.to (EN Zone)
Backend

Hello from Kanpur: what I build, and what I'll write about here

I'm Pranjul Rathour, a GenAI engineer from Kanpur, India. This is the first post on this blog, so here is who is writing, what I have actually shipped, and what you can expect if you follow along. What I build Between February and July 2026, at Next Upgrad Web Solutions, I designed, buil

Dev.to (EN Zone)