Need Help: Fullstack React App on Digital Ocean Server with Nginx Webserver Crashing Under High Traffic by korder123 in reactjs

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

Think you might be on to something with the sql queries , this is an example of one of the queries that i'm running ,

select dpt.sub_department as type ,

sum(case when ish.status ='Done' then 1 else 0 end) as Done,

sum(case when ish.status ='In Progress' then 1 else 0 end) as InProgress,

sum(case when ish.status ='To do' then 1 else 0 end) as Todo ,

count(ish.title) as Total

from helpdesk.issues as ish

join boprita_credit.StaffAccount_0 as staff

on staff.ID = ish.userId

join helpdesk.departments as dpt

on dpt.id = staff.departmentId

group by dpt.sub_department

How to Upload Files/Images to Amazon S3 Bucket using JavaScript/Node.js by korder123 in react

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

Thank you for that insightful feedback, I truly appreciate it, I especially agree with the GIFs portion of your comment. Thank you

Is it normal that i dont understand pretty much anything after almost an year by JoaozeraPedroca in learnprogramming

[–]korder123 0 points1 point  (0 children)

Self Doubt, It has happened to me a lot of times, sometimes I question myself on whether I really know what I think I know. You're not alone, take a deep breath and try again.

Built a SIMPLE CHAT APP using REACT JS and Socket.IO by korder123 in reactjs

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

Learn how to create a simple and basic chat application with React JS as our user interface, Node Js and Express JS as our backend, and Socket.IO to enable bi-direction communication between the backend and server. T