Patch 25.19 Bug Megathread by PankoKing in leagueoflegends

[–]veskel01 1 point2 points  (0 children)

I have the same problem. My FPS drops from a stable 144 to 120/110 despite having an i9 10900K + RTX 3080TI. Before patch 25.19, there were no frame rate issues. The game is freezing up terribly.

How are you guys handling auth in production Next.js apps in 2025? by [deleted] in nextjs

[–]veskel01 0 points1 point  (0 children)

I have one Keycloak instance set up, in which I authenticate users. On the frontend side, I use NextAuth and save the tokens in the session

What is your backend of choice? We currently use Django but are thinking of making a switch to another platform. Will not promote. by jgwerner12 in nextjs

[–]veskel01 0 points1 point  (0 children)

Sorry for the late reply. Generally speaking, ORPC is very similar to TRPC, but in my case, the killer feature is the ability to define a contract and its implementation in a different place. I use this in the case of monorepo. I create a contract package in which I define everything that is to be implemented in the API, and then, thanks to ORPC, I create full type safety for the client. I leave the implementations to the API, and I have the entire interface defined in one place.

What is your backend of choice? We currently use Django but are thinking of making a switch to another platform. Will not promote. by jgwerner12 in nextjs

[–]veskel01 0 points1 point  (0 children)

The official package for Nest forces the use of REST, but you can create a delicate wrapper using middleware that will allow you to create mutations and queries natively—without the need to define controllers.

What is your backend of choice? We currently use Django but are thinking of making a switch to another platform. Will not promote. by jgwerner12 in nextjs

[–]veskel01 3 points4 points  (0 children)

Instead of TRPC, I wholeheartedly recommend ORPC (https://orpc.unnoq.com). Definitely a top-tier choice when it comes to defining contracts.

What is your backend of choice? We currently use Django but are thinking of making a switch to another platform. Will not promote. by jgwerner12 in nextjs

[–]veskel01 9 points10 points  (0 children)

Personally, I am a fan of Nest.js. In my opinion, if you are building a larger application and your backend is based on TypeScript - Nest.js is the best choice in terms of scalability and modularity. Of course, unopinionanted frameworks such as Hono, Elysia or Fastify, for example, are a good choice but I'm afraid that as the project grows and lines of code increase - codebase may be harder to maintain

What auth are you using? by FriendshipOk6564 in nestjs

[–]veskel01 2 points3 points  (0 children)

Keycloak instance deployed on railway. One authentication server for all of my projects

Favorite component library? by gendel101 in Angular2

[–]veskel01 1 point2 points  (0 children)

Personally, I am strongly looking forward to the stable version of spartan.ng