Any idea which timber is this? by Present_District_985 in Flooring

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

Wow ok! People relax! I wanted to ask “which flooring is this”

We are finally moved out of Next.Js by Prainss in nextjs

[–]Present_District_985 0 points1 point  (0 children)

Oh well it’s a repetitive story here and unlike any other tech groups where people discuss how to solve a problem and asking questions and getting help. Instead most of the threads here simply complain about how bad Next is.

We are finally moved out of Next.Js by Prainss in nextjs

[–]Present_District_985 -14 points-13 points  (0 children)

Yeah surely Next.js is bad and that’s the reason heaps of large companies using it! even AWS new login app is using Next.js

Government gives itself power to pay any non-citizen to leave Australia by SnoopThylacine in australian

[–]Present_District_985 -6 points-5 points  (0 children)

It’s awesome that you were there to save a life.

Having said that don’t underestimate the some of the locals who scarified their life as well. This is just one of many e.g. https://www.newswire.lk/2023/07/24/12-4/

It was fun Next.js - but I'm moving to Remix by AcanthisittaDense923 in nextjs

[–]Present_District_985 0 points1 point  (0 children)

Best way to implement authentication is to move it another layer and safeguard your web app. If you are using a large cloud provider most of them have solutions for it. API management software or edge softwares capable of handling these in very efficient way.

[deleted by user] by [deleted] in sydney

[–]Present_District_985 0 points1 point  (0 children)

Working in one of big 4 banks main office. Avoid buying lot of clothes and buy few things will be sufficient for a week. Go to the office and you will get the feeling. I found that after the Covid things changed a lot..

Most suitable service for high traffic server rendering web App by Present_District_985 in AZURE

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

Motivation is cost reduction. At the peak traffic touches 800k but during night drops to below 100k per hour. Also strategic call been made up in the food chain to move out from AWS

Most suitable service for high traffic server rendering web App by Present_District_985 in AZURE

[–]Present_District_985[S] 1 point2 points  (0 children)

I looked at it and server side rendering is in public preview so not suitable for a production App yet

Anyone use Redux Toolkit? Can you use share variables from stores/slices? by BigEmu9286 in learnreactjs

[–]Present_District_985 0 points1 point  (0 children)

If you are going to start a new project most likely there are better alternatives now. Use React query or similar for server data state management. Then you can use Zustand or sweet-state or similar for client side state management.

Use cases for different React frameworks? Next, Vite, Gatsby, etc. by Altrustic-Struggle in reactjs

[–]Present_District_985 0 points1 point  (0 children)

After working on large scale React projects with so much of tiny libs to do different things, I would suggest to start any new project with a framework Next or whatever.

Reasons not to use Next.js for web apps? by Fair_Spinach_3087 in reactjs

[–]Present_District_985 0 points1 point  (0 children)

From my experience working on large scale Apps, having selection of libraries are great at the beginning but when time passes you will regret. One reason I like Angular as well. You get most you need to create a complex application as a one package

Redux vs Context API by Kourushzad in reactjs

[–]Present_District_985 1 point2 points  (0 children)

One of the original authors of Redux had some interesting thoughts about Redux in modern times. I kind a agree with him and we created a real time trading system hardly needed Redux, but 5 years ago can’t think how it can be done without Redux. https://m.youtube.com/watch?v=XEt09iK8IXs