HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gehen88

no profile record

comments

gehen88
·2 năm trước·discuss
Note that limiting content length only works with createPresignedPost, not with getSignedUrl.
gehen88
·2 năm trước·discuss
Only with createPresignedPost, not with getSignedUrl.
gehen88
·2 năm trước·discuss
Interesting! What would the integration between Storybook and a CMS such as Wordpress look like, ideally? How would you use it?
gehen88
·2 năm trước·discuss
SSO is not a requirement for secure software. It’s a requirement for enterprises because otherwise they have to manually keep track of everyone’s accounts everywhere, but that’s a management issue not a security issue (unless managed poorly).

Admittedly for many SaaS and OSS offerings SSO is an enterprise-only feature while it doesn’t have to be, but it’s the best discriminator they have to separate cheaper plans from enterprise plans. The alternative is to charge more for all plans, but then you lose out to the competition that does play this enterprise tax game.
gehen88
·3 năm trước·discuss
I was hoping for some interesting insight to be shared, but no it’s just a shallow opinion piece on why E2E is better than unit tests for web interfaces, without really explaining why.

The author misses that component tests don’t have to be like unit tests at all, they are more like integration tests if you test entire pages (which are components too), use actual user interactions and mock only the I/O (mostly network) layer. It’s like E2E without spinning up a backend.