And here it is!!! My new programming language Osprey! This has been a 20 year long dream, finally made possible with AI assistance. So stoked this is finally possible! 🎉
Stars and shares appreciated! ✨
ospreylang.dev
I'm currently developing software outside the software industry.
No Scrum. No JIRA. No meetings. No sprints. No microservices. No Clean Architecture. No DDD, TDD or other acronyms. I just build the software.
I don't wanna jinx it, but this is therapy for me.
Why don't you use curl for testing APIs instead of Postman?
You can put your scripts right in your repo, share them and compose larger test scripts instead of navigating a labyrinth of collections in an external system
This is what curl was built for
Smart people often write the worst code because they're more comfortable with complexity and have larger working memory. I've encountered this so many times in my career
Don't write ✍️ code for the smart people. Assume the person looking at it cannot fit complexity in their head
Sorry for sounding elitist, but all the best software engineers I come across end up gravitating towards FP. It often takes them years as a gradual process, but FP solves many problems that OOP struggles with. I wish FP people would stop with the math and category theory though.
Can we finally admit that the #microservices craze was harmful to the software industry?
Sure, they are good in theory, but most teams end up with unmaintainable, slow, unreliable, hard-to-change monstrosities
We now use "modular monolith" as consolation, but I still say back-end
Node is just 🤬
I understand why you need to transpile to JavaScript in the browser, but why would anyone inflict this hell upon themselves for the backend or a mobile app?