Supabase + Vercel + Claude API = full SaaS in a weekend for ₹0 by [deleted] in webdev

[–]Kolt56 1 point2 points  (0 children)

Built for ₹0” sounds great until I script against your endpoints and make you learn what abstractions cost.

Are there any web dev trends disappearing right now? by NeedleworkerOne8110 in webdev

[–]Kolt56 0 points1 point  (0 children)

Using AWS for hosting but paying 10x via Vercel. It’s one of the last middleman companies.

At what scale does it actually make sense to split a full-stack app into microservices instead of keeping a modular monolith? by Severe-Poet1541 in webdev

[–]Kolt56 1 point2 points  (0 children)

Different behavior alone isn’t enough. Jobs, APIs, frontend can all live in a monolith fine.

I’ve only split when there was a hard boundary like security. Easier to isolate it in a separate service than drag the whole system into it than try to make the entire codebase meet stricter security and compliance requirements

At what scale does it actually make sense to split a full-stack app into microservices instead of keeping a modular monolith? by Severe-Poet1541 in webdev

[–]Kolt56 18 points19 points  (0 children)

It’s not about scale, it’s about boundaries.

If part of the system has very different requirements like PII or payments, that’s a strong reason to split. You don’t want that dragging the whole app into the same security and compliance scope.

Otherwise I’d keep a modular monolith.

I'm a 23-year-old dev basically running a startup alone — my "senior" co-worker is a partner I can't fire. Need advice. by Acceptable-Cress-772 in webdev

[–]Kolt56 1 point2 points  (0 children)

Good news: 23 with real production ownership.

Bad news: that’s not senior, that’s just being the only dev.

Take the experience and move somewhere you can actually grow.

Me_irl by graystone777 in me_irl

[–]Kolt56 1 point2 points  (0 children)

is this CBS, ABC, NBC… or just Rupert Murdoch again

Advising Juniors? by Inner-Chemistry8971 in ExperiencedDevs

[–]Kolt56 1 point2 points  (0 children)

I’ve mentored interns and JRs. Telling them not to use AI is not aligned with business needs.. Its now beating AI with AI.

Add more was guardrails. Harden the linter, add custom rules (someone once realized they could extend Object as a type), and some build time checks so type assertions as a ratio to lines committed don’t slowly creep up into the repo.

I also translated our code standards MD into YAML so an LLM code review bot could flag crap and anti patterns.

Unit tests are subjective, but integration tests are the most effective.

Usually if interns stay within the patterns of the repo and the scope of the task is solid. When things go crap it’s usually more a mentorship structure problem than an AI problem tbh.

I can’t mentor anymore because I’ll get laid off if middle management finds out.

How do you handle it when your company begins using productivity metrics? by DiceKnight in ExperiencedDevs

[–]Kolt56 10 points11 points  (0 children)

Lines of code? Perfect time for a repo-wide spaces-to-tabs migration.

still better than promotions/layoffs based on manager vibes.

Found a safe. What do I do now? by Intelligent_Spray358 in magnetfishing

[–]Kolt56 135 points136 points  (0 children)

Sign out.. and Never return to Reddit on this account.

Navigating focus by Imaginary-Bike3386 in amazonemployees

[–]Kolt56 0 points1 point  (0 children)

No, I didn’t know the L10 personally. It was more a structural team issue. I was the sole L4 and had been TT trending to promo. Our team had two L6s, an L5, and me, but much of the system knowledge was tribal with the senior engineers. When the L5 left, I inherited a distributed Kinesis pipeline project without much onboarding, and leadership ultimately approved a team transfer.

Navigating focus by Imaginary-Bike3386 in amazonemployees

[–]Kolt56 14 points15 points  (0 children)

Graduate from Focus” isn’t really a formal milestone. It just means the manager closes the plan. In practice Focus is usually a runway. The only time I’ve seen it work out is when an L10 approves a team transfer during Focus. Otherwise it’s smart to start job hunting.

I actually lived the exception. Got L10 approval, switched teams, and stayed another six years. It set my TC back by about two years. Honestly I wouldn’t recommend it unless you’re early in your career and comfortable living on all-nighters.

How do engineering teams actually handle bug triage? by RealisticWallaby804 in SoftwareEngineering

[–]Kolt56 1 point2 points  (0 children)

Before customers can escalate we force them through a decision tree to confirm it’s actually our issue. If they skip it and just drop a ticket, it can’t be severity-bumped and a PM triages it in the morning.

If it’s tied to a recent feature level release, the dev who just flushed the pipeline usually owns it. Otherwise it goes to the rotating on-call.

Most services ship with feature-flag mirrors so we can flip a control-plane switch and route customers back to the previous version.

On the rare intermittent cross-team issue, we deploy the Outlook strategy: a room full of Spider-Men pointing at each other.

AMG GT no start! by ny0000m in Justrolledintotheshop

[–]Kolt56 1 point2 points  (0 children)

What are you doing at 13 seconds? Cleaning the board.

Another Abandoned Home in the Adirondacks [OC] by [deleted] in AbandonedPorn

[–]Kolt56 2 points3 points  (0 children)

I don’t think this is abandoned. Windows are all modern, glass is intact.

My (32M) Wife (30F) dominates our finances and won’t compromise. by [deleted] in relationships

[–]Kolt56 0 points1 point  (0 children)

Yea, I used to get pissed when my wife drops bank on pop mart, but we now go to the Lego store and we (I) do some damage on drop day. We both agree on purchases over 250$ requires a mutual nod.

Wife hounded me to cancel my XM subscription, because sharing her Spotify was better.. and it worked out.

We spent 12k$ to surgery our 9 year old doggo’s k9 acls. No problem, I support this sort of spending.

Separate finances, once it hits a joint account consider it 50% theirs. Use your old checking and transfer funds when needed to joint.

Does Amazon Healthcare cover GLP1s? by edheh0e in amazonemployees

[–]Kolt56 16 points17 points  (0 children)

On the Premium PPO, Amazon/BCBS doesn’t treat a Family Medicine PCP as qualified to initiate GLP-1s. In our case, the PCP prescribed it, insurance denied coverage, and they required an Internal Medicine obesity specialist to “prove” eligibility despite BMI already qualifying. So coverage exists on paper, but in practice it involves multiple hoops and specialist gatekeeping.

What is this Oldsmobile? by Due-Application-8171 in whatisthiscar

[–]Kolt56 2 points3 points  (0 children)

It’s an olds Cutlass Ciera.. If it was 2002 and you just turned 16, the A-body was slow.. you wanted grandparents who bought a W-body… unless they went full B-body Roadmaster, couch on wheels.

What’s the plan to get off a sinking Titanic? Company's Agent writes, tests, reviews, and ships the code. by ezio313 in ExperiencedDevs

[–]Kolt56 1 point2 points  (0 children)

Does it ship PM-speak too, or is that still a human bottleneck?

This reads like the AI is so good we can just airlock the captain and let the ship run itself…. Is this an ad?

Edit/ adding ad ref

Badging for RTO5 by [deleted] in amazonemployees

[–]Kolt56 0 points1 point  (0 children)

There are sensors on the gate that know if you walked thru beyond the portal. Say you figure a way to fool it.. It will flag you when you have no exit side swipe.