habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
habeyer's comments
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
Back-end feels really risky to me, because visual logic builders are just so limiting compared to code.
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
Great example of where low-code is a better alternative for a very narrow use case of development.
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
You CANNOT solve complexity by just making things "visual". Biggest low/no-code mistake.
habeyer | 3 years ago | on: Will low and no code tools ever truly disrupt tech development?
But as an "aid" to empower developers... absolutely.
The lowest hanging fruit for a low-code solution would be in the Front-End space since you're dealing with a visual medium anyway, and because Front-End work isn't "hard" as much as it's super tedious which is generally a good target for disruptive automation.
Of course one of the big challenges will be that devs are most comfortable coding in text-heavy non-GUI environments like the IDE or terminal, and any low-code tooling that leans on a visual interface is going to struggle.
This was actually a huge problem for me at https://rapidream.com (apologies for the shameless plug). I wanted a Figma-to-React dev-tool that I could actually use on my real "day-job" projects, but designing an interface and user flow for users who don't like low-codey tooling was almost a bigger challenge then the actual tech.
habeyer | 5 years ago | on: Ask HN: The state of Firebase alternatives in 2020?
habeyer | 5 years ago | on: I’m a contributor to expressjs and react-native and still in Bootcamp.
habeyer | 5 years ago | on: I’m a contributor to expressjs and react-native and still in Bootcamp.
habeyer | 7 years ago | on: The Alter Bible
If you haven't read the Bible in the original Hebrew here's an analogy: imagine the tactile, raw feel of Robert Frost, how the language he employs and the deliberate choice of words makes his poems feel as if they rhyme. Now compact all that into the extreme terseness of Emily Dickinson.
My weekly highlight is the public reading of the Prophets in the synagogue every Sabbath. The language, the rhythm, it's beautiful.
habeyer | 8 years ago | on: gRPC-Go Engineering Practices
habeyer | 8 years ago | on: gRPC-Go Engineering Practices
habeyer | 11 years ago | on: Translate any JSON object into valid Go Struct
It's not Front-End dev as a whole, just the "pushing-pixels" stuff.
There's a ton of difficult FE work (esp. state). It's just that when it comes to a lot of the "basic" styling and responsiveness there's a lot of tedious work that should be automate-able (just like any framework or library, the goal is to reduce unnecessary work, not to suggest that the work is trivial).