What thing really raised the bar for your expectations of developer experience when you first went to use it?
For further actions, you may consider blocking this person and/or reporting abuse
What thing really raised the bar for your expectations of developer experience when you first went to use it?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (83)
Zeit Now + NextJS. Specially now with the latest release, its b e a utiful. From start project to CI in no time.
Next.js
Ruby.
I can do so much with less amount of code. It's Truly made for developer's happiness.
I think that I'll always be enamored by Python. The ability to pull powerful scripts together in just a few lines of code is really amazing to me.
Language: C
Library: Laravel Collection Api or RxJava
Tool: Neovim
I feel that GitLab exemplifies good dx.
I'm not an expert user by any means, but from what I've seen, it houses almost everything software teams would need for a full stack without requiring endless context-switching (thus saving significant development time and sparing focus in the long run). Not to mention the syntax themes, great 3rd party integrations, and more :)
Typescript. I mean just wow! 🦄
I particularly like Kotlin. It can do everything Python/JavaScript can, plus more. But I have to agree it is more restrictive to write than TypeScript.
On a little shaky footing do I like TypeScript. I can even run a CLI script with
ts-node, and I can always escape to JavaScript withanyand// @ts-ignore. It also integrates well with the IDE, if you don't escape to JavaScript. Being JavaScript in nature, it feels patchy here and there. Still, I prefer to write server-side code and CLI scripts in TypeScript.Some comments may only be visible to logged-in visitors. Sign in to view all comments.