@levelsio Just curious what vendor lock do you mean? I personally host a lot of nexjs projects on hertzner. I am using coolify to manage them. Took a few hours to get the initial setup working. Now i can deploy a new project in 5 minutes.
@AaryanBajaj18 Being able to think from a business perspective is very important in my opinion. I see a lot of people getting frustrated because they can only see it from an engineering standpoint. I also think communication and organizational skills are important when working in a small team
@hasan_3wada To start out as a jr web dev I would say a couple of months to half a year. The truth is the learning never stops and especially in the first years you will probably have to spend more time learning in your free time compared to devs with a degree.
@leeerob@amosbastian@nextjs What is the recommended way to do this on page load. Found that when I have a link or router.push the query does not refetch. Iโm using a regular anchor now to fix it. But would putting the query in a route.ts and fetch it be preferable for now?