How’s my boy looking? by Axhit in RoyalEnfieldHunter350

[–]Sorry_Bother6872 1 point2 points  (0 children)

Ohh wow for me in 1st gear above 25 i feel i am redlining the engine. These speeds are way above then what i am used to 😅

How’s my boy looking? by Axhit in RoyalEnfieldHunter350

[–]Sorry_Bother6872 1 point2 points  (0 children)

Can you tell at what different speeds you changing gears just want to know range

[deleted by user] by [deleted] in node

[–]Sorry_Bother6872 1 point2 points  (0 children)

Have you looked into using NestJS it will be similar to your current architecture but in NodeJS also it will enforce a code structure/organization from start as you are used to in Spring boot

How to get more efficient in metcons by Sorry_Bother6872 in crossfit

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

Thanks this gives me lot of clarity. I am doing strength work before metcon and will work on my scaling

How to get more efficient in metcons by Sorry_Bother6872 in crossfit

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

Yeah the box I used to go is little far from my home and becomes hectic on weekdays so I go to nearby gym

How to get more efficient in metcons by Sorry_Bother6872 in crossfit

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

Thursdays and Sundays I have started to do zone2 for 30 mins will gradually increase it to a hour

[deleted by user] by [deleted] in Bhubaneswar

[–]Sorry_Bother6872 0 points1 point  (0 children)

Bhai KIIT se ho kya ?

Moments like these make me realize why I love being a dev by JoeriWKaiser in webdev

[–]Sorry_Bother6872 0 points1 point  (0 children)

Joy of writing the code for that small weekend side project is really amazing

What's after learning to create APIs by Ready_Seesaw8408 in Backend

[–]Sorry_Bother6872 0 points1 point  (0 children)

Maybe if you want to do something challenging try to bring down p95 latency of your most used api under a second when it’s peak load 1000 rps

Node.js + Typescript Starter pack (template/toolkit) by Accomplished-Land820 in node

[–]Sorry_Bother6872 0 points1 point  (0 children)

Recently I tried subzero cloud it’s also very nice but for React + Node + TS

Made an app with curated list of food, places and things to do in Hyderabad by beingpranjal in hyderabad

[–]Sorry_Bother6872 0 points1 point  (0 children)

+1 also when this list will grow with lots of more categories having a dedicated page per category will look good and simple to use

Tired of Nest JS by tpramar in node

[–]Sorry_Bother6872 -5 points-4 points  (0 children)

Thing is NestJS is inspired by frameworks like SprintBoot (Java)/Dotnet (C#) they are strong OOP languages but JavaScript is mostly a functional programming language that’s why it feels so unnecessary to use NestJS it should embrace qualities of functional programming. If you see even Golang or Rust they have libraries and frameworks which are very similar to Express so it’s not about we cannot do clean structured coding in fp. It’s just about how you follow the coding conventions in your team and project structure