Can I use it on Linux now?
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
When could you not?
Fuck bun. Changes everything to save what a whole minute at best.
Changes what exactly?
Bun is supposed to be a drop in replacement for node and it can work like that for many apps currently as far as I know.
So it only comes with and will come with improvements.
At scale it could potentially save a lot of money.
Sounds like it will help with developer experience too so.... I can't tell why you hate it.
Personally I think deno and bun will find their space (which may overlap over a lot of space that node currently takes) and their existence is a net good.
I refuse to install nodejs on my personal PC. Too big, too pervasive, not observable. These tools, Deno and Bun, allow me to work on node/js/ts projects. At least, when they are compatible, which sadly they are not always.
I have never heard that take before, but to each their own.
And if you prefer deno/bun, that's great, I still think they are the future, hopefully they get closer to 100% node compatibility, I'm sure it just needs time (node spec is likely very huge by now).
Do you work with many different projects? What's the failure rate of deno/bun not working out the box for you (I'm curious)?
At work, I don't have to work with node projects at all.
Outside of work, some drive-by contributions or where I contribute or would have liked to contribute. For example, on OpenTermsArchive, or the Nushell website (where it doesn't work with their vuepress, unfortunately).