Thursday 1 October 2020

API needed for calculating toxicity in users' comments

/r/webdev/comments/j3fekt/api_needed_for_calculating_toxicity_in_users/

Submitted October 01, 2020 at 09:40PM by sohumm

Noob question about ECONNRESET and error handling in general

Hi I‘m new to this, but I‘ve built a gameserver with Node and it works pretty well so far. Now all of a sudden my script crashes whenever I close the TCP connection on the client‘s side. Sending a request to the server to close the connection server sided works, but what if a client crashes (Alt+F4)?How do I find the mistake in my code? What do I need to change so that the server ignores disconnecting clients? VS outputs a bunch of code into the console and I dunno what to do with it. I‘m completely lost...

Submitted October 01, 2020 at 09:14PM by Deep-Gate

Any good electron code for user name/password authentication? (Not oauth)

i am looking for some code example code in electron js which can give me some guidance how can i authenticate username/password from the sqlserver database table. If the code sample in a course also i am ready to buy it. I couldn't find anything over the internet, so asking to the experts here.

Submitted October 01, 2020 at 09:21PM by selva-online

PostgreSQL and Firebase in one web application

i'm developing a web application with ReactJs(frontend) and NodeJs(backend) and it's using PostgreSQL for storage data. i also need realtime updates, chatting and notifications. should i use both of them in one app or is there a better solution? Note: i will create an mobile app in future for this web application

Submitted October 01, 2020 at 07:47PM by DareSame

Should I learn Backend Development or DevOps?

I wanna be able to work remotely from my country (Egypt) and I'm down to learn anything to speed up that process. I know some frontend basics and python, but that's about it.Which path would you choose?Path 1 - backend developmentPath 2 - devops

Submitted October 01, 2020 at 06:39PM by 29092

Wrote my first article on Node's thread pools. Would love some feedback!

This is my first time posting on reddit about NodeJS. I decided to share an article I recently wrote about Node's thread pool and some performance limitation to take into consideration when writing I/O and CPU intensive code. I'd love some feedback on the article. You can find it here:https://medium.com/@ochedid95/nodejs-thread-pool-performance-limitations-33e77811ff5b

Submitted October 01, 2020 at 06:20PM by omarchedid95

Wrote my first article on Node's thread pools. Would love some feedback!

This is my first time posting on reddit about NodeJS. I decided to share an article I recently wrote about Node's thread pool and some performance limitation to take into consideration when writing I/O and CPU intensive code. I'd love some feedback on the article. You can find it here:https://medium.com/@ochedid95/nodejs-thread-pool-performance-limitations-33e77811ff5b

Submitted October 01, 2020 at 05:39PM by omarchedid