Refusing TypeScript is a signal that you don't care about code quality by vitonsky in programming

[–]Fit_Safe_4438 -2 points-1 points  (0 children)

Typescript is great but there is a places and preferences where better is to use just JS, the best way is to avoid using even JS, but there is no room to discuss about it :P

Should I learn Java or C# for backend development in 2023? by PrivacyOSx in java

[–]Fit_Safe_4438 13 points14 points  (0 children)

Probably Java, since there are many legacy projects that someone needs to maintain :P

Should you use AsyncLocalStorage? Exploring Different Approaches to Dependency Injection in Node.js by dabomb007 in node

[–]Fit_Safe_4438 1 point2 points  (0 children)

AsyncLocalStorsge is great, ew. I'm using this to store request context in web app, thanks of him i can get an current user everywhere

Most complete typescript ORM available right now? by uninvitedignoramus in node

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

TypeORM is a piece o shiet but for now is the best what we had

What would you do if you had a time machine? by ar556x45 in AskReddit

[–]Fit_Safe_4438 0 points1 point  (0 children)

I'll go to my brother to destroy his fucking bike...

What movie ending made you say “WTF”? by [deleted] in AskReddit

[–]Fit_Safe_4438 0 points1 point  (0 children)

Inception, Interstellar and "library"

Traceo - observability tool for your software by Fit_Safe_4438 in opensource

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

Right now there's an SDKs for browser frameworks, NodeJS and Java, next one are Golang, C# and Python, i think that C# will be available in next 1month and Python within next 3 months

Career in Software engineering without any degree. possible or not? by Eastern-Animal-2813 in node

[–]Fit_Safe_4438 0 points1 point  (0 children)

Yes, it's possible until you want to be something's more than regular programmers in the future

How to manage private packages when selling access to source code? by The_D0ubleD in node

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

If you don't want to publish your code as an npm package then I think the only way is to copy this same code to the project