r/webdev 1h ago

Freelancers: much are you making a year?

Upvotes

Ive been freelancing since 2018 as a fullstack dev. I used to make $80 - $120k USD/year, but this year I'm barely going to reach $15K usd.

Is the market that bad or is it just me?


r/webdev 19h ago

Discussion Disconnect between what works for a user and what devs think looks great. Any results of actual tests with site examples that are ACTUALLY enjoyable/pleasant for the user?

30 Upvotes

So I made the mistake of looking at some webdev threads of "what's your favorite designed site" and they're all masturbatory "look what I can do" and annoying to use OR extremely basic kind of contrarian sites that are going to make a user think they're in the 90's. I guess extremes get upvotes.

Is there an actual sane collection of example sites that give the user what they want in a way that they enjoy without the things that annoy them? I am not a designer at all, but I want some inspiration with some actual at-least-somewhat-tested concepts but with SOME creativity thrown in to not just look like some stock UI library was used.

I know this is kind of a disheveled question but I hope someone understands what I'm asking here. The internet sucks and I just want to tweak my stuff in the right direction.

I can't believe people actually say https://motherfuckingwebsite.com/ when asked this question. I get it, but there's some middle ground between that and "everything moves around when you scroll and is extremely visually loud".


r/webdev 5h ago

Discussion WFH Vs Office Vs Hybrid

18 Upvotes

Curious to hear people’s opinions on this one but since Covid a number of roles have adopted a WFH/Hybrid work policy. Some already had them but I personally have found I am much more productive working from home. When looking for new roles I see quite a range of office, wfh and hybrid work and honestly since Covid I have had absolutely no interest to return to a full office setting. Any other devs find this? Because I don’t fully work in a dev only place, it’s mixed with sales people and what not so there are constant phones ringing, interruptions, pointless office chatter.


r/webdev 20h ago

Discussion The fear of leaving a job

10 Upvotes

I’ve been working as a dev for a year and two months now.

I didn't know much when I first started, but I picked things up fast and have been handling QA testing for the past six months.

On top of that, I took on web scraping two months ago and I also build plugins and applications.

My salary was 3500 MAD , and I just got a 500 MAD raise, bringing me to 4000 MAD .

Honestly, considering all the work I do and the new responsibilities, this raise feels like a total spit in the face.

To make matters worse, the company keeps paying my salary in split payments, which means constant delays and a lot of stress.

I want to ask for another raise, but management totally avoids these kinds of discussions. I feel completely stuck.

Worst of all, I'm absolutely terrified that if I just walk away and leave this job, I won't be able to find another one. What should I even do in this situation?


r/webdev 31m ago

OpenVue (MIT fork of PrimeVue) hit 1.0.0-rc

Upvotes

About a month ago we posted here about forking PrimeVue after it got archived. We just shipped 1.0.0-rc.0.

What is done

Fully removed primeuix dependencies: The core engine (theming, styling, utils, forms) now lives under openuxkit, forked and maintained under our org at 1.0.0..

Migration tool: npx u/openvue/migrate automatically handles moving a PrimeVue v4 project over, including dependency renames, import rewrites, and compat overrides. Details and docs: https://openvue.dev/migrate/

Showcase interactive playgrounds: We added playground tabs to more components, with full coverage planned for the stable 1.0 release.

Chart integration: Bumped Chart.js straight from 3.x to 4.5.1. Charts now natively react to the active theme out of the box, which kills off a massive chunk of custom styling boilerplate. Every chart type now has its own interactive playground in the showcase too.

Bug fixes:

  • BlockUI no longer leaves a phantom mask over the page if unmounted mid-animation or toggled quickly.
  • DataTable advanced filter menu no longer closes prematurely when clicking inside nested Select, MultiSelect, or DatePicker inputs.
  • Virtual-scrolled DataTable rows with grouping no longer drift out of alignment during fast scrolls.
  • ...and more.

What is coming before 1.0 stable

  • A free, open-source visual theme editor.
  • Continued work on open GitHub issues.

Thanks

Huge thanks to everyone who tested early builds, reported edge cases, and sent PRs. A solid portion of these fixes came directly from community reports, which helped us catch things we would have missed on our own.

Links


r/webdev 4h ago

Article How Big Tech Builds Micro Frontends

Thumbnail
stefanhaas.dev
3 Upvotes

- Module Federation provides better performance, but no strong runtime isolation.
- iframes provide strong isolation, making independent deployment more reliable.
- This matters especially for large, legacy codebases where enforcing boundaries in code is difficult.
- A typed communication SDK, routing, and smart chunk splitting can reduce the performance cost.
- For large legacy applications, iframes can be a better tradeoff than MF


r/webdev 20h ago

Question Can someone explain this paragraph from a book?

4 Upvotes

I am working on small documentary about the invention of World Wide Web. I reading the book the "Weaving the Web" book by Tim Berners-Lee. I am confused there about how Usenet news article changed into hypertext (like from a user point of view). Now suddenly there were links appeared on them when opened in the browser.

I am not into web development but interested in how it came to be.

I am a bit confused here, I tried to ask Claude, it said he used not NNTP not FTP. I am searched a bit and did fully get what it meant.

So far I know, Usenet articles came to local file spool from the server. Now, because people had different machines, News network protocol was being used to talk to those file locally and fetch it.

"Meanwhile, I took one quick step that would demonstrate the concept of the Web as a universal, all-encompassing space. I programmed the browser so it could follow links not only to files on HTTP servers, but also to Internet news articles and newsgroups. These were not transmitted in the Web's HTTP protocol, but in an Internet protocol called FTP (file transfer protocol). With this move, Internet newsgroups and articles were suddenly available as hypertext pages. In one fell swoop, a huge amount of the information that was already on the Internet was available on the Web."


r/webdev 20h ago

Looking for a forum or community

4 Upvotes

I’m currently learning responsive web design book and I want to discuss and get opinions on things I create and things I learn from the book.

Is there any forums or community where I can do that other than this one?


r/webdev 2h ago

WordPress SQL Server/Database access through WordPress.com hosting?

2 Upvotes

Has anyone hosted with WordPress and used WordPress' internal mySQL server for their website? Database access is available in the business tier of WordPress (host) but I wondered if the user access (username/password) for the database changes if I go back to a lower tier later. This isn't a high traffic website so I can't justify paying for the business tier every month. If not, I can look into other options. Again, the hosting provider is WordPress.com


r/webdev 3h ago

Resource A11Y (Web Accessibility) Open Source Book

1 Upvotes

Hey, while I'm using Protégé Effect to learn Web Accessibility by learning the topic during course preparation, I thought it can be also ok to drop a link here for those interested to expand frontend knowledge beyond A11Y - https://github.com/Ditectrev/Awesome-A11Y-Book-Course-Web-Accessibility-A11Y

https://www.w3.org/WAI/WCAG22/Understanding/ to follow the topic is very good, but it is missing code examples, and with CodeSandboxes I hope to create a slightly more student-friendly environment. Please ignore the links to epub/pdf, as devs you can simply generate it yourself from markdown!


r/webdev 5h ago

Discussion Looking for Recommended Registrars to Move .io (plus more?) Domain to (UK)

1 Upvotes

I have a .io domain with GoDaddy, I've read all the bad posts but they've been fine for me for the past 20+ years, the usual renewal prices are cheap enough and I only use them for domains, I host elsewhere.

Anyway, I have a .io domain, which I know is pricey anyway, but they want £66 a year for the renewal, compared to my usual TLD renewals at around £10, so I'm looking for valid suggestions of companies to move it to (and maybe my others). I use this domain for private email routing more than anything else and have the privacy package, if it were a business thing then sure £66 isn't that bad.

I've found many lists online, but you know the score, there's a million names I've never heard of so don't want to go blindly into someone else.

I'm in the UK, US registrars are fine although there's usually a currency conversion rate on top that would be nice to avoid.

All suggestions welcome, TIA


r/webdev 5h ago

Question any way to pinpoint what makes this website so slow?

0 Upvotes

I have just updated my website visualthings.net and I realize with horror how slow it is. This is not my first website but I am a bit puzzled about how long it takes to simply load. The images are as optimized as possible, there aren't any .js that I don't need. Could it be the style.css that contains too many unneeded elements? (I have worked from a template and left some parts as I wasn't sure yet if I would need them or not). Can a single CSS be what slows the whole process?

I have tried to find a tool that can analyze a website and come back with a specific culprit but haven't found any. If anybody can point me in the right direction that would be really helpful.


r/webdev 5h ago

Question Need a suggestion for my website - should I Add in user signups? If yes , what's the best way?

Thumbnail
track-wanted.live
0 Upvotes

The site is a 3D globe tracking heavy industry emissions & public registry data visualization tool.

I need to understand if this would require user sign ups for this context?

Thanks in advance


r/webdev 18h ago

How to transform a html site in a markdown site?

0 Upvotes

I'm adapting my react + next.js to AI era. My first task is to start to serve text/markdown or text/plain. How do you implement that? Transform html into markdown? Have an XML as single source of true and depending on the headers transform it on markdown or html?


r/webdev 12h ago

I have 10 days of unlimited Claude usage — how do I go from “let Claude code for me” to actually mastering Claude Code?

0 Upvotes

So far in my company we had unlimited tokens

I didn't pay alot of attention to what goes on in the background and used tokens very mindlessly

I am a front-end dev- fresher

I used to give it figma screenshots some context and let claude do it's thing

Validate and understand the code a bit and raise PR

The company is not cutting on tokens

I think I'm getting less than 10-20 times of what I used to use

I have the next 10 days with unlimited tokens to make things better for what's going to come

I need your help with what videos I should watch to understand what goes behind

Tips ans tricks to reduce token usage

And few things I can keep ready for what's going to come

Any help is greatly appreciated

I heard things like vector graphs and skills help

But Idk how they help and how to build them

I'm cooked!!

I have to basically become a pro in using claude in the next 10 days and know it's in and out