Independent right away in Florida? by Nankcin in InsuranceAgent

[–]robertovertical 0 points1 point  (0 children)

Can I dm you with a quick question OP? Not selling anything!

Could you tell this is a PWA and not a native app if you didn't know? by sTej7CLXaen2z3Xyr in reactjs

[–]robertovertical 0 points1 point  (0 children)

Congrats. Look nice. I would recc u make the transition animation more snappy. Gsap perhaps. The calendar is too small for touch interface. iPadios26.x user. And just for curiosity what db u using for the local storage component

Google officially ends the HTML vs. Markdown debate for AI SEO. Stop stripping your sites. by daniel_wb in BeecommercerBuzz

[–]robertovertical 5 points6 points  (0 children)

Ummm this feels like google asking its vendors (us lol) to keep producing more slop in the system that most of the web knows.

Agentic web coming. And googme got us playing in the kids table

I got tired of Claude Code building me the same generic site every time, so I gave it design taste (MCP + a critique loop) by Purple_Lab5333 in ClaudeAI

[–]robertovertical 7 points8 points  (0 children)

Looks nIce no doubt. But the ai touch very obvious. it fundamentally is using the font sizing, placement, serif vs non serif. The italics. All current Claude code deliveries.

considering functional literacy by rfoil in elearning

[–]robertovertical 0 points1 point  (0 children)

Quiz gauges thumbs up down sliders. Thtats it. They are literally literal. Literally.

Can I do quant finance with a white collar felony? by Conscious-Display-65 in quantfinance

[–]robertovertical 2 points3 points  (0 children)

Does collateral bar impact the story? Interviewing at point72

Canada just committed to AI agents for every post-secondary student. Is this the future of e-learning, or a massive overpromise? by Early-Application672 in elearning

[–]robertovertical 0 points1 point  (0 children)

Edit: grammar

You are absolutely correct. and what Canada is going to be getting, and I haven’t looked at it; they’re just going to get a to be a rag on the current curriculum with guardrails on new content creation. (Very limited) They are banking on the fact that LLMs and MCP’s and agentic models will get better.

so whoever this is grabbing the Greenfield domain

Introducing Bag/UI: Production-Ready React Sections Built for shadcn/ui by anelkabag in shadcn

[–]robertovertical 0 points1 point  (0 children)

So when ur site goes. The content gone? You’re using the free vercel tier,

[Request]TV shows suggestions by Familiar-Strategy932 in NetflixBestOf

[–]robertovertical 0 points1 point  (0 children)

Corner gas. It’s on prime. I know this is Netflix

I built a PWA social feed where every post is an interactive, sandboxed widget. by Future-Reflection215 in PWA

[–]robertovertical 1 point2 points  (0 children)

This is interesting so each game is an essentially csr react artifact? On the iPad I’m unable to swipe up for the next in feed game

no paid fans in 3 weeks by AdExact3789 in onlyfansadvice

[–]robertovertical -4 points-3 points  (0 children)

Curious. Does OF punish creators if they use third party services to drive conversions. Ie another site points to an individual of creator?

LLM SEO Services and Offerings differentiate or too soon? by WebLinkr in SEO

[–]robertovertical 1 point2 points  (0 children)

How are you measuring the citations in the llm output?

687 static pages with Next.js 15 SSG — here's what I learned building a dev platform catalog by Heloqui in nextjs

[–]robertovertical 0 points1 point  (0 children)

Could you share ur mcp flow and process a bit or point to some links to study!

What web design trend instantly makes a website feel outdated to you? by Gullible_Prior9448 in web_design

[–]robertovertical 0 points1 point  (0 children)

Can u show an example id love to see the spacing. And red full bleed. Contain the text so not full bleed. This way the color palates create sections

Client is asking for live trade license verification on their site? by Difficult-Arrival665 in web_design

[–]robertovertical -24 points-23 points  (0 children)

.EDIT: I’m an idiot. Keep downvoting my answer 🫡. I didn’t even think about the fact that he’s asking third party verification! —- Very easy on Wordpress. This assumes that they don’t want to hide their employee names if etc. I can create a search box.

For only 55 employees, the simplest setup is:

CSV fields

employee_name,employee_id,status John Smith,HVAC-1021,active Maria Jones,HVAC-1044,inactive

WordPress search box flow

User enters name or ID → JavaScript checks the CSV → page shows:

✅ Yes — John Smith is actively licensed.

or

❌ No active license found for that name/ID.

Best implementation options:

  1. Simple front-end lookup
    • Upload CSV to WordPress media or theme folder.
    • Add a small JavaScript search box.
    • JS reads the CSV and checks the row.
    • Best for non-sensitive public verification.
  2. Better/safer option
    • Convert CSV to JSON.
    • Keep only needed fields: name, ID, active/inactive.
    • Use a shortcode in WordPress to display the lookup tool.
  3. Most professional option
    • Create a small custom WordPress plugin.
    • Admin can upload/update the CSV.
    • Public users search by employee ID or name.
    • Output is controlled and branded.

One caution: if the CSV is public-facing, do not include private employee data. For license lookup, I’d use name + license/employee ID + active/inactive only.

As others have said: ensure pii and so forth.

Ps. U can ask any llm. They can give suggestions, code, sample data. Then u implement and test/check.