this post was submitted on 10 Jan 2026
36 points (100.0% liked)
Web Development
4976 readers
4 users here now
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]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Gonna be that asshole who suggests neovim. Same deal with the insane plugin community but we have more control and can do more stupid (and useful) shit.
I've been using it for laravel development for years (though with blade mainly) along with, on seperate repos, react and react native. The tailwind language server works well too
On the running commands on save yeah you can either use hooks or just overload the :w command to do whatever you want. If you take the later route, anything after a ! In command mode runs as a command in your default shell (non-interactive mode)
It'll take some time to build out something to the level of vscode yourself but it's been very worth it for me. I feel like the editor is an extension of myself. Yeah, ok, that sentence felt like a bit too much dick sucking even to me. Seriously though it may seem simplistic at first but with the right plugin setup I've yet to find anything I miss from vscode and I was an absolute unit of a power user on that thing.
Glad you're able to adjust to a new workflow too because you'll need to be if you take the plunge.
Anyway, hope you find something even if you don't pick neovim. Just don't pick Emacs or I swear to god I will cry
Same I've switched from VSCodium back to AstroNVIM recently.
Just wanna chime in with PhpActor experience (most common php LSP in Mason): incredibly buggy in big projects. Code actions are basically broken, references randomly stop working every half an hour.
Laravel isn't my main beat, but if it were I'd have to spent a dozen hours fixing it first. Rust (rust-analyzer), python (pyright) and csharp (csharp_ls) are all a dream compared to it.