patrickalima98
Explore posts from serversHow do I compute a cursor for kv.list?
Hi @jeff, this guide maybe can help you with cursors:
https://deno-blog.com/A_Comprehensive_Guide_to_Deno_KV.2023-06-30#pagination-with-list
2 replies
Is there any deno2+vue3 sample project?
Hi @诗酒趁年华 , have you looked at this project?
https://github.com/atinux/nuxt-deno-kv
It's not a project with a pure Vuejs, but it's uses Nuxt 3, Deno KV and Server-Sent Events, and runs in Deno Deploy.
You check the online project here:
https://nuxt-todos-kv.deno.dev
5 replies
Unable to update entrypoint configuration on Deno Deploy
The project is working perfect:
https://patrickalim-deno-deploy-78.deno.dev/
9 replies
Setup simple prod ready Rest API project
You can check this tutorial:
https://www.youtube.com/watch?v=J8kZ-s-5-ms
4 replies
Setup simple prod ready Rest API project
Hello, I've never used the Zed IDE. But for rest api you can use Hono for it:
https://hono.dev/
It's very good for serverless platform like Deno Deploy or CF Workes. With Deno you can use too express, oak.
https://docs.deno.com/examples/express_tutorial/
4 replies
DeployCTL deploy without getting a new github token every time?
Hi @BradMcA , Can you generate deploy tokens for your organization?
Org > Settings > Access Tokens
With this token you can export in your terminal or OS Env Variables as DENO_DEPLOY_TOKEN . So Deployclt will use this automatically!
4 replies