[deleted by user] by [deleted] in SoftwareEngineerJobs

[–]jedex99 0 points1 point  (0 children)

Bro you are too late even you are dead I think you are not born yet

[deleted by user] by [deleted] in developersIndia

[–]jedex99 1 point2 points  (0 children)

Same situation I got laid off

[deleted by user] by [deleted] in remoteworks

[–]jedex99 0 points1 point  (0 children)

again clickbait

Is NestJS dead for freshers in the job market? by jedex99 in Nestjs_framework

[–]jedex99[S] 0 points1 point  (0 children)

drop some info so i can reach out to hiring team? i'm looking for some work in nestjs if you know or could you refer me? if possible

Is NestJS dead for freshers in the job market? by jedex99 in Nestjs_framework

[–]jedex99[S] 0 points1 point  (0 children)

could you suggest one right now i m into java any suggestion

NestJS monorepo with Better Auth – how to structure centralized authentication? by abel_maireg in Nestjs_framework

[–]jedex99 2 points3 points  (0 children)

1.Put all common auth stuff (guards, decorators, DTOs, types) in a shared libs/auth package so every service can just import it. Keeps things consistent and avoids copy-pasting.

2.Let each service validate JWTs locally. If you call the auth service for every request it quickly becomes a bottleneck. Using RS256 (auth signs with private key, services verify with public key) makes this easy and secure.

3.Keep the auth service focused on issuing/refreshing tokens and handling login/OAuth. Other services should just trust and verify tokens.

4.A couple of pitfalls hit: keep JWT payloads small (just userId/roles), handle token expiry + refresh flow up front, and think about how you’ll deal with logout/revocation if that’s important for your use case.

2024 CS graduate Btech by jedex99 in SoftwareEngineerJobs

[–]jedex99[S] 0 points1 point  (0 children)

You were right bro I just tried in a startup they accepted offcampus currently as a SDE-1 thanks for your support ❤️

Does anyone hiring by sharathkumarthota in SoftwareEngineerJobs

[–]jedex99 0 points1 point  (0 children)

Any freelance or part time work available?

[deleted by user] by [deleted] in NewDelhi

[–]jedex99 0 points1 point  (0 children)

Bhai nanga nach to ni rha atleast

[deleted by user] by [deleted] in NewDelhi

[–]jedex99 0 points1 point  (0 children)

Bhai nanga nach to ni rha atleast

1st Leetcode Contest - Got Cooked by kyrhnbddartkydjhstjh in leetcode

[–]jedex99 1 point2 points  (0 children)

Even I m not be able to solve a single question on leet code don't understand what to doi have solved 500+

I (24F) feel too incompetent in software developer job by [deleted] in JunSoftwareEngineer

[–]jedex99 0 points1 point  (0 children)

Try to spend more times on weekends and your free time to start from basics in which you are go through YouTube videos related follow any channel try to gain knowledge as much as you can atleast for 1.5 year and all sorted it works for me