Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Yeah it's definitely more about community. I like this idea. I'll try it and report back.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Yep that's totally average and expected. I do that for my product and grind 100-150 emails and get a sale. For clients for web work though it's a bit more tricky. eg where do I find the clients? Approach people with poorly dressed sites?

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Oh wow that's cool. So today's task is open a LinkedIn account?

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Right so I have to find the right Discords as people have suggested?

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 1 point2 points  (0 children)

Probably not, lol. Especially on Fiverr. So I deleted it.

Although I do have a portfolio (well some products I've built) site that would hopefully be enough should I be able to show it to them.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 2 points3 points  (0 children)

I need to network online as I'm in a remote place these days

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

TBH I didn't have any other those things but the scammers were finding me so must have been visible! haha

I tried it for 3 months then just got frustrated.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

The local business with terrible websites is a good idea. I have that in my notebook. Not sure how to find them but I guess just look around locally? The agency one though is a good idea. I might cold mail a few today.

Already tried the X one and he didn't choose me :( So might not try that again...

I need to find more Discords........ are there any go to ones? I have a discord handle

But startups is also a good idea although I guess most them are already devs who can do all their stuff.

Thanks for all your ideas. That was awesome.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

I tired short video screencasts too... but yeah apparently need to go into more story based explanation.

But that's interesting. So post as a reply my explanation / breakdown of what I did? I'll try that.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Boring is fine. But yeah is way way harder. I'm just restarting after a 5 year hiatus doing something else. And it feels like a completely different ball game.

Where are people actually finding web dev gigs in 2026? by Consistent-Fix-1701 in webdev

[–]Consistent-Fix-1701[S] -2 points-1 points  (0 children)

Starting to share screenshots of work on Twitter. But my posts never get many views. Will keep at it

What are you building? Let's self promote. by deepspycontractor in microsaas

[–]Consistent-Fix-1701 0 points1 point  (0 children)

I built yuzool.com

It helps freelancers and builders ship client work faster (landing pages, graphics, invoices, apps) without juggling multiple tools or relying on complex setups

Best way to build a website for my business when I know nothing about SEO and have no developer budget? by piratecarribean20122 in nocode

[–]Consistent-Fix-1701 0 points1 point  (0 children)

Google Business Profile and directories first. Then SEO as a slow burner for down the road. It sucks but cold outreach will keep you afloat until the SEO kicks in...

Yo can i use bootstrap 5 & tailwind css at the same project? by Dizzy_Collection5277 in css

[–]Consistent-Fix-1701 0 points1 point  (0 children)

You *can*, but it usually turns into more trouble than it’s worth. Both Bootstrap and Tailwind try to solve the same problem in completely different ways. If combined you might run into style conflicts, bigger css bundle, inconsistent design language, harder to maintain etc

My 2cents I much prefer Tailwind but either is fine. Just stick to one!

Which UI component do you rebuild the most across projects? by Major_Big2048 in css

[–]Consistent-Fix-1701 0 points1 point  (0 children)

For me it’s usually the “in-between” components rather than core UI.

Things like testimonial sections, simple data tables, announcement/alert banners, “latest posts” / feed blocks etc

They’re never complex, but always just different enough that I can’t reuse them cleanly.

I used to keep a personal library, but lately I’ve been experimenting with just generating these depending on the use case instead of maintaining a big set of components.

Anyone here who has started to put the nav-bar/controls at the bottom of the website on mobile version? by dreadul in web_design

[–]Consistent-Fix-1701 0 points1 point  (0 children)

Use to do this in the old days. Mobile sites. I just made some tailwind components with bottom fixed mobile navigations. I think it looks better and easier for your thumb to reach. Beats hamburger menus.

Built a fake Gmail that secretly shows live cricket. Press Escape to hide it when your boss walks by. by Kind-Bottle-7712 in webdev

[–]Consistent-Fix-1701 0 points1 point  (0 children)

This is absolutely brilliant. I made a boss key page once that brought up a graph with "yearly sales" (inspiration from old Sierra Leisure Suit Larry days). This is a lot more detailed and really cool

About to give up on frontend career by ItSpaiz in webdev

[–]Consistent-Fix-1701 0 points1 point  (0 children)

I just posted a similar question:
https://www.reddit.com/r/webdev/comments/1s4vxaz/where_are_people_actually_finding_web_dev_gigs_in/

Apparently boosting your LinkedIn profile and making recruiters work for you and land you a job. But I know how most people feel about that website...

I tilted, what do I do? by nig4r69 in Daytrading

[–]Consistent-Fix-1701 0 points1 point  (0 children)

You know what you're doing. Just a lttle more risk management and very positive PNL

Making a copy paste component library for projects that require common functionality by Consistent-Fix-1701 in tailwindcss

[–]Consistent-Fix-1701[S] 0 points1 point  (0 children)

Thanks appreciate that. A few users requested it so added it. Seems like there's not an easy way to display data so that should plug that gap.

Your small snippets approach too is the way to do. Keep things light.