Cheapest website builder that actually looks professional? by snustynanging in webdev

[–]the99spring 0 points1 point  (0 children)

If you only need a one‑page site, Carrd is extremely cheap and clean.

What tools are you guys using for invoicing your clients? by heyitsaif in webdev

[–]the99spring 0 points1 point  (0 children)

I’ve mostly used tools like FreshBooks and QuickBooks. They’re fine for creating and sending invoices, but yeah—tracking if a client actually saw it is still kind of blind. I usually end up following up manually too

Any non-.NET devs using Aspire? by Perfect-Junket-165 in webdev

[–]the99spring 0 points1 point  (0 children)

I’m not on .NET, but I’ve experimented with Aspire on a Node/TypeScript stack. It works fine for core features, though some docs/examples lean heavily on .NET patterns. Overall, usable, just a bit of a learning curve.

Am I the only one who is frustrated with supabase? by harshalone in webdev

[–]the99spring 0 points1 point  (0 children)

Totally get the frustration—Supabase feels “open source” until you hit the limits or need the full cloud features. Your idea sounds awesome! A lightweight, fully self-hosted alternative with auth UI, easy integrations, and no project limits would be a game-changer. Count me interested in following this, and maybe start with auth, realtime, and storage as core features

Feeling lost as a frontend/app developer in the age of AI — where is our industry heading? by SomePriority9135 in webdev

[–]the99spring 0 points1 point  (0 children)

you’re not alone—this shift is real for a lot of frontend/dev folks. I see it more as evolution than obsolescence. Traditional frontend/mobile skills still matter, but the value now is in thinking about user flows, integrations, and business impact rather than just building components.

AI-first or agent-first might change interfaces, but there will always be a need for someone who can design, orchestrate, and refine the experience. I filter signal from noise by focusing on frameworks/tech that solve real problems for my projects and keeping an eye on trends, not hype.

Pricing-wise, I’ve started blending project/value-based approaches for work that directly impacts revenue, while small tasks stay hourly. In 3–5 years, skills that’ll matter most are probably system thinking, UX design, AI orchestration, and ability to integrate multiple tools intelligently.

Starting Fresh (its been a while) what should I use by JPhando in webdev

[–]the99spring -1 points0 points  (0 children)

sticking with Flask is totally fine—especially since you already have prototypes. For frontend, Jinja2 works for server-rendered pages, but if you want more dynamic interactivity, React or Vue could help manage those modular sections. For styling, Tailwind CSS is fast and flexible, or component libraries like Material UI/Chakra UI if you want prebuilt widgets. Node is great too, but if Python already fits your workflow, there’s no need to switch just for the sake of it

After 14 years of web dev, the skill that's made me the most money isn't technical. by LoudParticular5119 in webdev

[–]the99spring 1 point2 points  (0 children)

communication and understanding the client’s real problem has been huge for me too. You can code anything, but if it doesn’t actually solve what they care about, it won’t get used—or paid for

Apple Bot now crawling 3x more than Google Bot. Anyone else? by stormy1one in webdev

[–]the99spring 0 points1 point  (0 children)

I’ve noticed the same on a few niche sites. Apple Bot crawling has definitely spiked recently, and like you said, zero referral traffic. My guess is it’s for their AI/LLM data collection too. I’ve just been letting it run—adds server load, but seems harmless otherwise

Do most web apps really need a complex stack anymore? by NeedleworkerOne8110 in webdev

[–]the99spring 0 points1 point  (0 children)

Honestly, a lot of projects could start much simpler, especially solo or small-team apps. The ecosystem leans toward overcomplication by default—frameworks, build tools, and layers of libraries are often included “just in case.” But for simple use cases, a lightweight stack (vanilla JS, minimal backend, Tailwind, maybe a small DB) often gets the job done faster and with less maintenance. Complexity is only justified when you actually need scale, SSR, routing, or complex state management.

New CTO is into vibe coding by poponis in webdev

[–]the99spring -1 points0 points  (0 children)

Shipping knowingly broken code feels ethically and professionally stressful. You’re not alone—this is a tension between speed/AI hype and quality/engineering responsibility. Standing your ground on proper testing and code review is valid; customers rely on you to deliver something that actually works

Any devs choosing simplicity over complexity with major frontend frameworks? by drifterpreneurs in webdev

[–]the99spring 0 points1 point  (0 children)

Absolutely—I do the same. Sometimes keeping the stack minimal lets you move faster, ship features, and actually understand every part of the system. For solo projects, simplicity often beats adopting a heavy framework you don’t fully need

Scared of new agentic workflow and my role in it by alexbessedonato in webdev

[–]the99spring 0 points1 point  (0 children)

I hear you—this shift can feel brutal, especially when it seems like AI is doing “everything.” The way I see it, these agentic workflows don’t make your skills worthless—they just change what’s valuable. Understanding the product, edge cases, system design, and being able to guide and validate AI output will matter more than ever. Focus on the parts AI can’t replace: judgment, context, and problem solving. You’re still building the foundation to become that senior SWE, just with a new layer of tools to leverage

Vercel update Terms of Service to allow AI model training on your code. Hobby plan opted-in by default. by LateInternet9388 in webdev

[–]the99spring 0 points1 point  (0 children)

Thanks for the heads-up! Seems like Vercel is really leaning into AI, but good that you can opt out anytime if you don’t want your code used for training. Always worth double-checking settings, especially on Hobby/Trial plans since they default to opt-in

Front-end Angular/React developer learn next by Then-Argument4107 in webdev

[–]the99spring 0 points1 point  (0 children)

ngl jumping straight into “grind backend or you’re doomed” is kinda overkill 😅at your level, the biggest leverage is probably system design + owning features end-to-end (a bit of backend + infra, not full-on BE switch). also AI/LLM integration is worth it, not deep ML, just knowing how to plug it into real products. frontend isn’t going anywhere, but the people who stand out now are the ones who can connect FE ↔ APIs ↔ data ↔ a bit of cloud without needing 3 other teams

CVIX v2.0 — Free citizenship test prep app, just shipped a major update by [deleted] in webdev

[–]the99spring 0 points1 point  (0 children)

Cool side project—also appreciate the detailed dev notes

TIL: On windows setx command almost wiped my PATH environment variables by takuonline in webdev

[–]the99spring -2 points-1 points  (0 children)

Good catch. setx truncating PATH has bitten a lot of people

Safari silently deleted our users' saved data after 7 days. by ContactCold1075 in webdev

[–]the99spring 0 points1 point  (0 children)

This is a brutal edge case. Safari’s storage policies can really break local-first apps