DevRadar

Frontend

Auto-aggregated global tech articles · 107 posts

M
Frontend

My Experiences with Sitecore Pathway

I've been on more of a content migration kick lately, and with Sitecore having a product in their world, it was time to crack it open. (Just a note, I know it's SitecoreAI now, and I guess SitecoreAI CMS, but XM Cloud just rolls off the tongue...or keyboard...easier. So if you see XMC, it's all the

DEV Community
I
Frontend

I Got Tired of Building Backends for Forms, So I Built FORX

I Got Tired of Building Backends for Forms, So I Built FORX I don't know if I'm the only developer who does this. You need a simple contact form. So you create the HTML. Then you realize: “Okay, where does this form data actually go?” And suddenly your tiny contact form needs a backend. You s

Dev.to (EN Zone)
P
Frontend

Problem in open source contribution

Recently, I learned golang from https://quii.gitbook.io/learn-go-with-tests. And now I want to contribute in open source for the preparation of GSoC 2027. But whenever I open a repository of terraform or kubernetes, I get very confused about the issue written there, like I can understand the code pa

Reddit r/golang
H
Frontend

How do you learn something new today?

AI replaced Stack Overflow for us. But did it also change how we actually learn? A few years ago, when developers wanted to learn a new technology, we took courses on Udemy, Pluralsight, or Coursera. Then we used Google and Stack Overflow for the specific questions. Today, AI has largely taken over

Reddit r/webdev
H
Frontend

How Do Big Frontend Applications Scale?

A small frontend application is easy to understand. A few components. A few API calls. A handful of pages. You can usually open the project, look around for a few minutes, and understand how most things work. But applications rarely stay small. As the product grows, you may eventually have: Hu

Dev.to (EN Zone)
D
Frontend

Does That "Free Online PDF" Tool Upload Your File? How to Tell.

Most free online PDF tools work by uploading your document to a server, processing it there, and sending it back. For a lot of files that's fine. For a signed contract, a payslip, a medical form, or a scanned ID, it's the entire privacy problem: your document now lives on someone else's machine, sub

DEV Community
A
Frontend

AI Engineering Is Easy. Changing How We Work Is Hard

AI engineering sounds fancy. New terms are everywhere: agentic development, AI-native engineering, spec-driven development, and now AI harness engineering. Underneath all the terminology, though, something genuinely useful is happening. AI can now help with requirements, challenge a PRD, explore UX

Dev.to (EN Zone)