HackerTrans
トップ新着トレンドコメント過去質問紹介求人

inchidi

no profile record

コメント

inchidi
·6 か月前·議論
https://inchidi.dev
inchidi
·6 か月前·議論
unfortunately, it doesn't seems like tech bro gets displaced by other tech bros at all and more like corporates running costly ephemeral branding as tech bro by abusing other tech bros works.
inchidi
·7 か月前·議論
used to self-host gitlab CI runners around the same year also for our long running CI's due to db migrations + prepared data loading for tests. we rent 7*4$ VPS, install gitlab CI runners on them, saving us from hundreds $$$ per month and 45mins/merge (with test running on main branch only) to 7*4$/month and 7-9mins/commit (yes, we run full test on each commit and let gitlab auto-cancel older one). with bonus: FE team get live version of their changes on each MR.

* its 7 VPS because we separated the tests by modules and we have 7 major modules. * edit: formatting