I need to create a MQTT broker cluster. I want to use aedes (as I already use it, albeit without cluster) and Docker. Note that I have never created a cluster b
My application is in Reactjs and C#. It was working fine until react-scripts was 2.0.3 but soon after upgrading the react-scripts to 5.0.0 I'm seeing below-cons
I need to solve a shortest path algorithm problem (in C). Basically I am given a file that contains the total number of rows and columns of a (sparse) matrix, t
I have a function called on keydown events. I have if(e.repeat) return at the start of that function to prevent the rest of it running if I hold down a given ke
I have my API configured on an EC2 instance (AWS) and have reserved an Elastic IP to be associated with my instance. I also have an ELB configured that points t
I'm a newbie in this sector. Here is the website I need to crawling "http://py4e-data.dr-chuck.net/comments_1430669.html" and here is it source code "view-sourc
What's a good way to ensure that a temp file is deleted if my application closes or crashes? Ideally, I would like to obtain a temp file, use it, and then forge
I am current developing an API endpoint in rails. I want to be sure the endpoint response with the correct error status if the data I need is invalid. I need an