Hacker Newsnew | past | comments | ask | show | jobs | submit | kokizzu2's commentslogin


It seems that, on that list, it's almost entirely Chinese companies that have migrated to TiDB.

Thanks for the list (and the graph), very interesting!


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


similar thing, but I didn't lose some money because automatic witdrawl if >100$


PopOS for desktop? i think debian for server?


me me me

but I like svelte a lot :3 prefect fit for my projects for past 5 years https://github.com/kokizzu/svelte-mpa


just use svelte for SPA XD it's just like normal html with autoreactivity



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.


Your comment made me realize I'm not truly anti-framework, I'm anti-sell-your-architecture-to-the-framework, which most frameworks want you to do.

Problem is, many MANY people do not have sufficient experience to know the perils of putting the framework in charge of the architecture, so they do just that, and decry any other approach as "Java-esque." (That label says an awful lot in and of itself.) The impact of this choice often doesn't become apparent until much farther down the road. Then you start getting into the weird cottage industry involving brittle hacks with DBs/frameworks in order to delay setting them up so that you can run unit tests in under ten minutes.

It's ridiculous.

Part of the blame lies with the devs: refusing to take responsibility for your architecture means you are at the whim of the framework. And the framework devs are also at fault for pushing the lie that you merely need to write the absolute bare minimum of code and everything else will be taken care of.


I think you still are anti-framework by any reasonable definition of the word. Library = your code calls it, Framework = it calls your code.


Limiting the scope of what is exposed to the framework keeps you in control of the architecture.

This is probably why I find almost every framework deeply unsatisfying. Gin, in Golang, doesn't bother me much for whatever reason, but it doesn't seem to aspire to the same number of things as other frameworks.



yes


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: