DevRadar

Frontend

Auto-aggregated global tech articles · 75 posts

Frontend

What a Language Needs Before It Can Compile Itself

Code: Megapixel99/lambda-language lm is a small low-level language I wrote: static types, explicit memory, no closures, no garbage collector, and four independent backends that emit C, WebAssembly, ARM64 and bytecode for a VM. Its compiler is about 4,400 lines of JavaScript. The obvious next quest

DEV Community
Frontend

Are We Becoming AI Managers Instead of Developers?

I've been doing front-end development for somewhere around 20 years now. During that time, I've watched the job change over and over again. New frameworks. New languages. New tooling. New ways of building and deploying software. But I don't think I've ever had to adapt as quickly as I have over the

Dev.to (EN Zone)
Frontend

Why I Built Coordiation CSS for Humans and AI Agents

Hello DEV community! 👋 For my first post, I want to share why I started building Coordiation CSS, an independent utility first CSS compiler focused on static output, owned source, and machine readable contracts. Coordiation is currently at version 1.0.0-rc.1. This is a release candidate, not a cla

DEV Community
Frontend

From generating files to using tools: a code agent's ReAct loop

So far in this series, the agent generated the whole solution in a single call: you gave it the spec and the tests, and the model returned the entire function. That works when the whole task fits in a prompt. But in a real repository you don't know in advance which files you'll need, and you can't f

DEV Community
Frontend

What “local OCR” should mean in a web application

“Runs in your browser” is easy to put on a landing page. It is harder to make it a property of the whole OCR pipeline. An OCR page can have a static interface and still send the selected file to an API. It can keep the image local but put the extracted text into error reporting. It can avoid both a

DEV Community