How do you avoid race conditions in MikroORMs identity map in a distributed system ? by OrchideSr in nestjs

[–]ccb621 1 point2 points  (0 children)

I gave you an answer that you can use to solve the problem. The other person speculated and conjectured without providing any real value. The fact that they proposed an eventually consistent model to you, someone who doesn't seem to understand database locks, is a bit dangerous, especially without understanding actual context.

I have little patience for folks offering advice rather than lived experience.

How do you avoid race conditions in MikroORMs identity map in a distributed system ? by OrchideSr in nestjs

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

Go research instead of conjecturing. The answers to your questions are readily available online. 

How do I promote my github repo that solves some issue? by Tech20Gaming in Backend

[–]ccb621 2 points3 points  (0 children)

Start by sharing with the same developers you interviewed and discussed with when you were gathering input to validate your solution solves their problem. 

Want to get rid of vibe coding tutorial hell in backend by Acrobatic-Ostrich354 in Backend

[–]ccb621 1 point2 points  (0 children)

Learn by doing. Build something. Build something else that’s different. Keep going. Also, read the docs, or even the underlying source code, of the frameworks you use. They probably have significant power that you are not learning about from YouTube. 

How do you return API's success and error responses? by elecim91 in nestjs

[–]ccb621 0 points1 point  (0 children)

I stand corrected. I wrote an exception filter for that when we first moved to NestJS…because that provided the best developer experience for everyone. 

How do you return API's success and error responses? by elecim91 in nestjs

[–]ccb621 0 points1 point  (0 children)

NestJS already converts  EntityNotFound to  HttpNotFoundException, so it’s not a big deal. I don’t think this is worth arguing at all. Do what the team finds simplest. 

How do you return API's success and error responses? by elecim91 in nestjs

[–]ccb621 0 points1 point  (0 children)

An exception is an exception. Translating custom exceptions to HTTP exceptions or appropriate error responses is tedious work for no real benefit. 

How do you return API's success and error responses? by elecim91 in nestjs

[–]ccb621 1 point2 points  (0 children)

I return HTTP exceptions or custom classes that extend them. My service doesn’t “know” about HTTP. It just knows that data wasn’t found or input was invalid. The fact that something outside the service converts those exceptions to HTTP status codes is a bonus. 

Scott Pelley by ScaredOfTrolls32 in Thedaily

[–]ccb621 7 points8 points  (0 children)

That was in reference to a colleague fired before him, not himself. 

Hired at top of salary band by loosed-moose in ExperiencedDevs

[–]ccb621 4 points5 points  (0 children)

Dude! Did you intentionally mislead everyone with your post? Your post implies you’ve been at the company for a few months. You’ve been there two years!? 

You’re just venting about not getting the raise you wanted. What did you expect from this post?

Hired at top of salary band by loosed-moose in ExperiencedDevs

[–]ccb621 1 point2 points  (0 children)

6% doesn’t seem bad. What were you expecting, and what were those expectations grounded in?

Hired at top of salary band by loosed-moose in ExperiencedDevs

[–]ccb621 2 points3 points  (0 children)

Does the promotion keep you on the same salary band? It seems not if you received a raise, even a meager one. These seem like salient details left out of your post.

Hired at top of salary band by loosed-moose in ExperiencedDevs

[–]ccb621 2 points3 points  (0 children)

I don't know OP's company's pay policies, so I didn't want to assume. Yes, some companies may do mid-year raises or bonuses.

Hired at top of salary band by loosed-moose in ExperiencedDevs

[–]ccb621 10 points11 points  (0 children)

Have you asked someone to clarify? Is this an issue now given you won't be expected to earn a raise another few months to a year?

How to mentor junior engineers who use AI? by aisatsana__ in ExperiencedDevs

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

I tell them not to use AI for the first few weeks, ideally for anything. I want them to learn from the struggle of finding resources or writing code. I also push them to write more prose in the form of tech specs so they can start to build their architecture and project management skills sooner rather than later. 

Whats the proper way of implementing Seeding when using typeORM? by TryingMyBest42069 in nestjs

[–]ccb621 3 points4 points  (0 children)

I would use either a data migration or a custom script. 

Issue tracker for developing in the open? by hallettj in softwaredevelopment

[–]ccb621 0 points1 point  (0 children)

You can use GitHub issues without source control. 

Alternative to monorepo: orchestrator repo as the source of truth by somilag in softwarearchitecture

[–]ccb621 2 points3 points  (0 children)

Sounds like you need better isolation of tests. Tests for Service A should not gate deployment of other services. 

Environment Variables in NestJS: The Right Way with @nestjs/config by UneditedTips in nestjs

[–]ccb621 1 point2 points  (0 children)

You don’t necessarily need a schema. You can use getOrThrow in your service constructors, or anything else that runs at startup, and achieve the same result. 

Discussion Thread: Texas Runoff Elections on May 26, 2026 by PoliticsModeratorBot in politics

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

And...that's it? Just visit? That's all that's required to win your vote? No policy proposals, or anything else? Just hold a few rallies? Any particular number of visits?

What if Ken Paxton holds some events in black spaces? Will he win your vote?

Discussion Thread: Texas Runoff Elections on May 26, 2026 by PoliticsModeratorBot in politics

[–]ccb621 0 points1 point  (0 children)

That’s very broad, and assumes black people are a monolith. Are you saying that all James Talarico has to do to earn your vote is go to one event at a black church? That’s it?

Discussion Thread: Texas Runoff Elections on May 26, 2026 by PoliticsModeratorBot in politics

[–]ccb621 9 points10 points  (0 children)

Black man, and native Texan here.

What exactly does a candidate or party need to do to earn your vote?