musician
currently building: https://postgres.garden
blog: https://dfg.codes
github: https://github.com/DanielFGray
One of them is postgres.garden a browser-based #postgresql IDE built on vscode
It's all built with typescript, the backend is bun+Elysia
I have a bunch of plans for it and it's all on github.com/DanielFGray/Postgres-Playground
select
posts.*,
to_jsonb(user.*) - 'password' as user
from posts join users using user_id
select
posts.*,
to_jsonb(user.*) - 'password' as user
from posts join users using user_id
But I think there are some 3rd party clients experimenting with markdown support
But I think there are some 3rd party clients experimenting with markdown support
Making it look pretty with CSS is where it gets tricky
Making it look pretty with CSS is where it gets tricky
It's pretty wild how easy it is to get up and running with a 3D game now, today within 30 minutes I had a player that can move around and jump on things thanks to the Unity asset store
It's pretty wild how easy it is to get up and running with a 3D game now, today within 30 minutes I had a player that can move around and jump on things thanks to the Unity asset store
The database parts at least (which aren't wired up to the frontend yet)
The database parts at least (which aren't wired up to the frontend yet)
I don't think there's any possible way for it to work without JavaScript
I don't think there's any possible way for it to work without JavaScript
github.com/junegunn/fzf
github.com/junegunn/fzf
this wraps github.com/agkozak/zsh-z to show an interactive list of directories you can jump to sorted by frecency (frequency+recently)
at least, if you dont give it any arguments, or it's bypassed to regular z
this wraps github.com/agkozak/zsh-z to show an interactive list of directories you can jump to sorted by frecency (frequency+recently)
at least, if you dont give it any arguments, or it's bypassed to regular z
Much better case for bun over npm
Much better case for bun over npm
I ended up going back to my own config in the end it's a great jump off point
I ended up going back to my own config in the end it's a great jump off point
I'm happy that it's made so much progress but I've yet to come across anything that's made a compelling case to give it another shot.. but maybe one day
I'm happy that it's made so much progress but I've yet to come across anything that's made a compelling case to give it another shot.. but maybe one day
It's a data serialization format that allows two disparate programs to share data, borrowing a subset of the syntax used in JavaScript
You could use nested arrays to structure the data, but that would be a choice not a requirement
It's a data serialization format that allows two disparate programs to share data, borrowing a subset of the syntax used in JavaScript
You could use nested arrays to structure the data, but that would be a choice not a requirement