KarolMaj
KarolMaj
Explore posts from servers
CC#
Created by KarolMaj on 2/23/2024 in #help
Course
Hey guys, just want to ask about your recommendation on courses for the .Net core platform. I am looking for a course that will cover async programming, and memory management in the application. Do you have any recommendations or any good courses worth picking up? Please let me know any help will be welcome.
2 replies
TTCTheo's Typesafe Cult
Created by KarolMaj on 2/19/2024 in #questions
Json-server + Next.js 14 deploy to Vercel
Hey Guys, Need help with deploying Next.js 14 app with json-server to vercel. I found some article about deploying only json-server and after some try still getting 404. https://trip-chakra.vercel.app/ . Do you know how to configure vercel.json to also build next.js app front end ? Json server - https://github.com/typicode/json-server Any help will be appreciate. vercel.json { "version": 2, "builds": [ { "src": "server.js", "use": "@vercel/node", "config": { "includeFiles": ["db.json"] } } ], "routes": [ { "src": "/(.*)", "dest": "server.js" } ] } https://ivo-culic.medium.com/create-restful-api-with-json-server-and-deploy-it-to-vercel-d56061c1157a
3 replies
TTCTheo's Typesafe Cult
Created by KarolMaj on 1/23/2024 in #questions
Need help with nvchad.
No description
4 replies