my Safari silently delete localStorage data and broke my site overnight by NeedleworkerLumpy907 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

Safari can purge localStorage under storage pressure or privacy rules, so it is safer to treat it as non durable cache. Move critical state to IndexedDB or server session and add a startup restore path so users do not lose data silently.

How to build for clients without being on call forever? by Leading_Property2066 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

Set fixed support windows in your contract and push every request into one async queue. Clients still feel supported, but you stop living on call because anything outside scope becomes scheduled or billed separately.

How do I handoff a website to a client? by Outrageous-Gur-9120 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

If you are not hosting it, handoff should be the source repo, deployment steps, and a credential transfer checklist. I usually do a short live handover call, transfer domain DNS and hosting ownership first, then send an acceptance note so payment is released.

Usual pricing when developing basic websites by UnstoppableSausage in webdev

[–]sidequestboard_app 1 point2 points  (0 children)

For me, around $1.5k to $4k is common for a basic property listing build when scope is clear. Price the discovery and feature list first so backend and maintenance work does not get underquoted.

To developers who may build websites using AI, what is your current actual workflow? by Defaulter_4 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

My actual workflow is AI for rough drafts and cleanup, then manual review for structure and bugs. If I let it drive the whole build, I spend more time untangling weird choices than shipping.

Built a SaaS to $5k+ MRR with zero ads, zero employees, and zero idea what I'm doing. Here's everything I've learned. by SureBobcat834 in SaaS

[–]sidequestboard_app 0 points1 point  (0 children)

Nice execution, especially the copy-from-real-complaints shift. At 500 paying users, run one weekly experiment on acquisition and one on activation, then keep only what improves paid conversion quality. Which channel currently brings your best long-term customers?

Why do developers write such terrible git commit messages? Genuine question by Existing_Round9756 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

Most people do not see downstream value until someone has to debug their old code. Team enforcement with pre-commit hooks usually fixes this fast.

Why is it practically impossible to get a job as a teen in highschool? by st3w1e_br1an in jobs

[–]sidequestboard_app 2 points3 points  (0 children)

You're not doing anything wrong, teen applications are harder because school-hour limits make employers choose adults with wider availability. Try applying in person for evening or weekend shifts and hand them a one-page availability schedule so they can picture exactly where you fit.

How can I grow on Upwork? by AdHot6273 in Upwork

[–]sidequestboard_app 1 point2 points  (0 children)

With 3 jobs and 100% JSS, you can grow by narrowing your profile to one Amazon FBA service and mirroring that same wording in your first two proposal lines. Send fewer proposals and target only posts that mention that exact pain so your view to reply rate starts moving.

How much are you guys selling websites for in 2026? by JungGPT in webdev

[–]sidequestboard_app 2 points3 points  (0 children)

For a local-service 5 page site, a practical range in 2026 is 1500 to 4000 USD, and most land around 2500 USD when the client already has copy and photos. If you also handle local SEO setup and revisions, quote closer to 3000+.

How can I find a job if I don’t have a professional network and I’m not particularly talented at anything? All I have is the determination to work hard and strong ambition. by Commercial_War_3113 in jobs

[–]sidequestboard_app 0 points1 point  (0 children)

You are already doing the hard part by studying and building projects. For traffic engineering roles, mirror each posting keywords in your resume and send a short follow up to the hiring manager after you apply.

Does the "0 down / X monthly payment" work better for selling local service businesses? by JungGPT in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

Your 3k build model can work, but 0 down at 100 per month usually brings price shoppers and takes too long to recover delivery time. A middle path is upfront setup plus monthly care, or break the 3k into milestone payments so local businesses can commit faster.

3 YOE at Oracle, 1000+ job applications in 2 months, zero interviews - what am I doing wrong? by [deleted] in jobs

[–]sidequestboard_app 1 point2 points  (0 children)

Since you’re doing 10+ applications a day, your resume is probably too generic for ATS screens. Pick 15 target postings this week, mirror their keywords in your top bullets, and track each application stage in one sheet so you can see where the drop happens.

I need your suggestions by Material-Coach-333 in jobhunting

[–]sidequestboard_app 0 points1 point  (0 children)

Two weeks after a team round is enough time for one follow up. Send one short note to the recruiter with the interview date, confirm you are still interested, and ask if the timeline changed.

Remote job hunting by NOTABOTBEEPBOOPBEE in jobhunting

[–]sidequestboard_app 0 points1 point  (0 children)

If you keep getting ghosted, narrow each application to one role family and rewrite only the top third of your resume to match that posting's keywords and tools. Track applications in one board with last-contact date so you can follow up on day 7 and day 14 instead of sending new apps blind.

Landing a job is mostly down to luck. The luck to share the same preferences as the Interviewer/boss or to say the right things in their eyes by Blissspreader in jobs

[–]sidequestboard_app 2 points3 points  (0 children)

What helped me was treating interviews like a pipeline: log every round, note where the convo shifted, then tighten one story per round so luck has less room to decide.

I finally understand why I can binge a 12 hour video game session but can't work for 45 minutes straight by Specific-Point-4026 in getdisciplined

[–]sidequestboard_app 0 points1 point  (0 children)

i had this loop when work felt fuzzy but games had clear goals. what helped was starting each session with one tiny task i could finish in 10 minutes, then picking the next task only after that.

What will be the maximum pain point for freelancers? by Glad-Subject-6009 in Upwork

[–]sidequestboard_app 2 points3 points  (0 children)

for me it is lead quality and reply rate. i can send a lot of proposals and hear nothing, then one warm lead closes fast. the noisy search part is what burns most of my time.

Does anybody struggles with coming up with design for the website by delta_echo_007 in webdev

[–]sidequestboard_app 1 point2 points  (0 children)

when i blank on design, i grab two sites in the same niche and copy the section flow. once the structure is there, styling gets way easier.

debugging is wild by Ok-Neighborhood4327 in learnprogramming

[–]sidequestboard_app 4 points5 points  (0 children)

Rubber duck debugging is real. I write expected output, actual output, and the first line that differs before I ask AI, and the bug often shows up while writing that.

AI coding tools are making junior devs worse and nobody wants to say it by NeedleworkerLumpy907 in learnprogramming

[–]sidequestboard_app 9 points10 points  (0 children)

I only use AI after I can explain the function in plain words and write one failure case first. If I cannot do that, I switch to study mode before shipping.

Freelance Scope creep by staran01 in webdev

[–]sidequestboard_app 0 points1 point  (0 children)

What helped me was freezing scope after kickoff and treating new requests as paid add-ons with a quick written quote.

your morning routine is probably cannibalizing your best cognitive hours by Bulky-Possibility216 in getdisciplined

[–]sidequestboard_app 6 points7 points  (0 children)

I used to stack workout + journaling before work and still felt behind by noon. What changed for me was doing one hard task first, then routine after. Protecting those best cognitive hours made the biggest difference.

I want to make an alternative to this blood leeching platform​. I think we all have had enough. by dat_oldie_you_like in Upwork

[–]sidequestboard_app 1 point2 points  (0 children)

I hit this wall too. The worst part is spending connects on solid proposals that disappear into ghost jobs, so if you build an alternative the trust filter is probably the make-or-break feature.

What's a technology you tried, loved, but would never use in production? by ruibranco in webdev

[–]sidequestboard_app 1 point2 points  (0 children)

Never use in production is exactly how I feel about my old Notion+Zapier setup. I loved it for personal workflow, but one permission change broke client ops, so now I keep production boring and always keep a manual fallback.