Ironically you've failed to use your own app to build a landing page to capture leads! I bounced off immediately and would need to see an example before filling this stuff out.
Project management is definitely ripe for new competitors. But the pricing sales form dark pattern is so frustrating. Why do people do that? Does it really increase engagement? It legitimately pisses me off, and I'm the decision maker on taking on this kind of software or not.
In a world where chat gpt exists I think even work samples are untrustworthy sources of excellence unfortunately.
It would seem one has to either watch the process or devise unique and difficult to game tests.
He's talking about the Switch port library. It didn't support C# yet.
But also on the wider topic Godot still struggles with making C# a first class citizen compared to its home baked script language. They're improving things but it's not great yet.
I have no credentials to provide an informed opinion, but in my industry of gamedev where layoffs are currently widespread and massive, the consensus seems to be that the past 3 years saw unprecedented hiring growth due to covid etc and it has caused an otherwise "normal" consolidation cycle to be way larger.
For me I think it rings true - I don't think some dark storm is coming it's just the tide going back out after a big spending spree.
You can't be blamed for having that opinion given history. But Blazor is I think standing on the graves of those previous attempts and is looking extremely strong - it is as of even a year ago mature, well supported, and a deep ecosystem.
I think it's pretty safe to be optimistic at this point.
I would say Blazor is really very very good now. One of the most awesome things about it is that your skill with it transfers almost directly between a desktop app, web API, or web site. All the code is almost the same.
The answer is complicated, that's why.
In a good way kinda - you can build IL bytecode exes that are portable across all platforms and you can also build fully native platform specific binaries too (though there can be gotchas around library support).