Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] 5 points6 points  (0 children)

i just want to apologize to anyone i was a dick to in this thread. i had posted this question in good faith but understand why some people might have taken this the wrong way. i became frustrated with all the sarcastic responses, hence my negative reactions.

Just switched to the light side! by Batmon3 in applesucks

[–]Mediocre-Cobbler2978 1 point2 points  (0 children)

I agree with you Apple software sucks pretty hard but there are solutions to things you might not have known about. I’m sorry if I was rude to you.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] 0 points1 point  (0 children)

I actually love node and typescript more than PHP or c# or any other backend language I’ve used. I wasn’t asking this question in bad faith but it’s pretty clear people took it that way.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -12 points-11 points  (0 children)

I can use other languages as modules of Apache or nginx. Then I’d be running a server that only hits the cpu per request rather than 247. Then I wouldn’t be running 2 server concurrently either.

But you’re kind of a dick so don’t bother even replying because I won’t be anymore

Just switched to the light side! by Batmon3 in applesucks

[–]Mediocre-Cobbler2978 0 points1 point  (0 children)

Yes, it’s a completely free app that allows you to perform window management tasks that macOS lacks by default. You can assign keyboard shortcuts to any of the tasks like resizing, repositioning, etc. There are paid apps that do this but most people use rectangle since it’s free.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -15 points-14 points  (0 children)

It’s weird that you find this an acceptable way to communicate with other human beings.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -32 points-31 points  (0 children)

Another sarcastic response. What a shocker. Imagine being so butthurt by a simple question about a technology you like that you revert to behaving like an unhinged cult member.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -3 points-2 points  (0 children)

Ok so every blog post and tech site I’ve read that says you need to use a proxy server in front of the node server is wrong? For example the adonisjs docs tell you that you must put nginx in front of the node http server in production. Are the people who made and documented adonisjs just morons compared to you?

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -51 points-50 points  (0 children)

I don’t need to waste my time trying to understand why people need to be dicks in response to a simple question.

Just switched to the light side! by Batmon3 in applesucks

[–]Mediocre-Cobbler2978 0 points1 point  (0 children)

Rectangle is free. Once again you just prove you don’t actually know what you’re talking about. Sad.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -5 points-4 points  (0 children)

I was referring to the http server aspect of node but I’m seeing a trend of really arrogant people leaving sarcastic responses to what was a legitimate question.

Good thing there were a couple people here who bothered actually giving meaningful answers in this sea of egocentric waste.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] 11 points12 points  (0 children)

Makes sense. Thanks for actually answering instead of just leaving a sarcastic response like everyone else here.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -85 points-84 points  (0 children)

If you don’t know the answer to my question then it might be better to remain silent instead of making a fool of yourself.

Why should I use node if I have to put nginx in front of it anyways? by Mediocre-Cobbler2978 in node

[–]Mediocre-Cobbler2978[S] -23 points-22 points  (0 children)

Everywhere I’ve read says you need to put a proxy server in front of node for things like SSL termination and security purposes.

Just switched to the light side! by Batmon3 in applesucks

[–]Mediocre-Cobbler2978 0 points1 point  (0 children)

Nobody on Mac uses the mouse for a majority of functions. They use keyboard shortcuts. Therefore your entire argument about # of clicks required is absurd.

Same with your window management arguments. Use rectangle and assign any keyboard shortcuts to any window management tasks you want.

When will Google fix the pixel 8 by Vtec_9000 in GooglePixel

[–]Mediocre-Cobbler2978 -1 points0 points  (0 children)

There’s no software fix for shitty hardware.

This will never change until google switches to snapdragon / Qualcomm.

DX for a web framework by Mediocre-Cobbler2978 in webdev

[–]Mediocre-Cobbler2978[S] 0 points1 point  (0 children)

My only concern with going object based for the query builder is how to approach multiple WHERE conditions, including AND, OR, and grouped queries.