DevRadar

Frontend

Auto-aggregated global tech articles · 75 posts

Frontend

How to Show Engineering Ownership When the Repositories Are Private

I have spent more than four years shipping production software, and I have no public repositories worth showing you. Everything substantial I have written at work lives in private repositories that belong to the companies I wrote it for, and confidentiality obligations do not lapse when a role ends.

DEV Community
Frontend

Do you have a separate tester before launch?

Hey guys, just after opinions really. If you’re launching a somewhat large site, with quite a bit of stuff going on, would you rely on your own testing or would you suggest getting a third party tester? It’s mostly for things like UX I’m wanting to test. I know have I would expect things to work but

Reddit r/webdev
Frontend

Vanilla Disintegrate — Modern and Impressive Animations for the Web

The story behind it What do web animations usually look like? Fade in, fade out, a slight movement, some scaling. There is nothing wrong with that. Most interfaces don't need anything more complicated. Sometimes, the best solution is not to add animation at all. It keeps the UI fast, clear, and f

DEV Community
Frontend

Codecademy & Others

I’m just starting out in the age of AI. Regardless of what happens with careers, I still want to learn to program (I’m starting with python) and have my sights on sysadmin and backend, type of work. I’d love to one day contribute to open-source distros and have a homelab at some point. Should I ju

Reddit r/programming
Frontend

Your typeof Is Lying to You

JavaScript's typeof is not a type system, it's just a coarse runtime label, and that's why null, functions, arrays, dates, and other values all collapse into the same "object" bucket. submitted by /u/OtherwisePush6424 [link] [留言]

Reddit r/webdev
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
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)
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
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
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)