Relative Content

Tag Archive for front-end

Usestate hook not working on nextjs

i have build my own state on next js but the usestate hook didn’t work I had already install latest version of next js & react also use “use client”

UI development approaches for high frequency data

I have a HTTP SSE endpoint that will be streaming data at around 1ms frequency. This data is a JSON payload that needs to move dial gauges, plot lines, etc. on a dashboard. Assume close to dozen or so widgets on dashboard that need to refresh at 1ms frequency. I have tried Node-RED dashboard. I noticed that, at 1ms, only one dial gauge refreshes and others freeze.

How to explain to my manager the importance of separation of concerns?

I’m an extremely novice web programmer working at a 2 person shop building websites, and we’re in the process of writing a simple website template system in PHP from scratch. My manager is entirely self taught. He has been insisting that we put our HTML directly quoted in variables, mixing our back end code with the front end stuff.

How to explain to my manager the importance of separation of concerns?

I’m an extremely novice web programmer working at a 2 person shop building websites, and we’re in the process of writing a simple website template system in PHP from scratch. My manager is entirely self taught. He has been insisting that we put our HTML directly quoted in variables, mixing our back end code with the front end stuff.

How to explain to my manager the importance of separation of concerns?

I’m an extremely novice web programmer working at a 2 person shop building websites, and we’re in the process of writing a simple website template system in PHP from scratch. My manager is entirely self taught. He has been insisting that we put our HTML directly quoted in variables, mixing our back end code with the front end stuff.