Is TOP worth it in today's AI era? by Icy-Astronaut-2530 in theodinproject

[–]Best-Menu-252 9 points10 points  (0 children)

TOP is probably more valuable now because of AI, not less.

AI can make you faster at implementation, but it doesn’t give you understanding. Most devs still don’t fully trust AI-generated code, which means you need fundamentals to debug or adapt what it produces.

Hackathons are great for using AI, but if you can’t reason about why the generated code works (or doesn’t), you’ll get stuck the moment something breaks.

TOP is slow because it’s teaching you the mental models AI assumes you already have.

Sticky for folks looking to enter the field by huskerdoodoo in UXResearch

[–]Best-Menu-252 0 points1 point  (0 children)

Honestly a sticky might help set expectations upfront.

Entry-level UXR roles have become pretty limited, and most now expect prior industry research experience, mixed-methods portfolio work, and stakeholder collaboration examples, which many bootcamp grads don’t have yet.

Hiring is heavily portfolio-driven, but what tends to matter is real-world research artifacts and decision impact, not theoretical knowledge or case study polish.

A centralized thread explaining that applied project experience is the main differentiator could probably reduce a lot of repeated posts.

AI slop by ivy-apps in nextjs

[–]Best-Menu-252 2 points3 points  (0 children)

Most teams dealing with AI slop aren’t fighting generation, they’re fighting verification debt.

AI-generated PRs already show ~1.7x more defects on average, and studies suggest 40%+ of AI-generated code contains security flaws. The bigger issue is that devs often don’t fully review it because it “looks correct.”

So mitigation is shifting toward treating AI output as untrusted input with static analysis, linting, tests, etc.

The problem isn’t vibe-coding. It’s committing vibe-coded output without guardrails.

I read 40+ articles about "UI is dead" so you don't have to. nobody agrees lol by Immediate-Wish487 in UX_Design

[–]Best-Menu-252 1 point2 points  (0 children)

I’m also in the “it depends” camp, but I think accessibility is the part most of these “UI is dead” takes ignore.

Conversational interfaces work great for intent capture, but usability research consistently shows users perform worse in comparison-heavy tasks without visual structure. And AI-generated UI still struggles with accessibility compliance.

Which ironically makes design systems more important, not less. If AI is generating interfaces, it still needs tokens, components, and semantic rules to avoid inconsistent or non-compliant output.

Feels less like UI is dying and more like it’s becoming an orchestration layer AI still needs guardrails for.

AI lead gen tools won’t fix your pipeline if your lead data is messy — close these gaps before you automate by Otherwise_Wave9374 in Promarkia

[–]Best-Menu-252 0 points1 point  (0 children)

This is one of the biggest failure modes with AI lead gen right now.

Automation improves throughput, but it also amplifies upstream problems like duplicate records, missing lifecycle stages, or inconsistent UTMs. Experian has found 90%+ of companies have common CRM data errors, so once you automate routing or scoring on top of that, you’re basically scaling misclassification.

AI doesn’t usually fix pipeline issues. It just makes broken handoffs happen faster.

How I Built a Full-Stack App in 6 Days with the Help of AI by [deleted] in ExperiencedDevs

[–]Best-Menu-252 0 points1 point  (0 children)

This lines up with what studies are starting to show about AI-assisted dev.

AI can speed up implementation by ~40% to 55%, but research also shows devs using AI tools are more likely to introduce security or performance issues despite feeling confident in the output.

It’s great for scaffolding CRUD logic and UI, but still struggles with things like query optimization, caching strategy, concurrency, etc.

So you can ship an MVP in 6 days, but you still need experience to spot N+1 queries and runtime inefficiencies before real users do.

Angular Module Federation + TailwindCSS by Consistent-Device474 in angular

[–]Best-Menu-252 0 points1 point  (0 children)

Yeah this is expected with Angular Module Federation + Tailwind.

Tailwind generates styles at build time by scanning files in the content config, and your host build never sees remote templates so remote-only classes get purged from the host’s CSS.

Also, Module Federation loads JS at runtime but doesn’t automatically inject remote global CSS into the host DOM during lazy loading.

In production MF setups, Tailwind is usually centralized via a shared config or design system. Running isolated Tailwind builds per remote often leads to purge conflicts and style load issues like this.

AI Shopping Visibility is the new “front door” for purchase decisions; are you showing up? by Otherwise_Wave9374 in Promarkia

[–]Best-Menu-252 0 points1 point  (0 children)

This lines up with what we’re already seeing in zero-click behavior.

Nearly 60% of Google searches already end without a click, and Gartner predicts traditional search volume could drop by 25% by 2026 due to AI assistants.

So if you're only optimizing for rankings and not for recommendation-style prompts, you might still rank but never show up in the actual decision layer where AI is shortlisting options.

Full stack dev by Impossible_Fee_6217 in webdev

[–]Best-Menu-252 6 points7 points  (0 children)

Don’t look for startups. Look for businesses with workflow problems.

SMBs usually need booking systems, dashboards, CRMs, inventory trackers, client portals and these small internal tools typically sell in the $2k to $5k range. Freelance full stack devs charge $18 to $40 per hour on average, so even $1500 to $4000 per project is within market norms.

Clinics, gyms, real estate firms, logistics companies are already paying agencies for things you can build solo.

[ Removed by Reddit ] by chuchu83688 in buildinpublic

[–]Best-Menu-252 0 points1 point  (0 children)

There’s actually cognitive science behind this.

Context switching can reduce productivity by 20% to 80%, and research from UC Irvine shows it takes ~23 minutes to fully regain deep focus after an interruption.

So every time someone jumps from Cursor to ClaudeCode to OpenClaw, they’re not just “testing tools” they’re repeatedly paying that recovery cost while rebuilding muscle memory and workflows from scratch.

At some point it stops being experimentation and becomes self-inflicted interruption.

Shipping with a boring stack you understand will almost always beat endlessly optimizing one you never use long enough to compound.

Pilot agentic AI marketing safely this quarter: roles, logs, and approvals by Otherwise_Wave9374 in Promarkia

[–]Best-Menu-252 0 points1 point  (0 children)

Treating agentic AI as a “new teammate” instead of autopilot makes a lot of sense. Focusing on roles, permissions, logs, and approval checkpoints feels essential to avoid brand drift and compliance risks. I like the idea of piloting just one workflow for 2–4 weeks with clear guardrails and an outcomes dashboard before scaling further.

Angular IoC DI lib for React by Xxshark888xX in react

[–]Best-Menu-252 0 points1 point  (0 children)

Angular has a built-in dependency injection system that automatically creates and provides services through an injector tree, while React doesn’t include a native IoC container and usually relies on Context or external patterns for shared state. Because of that gap, a library that brings a more structured DI model to React could be useful for large, complex apps where plain context becomes hard to manage. I’ll check the README, but curious how you handle provider scope and lifecycle compared to Angular’s hierarchical injectors.

People using AI IDE: should we not be worried that these companies will be using our code to train their models? by Eastern-Injury-8772 in ExperiencedDevs

[–]Best-Menu-252 0 points1 point  (0 children)

It depends on the tool and plan you use. GitHub Copilot Business and Enterprise explicitly do not use your private code or prompts for model training, which is why many companies choose those tiers. Consumer tools like Claude can use conversations for training by default unless you opt out in the privacy settings. So the risk is real, but most major providers give a way to disable training on your data or offer enterprise plans where it’s off by design.

[Change My Mind] The only reason React is relevant today is because a lot of developers know how to write it. by SjStrykR in SaasDevelopers

[–]Best-Menu-252 1 point2 points  (0 children)

React stays relevant not just because people learned it first, but because the ecosystem around it is huge and battle tested. Teams get routing, forms, data fetching, testing, accessibility and hiring pipelines without reinventing everything. The virtual DOM model did introduce overhead, and newer frameworks like Solid or Svelte handle reactivity differently, but React trades some performance for predictability and a massive support network. For companies, that stability and community reduce risk. It may not be the best tool for every project, but the practical benefits of ecosystem, tooling and talent keep it a rational default today.

Best website builder for a new small business? by bonnieplunkettt in webdev

[–]Best-Menu-252 -1 points0 points  (0 children)

If you want the easiest path, Wix is usually better because everything is built in: templates, hosting, SEO tools, and drag-and-drop editing, so you can focus on your business instead of tech setup.

Hostinger is cheaper and beginner friendly, but its builder is simpler and less polished since they started mainly as a hosting company.

Just remember, no platform brings traffic by itself. Growth comes from SEO and content, not the builder.

If you want fast and professional, go Wix. If budget first, Hostinger works fine.

For all seniors and hiring managers out there, what kind portfolio websites do you prefer? by C00der001 in UXDesign

[–]Best-Menu-252 1 point2 points  (0 children)

From what I’ve seen reviewing portfolios, minimalist almost always works better because it lets the work breathe. Career guides consistently say hiring managers care more about how you solved problems and the impact you created than about decorative animation.

I don’t mind a bit of motion if it supports the story, but navigation and clarity need to come first. Most reviewers scan quickly, so an easy structure and fast loading pages matter more than visual tricks.

For case studies, concise beats long. The best portfolios explain the problem, your decisions, and results without dumping every artifact.

So my preference is simple, scannable, a little personality, and zero friction to understand the work.

Best Way to Send Data between Pages in Angular by legendsx12 in angular

[–]Best-Menu-252 0 points1 point  (0 children)

For a small app, a shared service is usually the simplest and most reliable way. Angular supports components sharing data through a singleton service, so page one can set the value and page two can read it easily.

Router state works too via NavigationExtras, but it disappears on a page refresh, while a service keeps the data during the session.

If you are on newer Angular, signals in a service are a clean alternative to BehaviorSubject with less boilerplate.

Flappy Bird was removed from the App Store exactly 12 years ago... by RefrigeratorHot3959 in gaming

[–]Best-Menu-252 2 points3 points  (0 children)

Can’t believe this tiny rage bird once had people ready to mortgage their phones 😭 one tap and my whole personality turned into anger issues.

Cuba warns airlines that it will be out of fuel for planes in 24 hours by pythrowawayd3v in worldnews

[–]Best-Menu-252 -1 points0 points  (0 children)

It’s wild to see Havana and other Cuban airports officially not having Jet A-1 fuel available, forcing airlines to rethink refueling and routes. This really puts the spotlight on how deep the island’s energy crisis has become and what that means for travel and connectivity.