(no title)
jsiva
|
2 years ago
Is it a matter of not finding the problems solved by LAMP/js frameworks interesting? Or in the cases where you solve the same issues as the frameworks, are you not finding the upsides of using frameworks compelling enough to justify learning them enough to become more productive?
sbjs|2 years ago
1. I'm really bad at memorizing things, I'm better at memorizing principles. Which makes most APIs like Rails and Django difficult for me. This is probably why I ended up writing my own SSG where everything is just a Node.js import, even HTML is (via JSX, via my own lightweight runtime).
2. I'm really bad at accepting doing things the wrong way when the right way is so much better and obviously so. For example, I struggle to force myself to use EJS or any traditional express-compatible templating engine. This is also why I wrote my own on-top-of-node runtime with JSX support.