vault backup: 2023-09-24 11:21:04

This commit is contained in:
2023-09-24 11:21:04 +02:00
parent e7a807c298
commit b225622c23
75 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,16 @@
---
tags:
- homelab
- web
relates-to: "[[Bun]]"
note: fleeting
---
So [[Bun]] dropped in 1.0 and it seems really powerful as a drop-in replacement for [[Node JS]]. It runs tests faster than [[Vitest]], builds and runs [[Typescript]] like there's no tomorrow and has a built-in package manager that's supposed to be way better than `npm`.
I'd like to test Bun with [[Astro]] as a full stack framework. [[Nuxt]] seems to work on it as well if SPA or high-interactivity is needed. Finally it should run [[Vue]] fine in [[Tauri]].
The thing I'm curious about though is the usage of a backend framework like [[Elysia]]. Elysia seems to only take care of the backend but is made for performance on top of bun for something like [[REST API]], [[Websocket]] API, that kind of stuff. It could be a good fit for anything that doesn't need a UI. It's the javascript equivalent of [[Fast API]] in python.
---
# References
- https://bun.sh/

View File

@@ -0,0 +1,13 @@
---
tags:
- devops
- company
- homelab
relates-to: "[[Starting my own game company]]"
note: fleeting
---
One possibility to make a company in Switzerland would be to provide pipeline and development infrastructure for smaller studios. I'm quite good at those things, it's interesting, and that could be a way to help lots of people in a niche which is not the same as every other as well as working on lots of projects.
For this to be viable though that would mean having more experience with #devops in general to provide [[Remote development]] environments, [[CI]]/[[CD]], etc.
---

View File

@@ -0,0 +1,11 @@
---
tags:
- web
relates-to:
- "[[Bun]]"
- "[[Homelab]]"
note: fleeting
---
I'd like upgrade https://impro-impact.ch/ to use both [[Astro]] and [[Bun]]. But Ideally I'd want to do it whenever I setup at least some [[Remote development]] with [[Coder]] on my [[Homelab]].
---