Details
-
AboutProgram when I feel like doing so... lately not so much 😬
-
SkillsTS, JS, NODE JS, LUA, GO
-
LocationNL
-
Github
Joined devRant on 3/13/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@ZioCain where did you get that stepsister? You're a lucky man 😏
-
👌 homepage
-
If you want a more Java like experience with nodejs maybe look into https://nestjs.com
-
Makes more sense now, keep us updated on your love story 😉
-
Weird pic but nice story. Hope has been recharged...
-
Saw a upcoming one called polka but it's still in development. depends on what performance you want, if you want more req/s then just put it behind a load balancer and run multiple instances of your nose process 😀
https://github.com/lukeed/polka
(Also has some benchmarks of other frameworks) -
Stupid rant, I'm going to make a rant soon to rant on ranters that make these kinds of rants.
-
Just use this package,
https://github.com/typeorm/typeorm/... -
Aka Typescript
-
You need to learn how to Google then 🤣 there are too many sources, what sources of tutorials do you want? YouTube, blogs or just API documentation?
-
@JohnDoesNot well if you want a nicer version of js you need to compromise on something, and isn't nodejs already a dependency shitstorm? Aren't there tools to make it less of a shit storm (yarn)? Build tools to compile all those dependencies into a nice package that has all stuff that is not used filtered out? I think saying typescript adds a shitstorm of dependencies is true but also not. Once you get into the type flow you cannot live without just because you spend more time coding. Compared to normal js where that time is spend debugging / figuring out what all the code does?!
-
Add one or more pictures to the readme like most themes have, maybe I'll try it then 🙂
-
Typescript, is the answer to most of your problems probably 😉
-
And on line63 ish you check for firstChar multiple times, this could be done easier by doing:
if (["a","b","c"].includes(firstChar)) {}
It's also faster 😉 -
Looks like just gitbash
-
Need to use this in school, first thing I did is install Intelij
-
Nest +1
-
Concurrent vans 🤔
-
If you go for nodejs look into typescript, it's best of both worlds. It's made by Microsoft and let's you sticly type JavaScript. Most popular NPM modules have support for it and if not then just that part will not have linting if you don't implement it yourself. After using typescript for one of your projects you'll never go back. But if you look for performance nodejs is not that great if not done correctly.
-
Another redesign... How many times are they going to redesign something.
-
https://code.visualstudio.com/
-
@criscola just saying it sucks doesn't help anybody come with some facts.
-
Didn't even see that the blur thing was annoying me 😬
-
Good old bad VGA cable 😤 why do people still use analog when we have digital.
-
I was close but didn't see it 😢
-
This devrant comment section is triggering me I can't see the comments live updating 😠
-
What documentation just go look at the source? Make your own most of the code is open source or look at one of the many shitty tutorials or google
-
Go use python pip for example... You will be happy with NPM it's better than any package manager I have ever used.
-
You can send your own http status codes I don't see the point. You could also make your own version and then use that in all your projects. I am MAD at all the people whining about NPM it works if you use it the right way...
-
The contact us is offset to the right on mobile 😉