yeracode
TTCTheo's Typesafe Cult
•Created by yeracode on 6/17/2023 in #questions
NEXTJS COOKIES AND CUSTOM APIS
if i made a request from nextjs server side to another server that assing a cookie will the cookie be on the server or the clinet ?
2 replies
TTCTheo's Typesafe Cult
•Created by yeracode on 6/7/2023 in #questions
How would i benefit from running docker in development
Hi I'm new to web dev and I'm experiencing some stuff with docker and i would like to get an answer for my question :
i have three envs
dev
in this env should i create a container that runs for example
yarn run dev?
prod
the prod is managed by Jenkins i guess
test
In testing env should i run a container to test my code?
1 replies