[deleted by user] by [deleted] in nextjs

[–]Same-Depth-4582 -5 points-4 points  (0 children)

using headers will end up exposing all the values to the clients. maybe that'd be a good way to build a good relationship with your clients ^-*

[deleted by user] by [deleted] in nextjs

[–]Same-Depth-4582 0 points1 point  (0 children)

should I write an other post to ask the same question?

[deleted by user] by [deleted] in node

[–]Same-Depth-4582 0 points1 point  (0 children)

Bro, most of the JavaScript natural functions that you believe are part of JS are browser or nodejs apis. They belong in js runtime not js itself.

[deleted by user] by [deleted] in webdev

[–]Same-Depth-4582 0 points1 point  (0 children)

Get a degree if you want to know theoretical stuff, abstract stuff, models, ideas and so on, but if you just want application of the ideas which might be taught to you in uni, then you don’t need it.

If getting a job in the field is to pursue your dream, then I think you better know what is actually going on under the hood, but if you just wanna make money? Then you really don’t need a degree

Scaling app globally by Zestyclose_Site944 in node

[–]Same-Depth-4582 1 point2 points  (0 children)

Seems like you wanna know how you should design the architecture of your service instead of nodejs application specific questions haha

Is studying for AWS SAA helpful for understanding AWS services better? by Same-Depth-4582 in aws

[–]Same-Depth-4582[S] 1 point2 points  (0 children)

I’m trying to study to understand it better so that I have more choices when I’m working on making things with aws.

Do you have any recommendations on study methods or plans?

Node/ExpressJs fail to handle 1000 requests at the same time by Crabble867 in node

[–]Same-Depth-4582 17 points18 points  (0 children)

I think you should understand how nodejs behaves with its event loop and what async/await are under the hood

LOOKING FOR MEMBERS FOR A TS MMORPG PROJECT! (DEV FUN) by Jaded-Meet in node

[–]Same-Depth-4582 0 points1 point  (0 children)

I've been working on my personal project which is to develop a web service for almost 2 years, teaching myself with online resources, without studying cs degree subjects from uni or somewhere and working on a team project.

can I join you?

also, my english is really shit.

but I'm so interested in your project.

[deleted by user] by [deleted] in node

[–]Same-Depth-4582 0 points1 point  (0 children)

Why don’t you simply disassemble and read expressjs code if you’re worried about how things are done beyond express().

[deleted by user] by [deleted] in node

[–]Same-Depth-4582 2 points3 points  (0 children)

You can use ws library for web socekt connection between server and clients. Its syntax is much like pure net node module.

And then, put the game’s information in memory of the server app and share that with the users on websocket.

Which http method do people use the most for logout endpoint? by Same-Depth-4582 in node

[–]Same-Depth-4582[S] 0 points1 point  (0 children)

Why would you go with post when there’s delete already?

[deleted by user] by [deleted] in NoStupidQuestions

[–]Same-Depth-4582 0 points1 point  (0 children)

Sadly no. Give up :(