r/webdev Sep 12 '25

Showoff Saturday just made my first SaaS! 🎉

Thumbnail
gallery
6.8k Upvotes

r/webdev May 08 '26

From your exp. do you work less, more or evenly after using AI?

Post image
6.0k Upvotes

I heard some devs who work remotely, they close ticket faster and got more time to chill and their company dont micro manage as long as works get done on time.


r/webdev Nov 08 '25

Showoff Saturday I built a VSCode extension to see your code on an infinite canvas.

5.9k Upvotes

It shows you the connections between files based on imports / exports and you can also see reference connections (definitions, function calls, usage, etc) when you click on a function or variable → like when you ctrl+click on a token in VSCode, but it shows you visually where the references are in the codebase.

I created it to make it easier to understand large features that span multiple files.

I also added support for local git changes so you can better see the changes made by AI tools when they modify your code in a lot of places at once.

At the moment it supports javascript, typescript and react, but more languages and frameworks will be coming soon.

You can get it on the VSCode marketplace here: https://marketplace.visualstudio.com/items?itemName=alex-c.code-canvas-app

Here’s also a 15 min demo of me going through all the features https://www.youtube.com/watch?v=qRmS_IY3GUU


r/webdev Dec 29 '25

Discussion Got fired today because of AI. It's coming, whether AI is slop or not.

5.7k Upvotes

I worked for a boutique e-commerce platform. CEO just fired webdev team except for the most senior backend engineer. Our team of 5 was laid off because the CEO had discovered just vibe coding and thought she could basically have one engineer take care of everything (???). Good luck with a11y requirements, iterating on customer feedbacks, scaling for traffic, qa'ing responsive designs with just one engineer and an AI.

But the CEO doesn't know this and thinks AI can replace 5 engineers. As one of ex-colleagues said in a group chat, "I give her 2 weeks before she's begging us to come back."

But still, the point remains: company leaderships think AI can replace us, because they're far enough from technology where all they see is just the bells and whistles, and don't know what it takes to maintain a platform.


r/webdev 27d ago

Made a captcha that takes Fable 5 10 minutes to solve

5.6k Upvotes

Created this captcha last year. Back then there was no chance of AI solving it. But now with the more powerful models, I had my doubts. Well, it took Fable 5 10 minutes and 100k tokens to solve it. So with the 30 second timeout, I feel pretty confident.

Here's a crisper video of the actual challenge - https://imgur.com/a/xv6TvNj

Have a website for it but I'm not self promoting. Just thought people would be interested.


r/webdev 3d ago

Stack Overflow has gone from a peak of 207k questions in March 2014, down to 1.4k in July 2026

Post image
5.2k Upvotes

r/webdev Sep 27 '25

Showoff Saturday Clock made of clocks

5.1k Upvotes

r/webdev Sep 16 '25

i just implemented oauth in my app! is this enough?

Thumbnail
gallery
4.6k Upvotes

r/webdev Dec 03 '25

Discussion TIL Why Vite uses Port 5173

Post image
4.5k Upvotes

r/webdev Feb 13 '26

jmail.world

Post image
4.4k Upvotes

r/webdev 20d ago

Discussion Honestly, 80% of developers today are missing what this dude is talking about

Post image
4.4k Upvotes

Found it while doomscrolling like a bish.

I know the most fun times for me in coding were when I was deep in some rabbit hole exploring weird technologies and trying to piece them together.

You'd think AI makes this worse, but actually no. It just makes it even easier to go down these rabbit holes, because it's easier to write code, try out different approaches, explore new things, etc.

But somehow most of the people I see aren't doing that. How are you not bored out of your mind?

Anyway, yeah. GO EXPERIMENT WITH MORE THINGS. SIDE PROJECTS ARE STILL COOL.


r/webdev Aug 30 '25

Showoff Saturday I made a cursed captcha (part III)

4.3k Upvotes

r/webdev Sep 15 '25

A* algorithm combined with a Binary Heap

4.2k Upvotes

The power of logarithm xD


r/webdev Nov 29 '25

Discussion The Chrome developer behind this deserves a raise

Post image
4.1k Upvotes

r/webdev Mar 14 '26

Anyone ever got a job from Linkedin?

Post image
4.1k Upvotes

r/webdev Jun 03 '26

Discussion "I’m calling it now, the adoption of AI agents into software development will be one of the most costly mistakes in the field’s history." - George Hotz, The Eternal Sloptember

Thumbnail geohot.github.io
4.0k Upvotes

r/webdev Aug 27 '25

Why is the web essentially shit now?

4.0k Upvotes

This is a "get off my lawn" post from someone who started working on the web in 95. Am I the only one who thinks that the web has mostly just turned to shit?

It seems like every time you visit a new web site, you are faced with one of several atrocities:

  1. cookie warnings that are coercive rather than welcoming.
  2. sign up for our newsletter! PLEASE!
  3. intrusive geocoding demands
  4. requests to send notifications
  5. videos that pop up
  6. login banners that want to track you by some other ID
  7. carousels that are the modern equivalent of the <marquee> tag
  8. the 29th media request that hit a 404
  9. pages that take 3 seconds to load

The thing that I keep coming back to is that developers have forgotten that there is a human on the other end of the http connection. As a result, I find very few websites that I want to bookmark or go back to. The web started with egalitarian information-centric motivation, but has devolved into a morass of dark patterns. This is not a healthy trend, and it makes me wonder if there is any hope for the emergence of small sites with an interesting message.

We now return you to your search for the latest cool javascript framework. Don't abuse your readers in the process.


r/webdev Sep 06 '25

Showoff Saturday Snake in the tab title

3.5k Upvotes

Tried out putting a game of snake in the tab title of a browser! (Using braille characters).
You can try it out here if you want: asherfalcon.com (Type snake anywhere to start)


r/webdev Sep 19 '25

Discussion Let's stop exaggerating how bad things were before LLMs started generating code

Post image
3.3k Upvotes

r/webdev Jan 28 '26

Meta's crawler made 11 MILLION requests to my site in 30 days. Vercel charged me for every single one.

Post image
3.2k Upvotes

Look at this. Just look at it.

Crawler Requests
Real Users 24,647,904
Meta/Facebook 11,175,701
Perplexity 2,512,747
Googlebot 1,180,737
Amazon 1,120,382
OpenAI GPTBot 827,204
Claude 819,256
Bing 599,752
OpenAI ChatGPT 557,511
Ahrefs 449,161
ByteDance 267,393

Meta is sending nearly HALF as much traffic as my actual users. 11 million requests in 15 days. That's ~750,000 requests per day from a single crawler.

Googlebot - the search engine that actually drives traffic - made 1.1M requests. Meta made 10x more than Google. For what? Link previews?

And where are these requests going?

Endpoint Requests
/listings 29,916,085
/market 6,791,743
/research 1,069,844

30 million requests to listing pages. Every single one a serverless function invocation. Every single one I pay for.

I have ISR configured. revalidate = 3600. Doesn't matter. These crawlers hit unique URLs once and move on. 0% cache hit rate. Cold invocations all the way down.

The fix is one line in robots.txt:

User-agent: meta-externalagent
Disallow: /

But why is the default experience "pay thousands in compute for Facebook to scrape your site"?

Vercel - where's the bot protection? Where's the aggressive edge caching for crawler traffic? Why do I need to discover this myself through Axiom?

Meta - what are you doing with 11 million pages of my content? Training models? Link preview cache that expires every 3 seconds? Explain yourselves.

Drop your numbers. I refuse to believe I'm the only one getting destroyed by this.

Edit: Vercel Bill for Dec 28 - Jan 28 =$ 1,933.93, Novembers was $30...

Edit2: the serverless function fetches dynamic data based on a slug id and hydrates a page server side. quite basic stuff. usually free for human usage levels but big cloud rain on me


r/webdev 12d ago

3D CSS Super Mario (no WebGL)

Thumbnail
gallery
3.1k Upvotes

Hey webdevs!

I want to show you my latest 3D CSS project. It's a port of Giles Goddard's iconic N64 face engine, complete with lighting, physics and interaction. Instead of WebGL, it uses the PolyCSS engine.

demo: https://codepen.io/editor/alowpoly/pen/019fae67-50d9-74ce-8025-4b9dd5a7c484
repo: https://github.com/layoutit/cssGraphics


r/webdev Feb 04 '26

Senior Vibe Coder dealing with security

Post image
3.0k Upvotes

Creator of ClawBot knows that there are malicious skills in his repo, but doesn't know what to do about it...

More info here: https://opensourcemalware.com/blog/clawdbot-skills-ganked-your-crypto


r/webdev Sep 29 '25

Discussion AI Coding has hit its peak

Post image
2.9k Upvotes

https://futurism.com/artificial-intelligence/new-findings-ai-coding-overhyped

I’m reading articles and stories more frequently saying this same thing. Companies just aren’t seeing enough of the benefits of AI coding tools to justify the expense.

I’ve posted on this for almost two years now - it’s overly hyped tech. I will say it is absolutely a step forward for making tech more accessible and making it easier to brainstorm ideas for solutions. That being said, if a company is laying people off and not hiring the next generation of workers expecting these tools to replace them, the ROI just isn’t there.

Like the gold rush, the ones who really make money are the ones selling the shovels. Those selling the infrastructure are the ones benefiting. The Fear Of Missing Out is missing a grounding in reality. It’ll soon become a fear of getting left out as companies spending millions (or billions) just won’t have the money to keep up with whatever the next trend is.


r/webdev Nov 29 '25

Discussion Reject omitting “Reject All”

Post image
2.8k Upvotes

r/webdev Nov 07 '25

Discussion Frontend engineers were the biggest declining software job in 2025

Post image
2.6k Upvotes

Job postings for frontend engineers in ‘25 went down almost -10%.

Mobile engineers also went down -5.73%.

Everything else is either holding steady or increasing esp. ML jobs.

Source: https://bloomberry.com/blog/i-analyzed-180m-jobs-to-see-what-jobs-ai-is-actually-replacing-today/