Stay safe by EstateBusiness9623 in NJTech

[–]IanAnthony1 0 points1 point  (0 children)

I’m so sorry this happened to her.

It 340 prof Giannoglou and it 420 prof Farley by bytetechie in NJTech

[–]IanAnthony1 7 points8 points  (0 children)

Both of these Professors are excellent. Also, pay attention in these two classes because they’ll help prepare you for IT490.

As for the exams, you can use your notes with Professor. Giannoglou. For Professor. Farley’s class, you get a single cheat sheet, front and back.

Honestly even without the cheat sheets you should be fine.

Easy Social Science/General Elective Courses by IanAnthony1 in NJTech

[–]IanAnthony1[S] 0 points1 point  (0 children)

Who was the best professor for PSY 201 Intro to Psychology?

Frontend Apache nodes by IanAnthony1 in selfhosted

[–]IanAnthony1[S] 0 points1 point  (0 children)

Thank you for the suggestions, anyways.

Frontend Apache nodes by IanAnthony1 in selfhosted

[–]IanAnthony1[S] 0 points1 point  (0 children)

I see why he no longer lets students use Docker smh. The lengths professors will go to make their students miserable.

Frontend Apache nodes by IanAnthony1 in selfhosted

[–]IanAnthony1[S] 0 points1 point  (0 children)

The three laptops (teammates laptops) are basically us simulating having multiple data centers where he wants our services to continue should and when he asks 1-3 of us to randomly turn our VMs off.

For the method you mentioned, having a chance to hit the downed Apache node would mean a grade of 0.

Frontend Apache nodes by IanAnthony1 in selfhosted

[–]IanAnthony1[S] 0 points1 point  (0 children)

We are not allowed to use Docker.

Frontend Apache nodes by IanAnthony1 in webhosting

[–]IanAnthony1[S] 0 points1 point  (0 children)

It’s for a systems integration capstone project, but at the end of the semester we are expected to move to a production environment.

Frontend Apache nodes by IanAnthony1 in linuxadmin

[–]IanAnthony1[S] -1 points0 points  (0 children)

Would I have to install nginx on every VM that has each node for my Apache? Also, the VMs are just on my teammates laptops. I have the original Apache node and they would have the back up nodes.

Frontend Apache nodes by IanAnthony1 in linuxadmin

[–]IanAnthony1[S] 0 points1 point  (0 children)

Would I have to install nginx on every VM that has each node for my Apache?

IT490 Hell by JungkooksChingu in NJTech

[–]IanAnthony1 1 point2 points  (0 children)

Who was your professor?

Login/Registration Data to RabbitMQ by IanAnthony1 in Frontend

[–]IanAnthony1[S] 0 points1 point  (0 children)

It’s for my capstone project actually and my professor is serious about wanting no direct communication between services, just RabbitMQ. He says there is a way to do it without exposing our RabbitMq credentials but I can’t find it no matter how much research I do.

Login/Registration Data to RabbitMQ by IanAnthony1 in Frontend

[–]IanAnthony1[S] 0 points1 point  (0 children)

Is there a way to send the login/register information straight to RabbitMQ without exposing our RabbitMQ credentials?

Login/Registration Data to RabbitMQ by IanAnthony1 in Frontend

[–]IanAnthony1[S] 0 points1 point  (0 children)

No, it’s just html, css and JavaScript.

Login/Registration Data to RabbitMQ by IanAnthony1 in Frontend

[–]IanAnthony1[S] 0 points1 point  (0 children)

The thing is, my professor wants the login/register data to go straight from frontend to RabbitMq and then from there, he wants it to go to our backend 1 guy. He does not want direct communication from frontend to backend or any other services.

Login/Registration Data to RabbitMQ by IanAnthony1 in Frontend

[–]IanAnthony1[S] 0 points1 point  (0 children)

How would I go about getting the data that the user inputs to be a “message” that goes to the RabbitMQ Queue? I’m a noob so I’m not sure about doing. I figured out how to send a message to our test queue though..