HN user

kokizzu2

46 karma
Posts5
Comments50
View on HN
Thoughts on Svelte 3 years ago

rewritten an nuxt+vue2 svelte like 2 months ago, and I love it, it just works, no gotchas

bind:this is amazing, just lack of IDE support

I like fiber the most, but can use anything like echo (and past companies use only httprouter, gin, httpkit, etc)

as long as the codebase not overly layered, I guess any framework is fine

only need to split to 3 kind of layer:

1. serialization/transport layer (codegenerated) -- framework goes here

2. business logic layer (one that unit tested), only input struct, transform/process, and output struct (DTOs)

3. persistence/3rd party layer (codegenerated too), add additional go source code file for things that wasteful to be codegenerated, only input struct, basic persistence methods or network calls, and output struct (DAOs) goes here

if using gRPC layer 1 already codegenerated, so only need to fill layer 2 with business logic and codegenerating layer 3.

same here, but not about MFA, to complete transaction using one of Indonesian payment gateway only allowed within 1 minute XD slow phone opening OVO app + slow internet would sometimes failed, receiving push notification, loading app took 40s total hopefully entering pin and submitting within 20s

even other payment gateway have 5 minutes at least

Jd 4 years ago

so any benchmark against clickhouse?