Tfw literally every startup is looking for Node.js or React developers

>tfw literally every startup is looking for Node.js or React developers.

When is this meme going to end?

after the bubble bursts

>Node.js
Never. Javascript has finally matured to the point that shit like python+django and ruby+rails aren't necessary.

>React
Give it a year and ask again though it seems like other frameworks may start integrating ideas from React+Redux.

>watching make video on youtube
>guy built a VR fixed binocular
>opens that shit up
>fooken tablet inside as video device
>1st kek
>uses browser as the software to manage the video
>2st kek
>uses microcontroler with Node.js to connect to the browser
>1 ticket to kekistan pleas
Meme tech must end.

All tech is meme tech, pajeet.

>js
>mature
honestly? do you really believe this? what's array plus object in javascript? the language is fucking bananas and always will be

Well then bitch hope you like bananas

>Be OP
>Learn C++/C/C#/Similarly high-level language
>no real programming job wants me because my portfolio is shit/non-existent, I have zero personality or social graces, and I smell like Cheetos full time
>Fucking Node.js/React developers and startups ruining my life

>le array + object meme
>still relevant in the age of TypeScript and Flow
try again, doublenigger

>dad why did you get a tattoo of an ugly frog?
>...shut up and eat your mustard sandwich

you often find yourself adding an array and an object?

>Was a 25 NEET jobless with no educatin
>Learn Node and React and made a couple of projects.

One and a half years later I work for some hipster Startup, get payed really well, got a gf and started shaving.

Node literally saved my life.

>startup
>looking an experienced C++ dev for backend and a fresh out of uni kid to do angularjs/bootstrap/sass for our web frontend
>only pajeets and slavs applying that can't do either

what is this fresh hell

>c++
>backend

why

because our shit has to go fast.

Why would you ever need to add an object and array, Rajesh?

i think you are a 16 year old pretending to be something on the internet

oh, ok then. You're not right, but ok.

carry on sport

fuck, guess i have to do some shit with node.js then.

Why would using C++ to achieve a fast backend be so unbelievable?

We do financial software. GC pauses aren't acceptable, and we need a langauge that plenty of devs could work in.

Fast but esoteric language = no hiring
Popular languages are typically interpreted = slow.

C++ is a good middle ground between speed and being able to get developers to actually develop it.

The problem is that your "dynamically typed" (= shit) language doesn't protect you at all from doing stuff you don't mean to, but do anyway because you know, we're human and everyone makes MISTAKES? We invented compiler-level type checking to do that job for us but "nooo, fuck that, tests will take care of everything anyway"!

Until TypeScript (which is just slightly less shitty, mind you) completely replaces JavaScript (never), we're stuck with the latter. If only for maintenance reasons. There's no real way out: we'll be stuck with both low runtime performance and extremely fragile code for the eternity.

The babby probably meant "why not C". Don't mind him.

>GC pauses aren't acceptable

Eh, they can be mitigated enough for most applications if you know what you are doing on the JVM.

Of course, I don't know what you're doing.