Just installed @deno_land Excited to learn!
Conversation
Notices
-
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:37:51 JST Alex Gleason
-
Embed this notice
MattZ (colinsmatt11@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:39:16 JST MattZ
@alex @deno_land It's go like but without Google's telemetry Alex Gleason likes this. -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:42:10 JST Alex Gleason
@colinsmatt11 @deno_land It has a built-in bundler ? https://deno.land/manual@v1.29.4/tools/bundler
-
Embed this notice
MattZ (colinsmatt11@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:42:57 JST MattZ
@alex @deno_land And a formatter, linter, test runner, task runner and more. In conversation permalink Alex Gleason likes this. -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:44:36 JST Alex Gleason
@colinsmatt11 @deno_land I want to build an ActivityPub node in this. These are my notes so far:
- Deno
- Hono https://github.com/honojs/hono
- Prisma https://www.prisma.io
- Postgres
- Background jobs: ???
I’m a little stuck on background jobs, because I want something like Oban ( https://github.com/sorentwo/oban ) that uses the Postgres DB to store its job queue.
In conversation permalink Attachments
-
Embed this notice
MattZ (colinsmatt11@gleasonator.com)'s status on Tuesday, 17-Jan-2023 12:44:47 JST MattZ
@alex @deno_land It can install npm packages but I don't like that even a little bit. In conversation permalink Alex Gleason likes this. -
Embed this notice
MattZ (colinsmatt11@gleasonator.com)'s status on Tuesday, 17-Jan-2023 13:34:13 JST MattZ
@alex @deno_land One thing I like about deno is built-in support for import map, never have I hated package.json this much after using it. In conversation permalink Alex Gleason likes this. -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Wednesday, 18-Jan-2023 00:37:11 JST Alex Gleason
@tbonesteaks @colinsmatt11 @deno_land Thank you for the link, could be!
In conversation permalink -
Embed this notice
tbonesteaks (tbonesteaks@gleasonator.com)'s status on Wednesday, 18-Jan-2023 00:37:12 JST tbonesteaks
@alex @colinsmatt11 @deno_land Will pgboss work for a oban replacement? https://github.com/timgit/pg-boss In conversation permalink Attachments
-
Embed this notice