I’ll just say it: PHP. I mean the language itself is not really pretty (but came a long way).
But I’ve got a nice side gig running where I help small businesses and schools to keep their old PHP based websites running and secure until they can afford a new system. In that area money is often very tight and there are no “content managers” but a few people maintaining content with next to no technological knowledge and in their spare time. So changing systems is a hard task. Being the really decently priced guy who keeps their PHP ship afloat is pretty rewarding (not really monetarily but personally).
So working with PHP I have a very nice group of customers who are grateful for every bit of help. I love that.
JakenVeina@lemm.ee 1 year ago
C#. Comes with a first-class dev and debugging experience, a HUGE first-party BCL, cross-platform application support, and one of the best webserver frameworks out there.
TypeScript makes a reasonably-close second, not necessarily because it’s great, but because of how effective it is at making JavaScript usable.
huntrss@feddit.de 1 year ago
The first-class dev and debugging experience, is this with Visual Studio or Rider as IDEs?
Because I currently do C# with Linux + neovim + Omnisharp as Language Server and it is really slow and bad. Do you have any tips?
Entropius@lemmy.world 1 year ago
I’ve never used it on Linux but Rider seems fast to me on Windows. It’s snappier than Visual Studio + Resharper at least.
JakenVeina@lemm.ee 1 year ago
VS for me. I’ve heard notbing but praise for Rider.
I know there’s also a lot of popularity for VSCode, if you know what you’re doing and what all extensions you need to setup, but that makes for a much bigger barrier to entry.
Lucky@programming.dev 1 year ago
Rider on Linux has worked great in my experience
glad_cat@lemmy.sdf.org 1 year ago
I write C++ for a living but all the C# devs around me are very happy about this language.
ribboo@lemm.ee 1 year ago
Couldn’t have said it better myself! Lovely that it’s the most upvoted one.
pycorax@lemmy.world 1 year ago
Funny you list both C# and Typescript because the lead architect of C# also worked on Typescript.