Go: you’re not downloading the sources ?
- 0 Posts
- 9 Comments
Ismay@programming.devto Programming@programming.dev•Does anybody actually use trunk based development in their company?5·1 year agoYeah, the biggest problem is keeping up to date.
That’s where the mono repo really shines. We have a folder for common stuff that everyone depends upon. A modification is automatically applied/compatible with every micro service. Really streamline the lib updates problem ^^
Ismay@programming.devto Programming@programming.dev•Does anybody actually use trunk based development in their company?3·1 year agoIt does indeed ^^
Ismay@programming.devto Programming@programming.dev•Does anybody actually use trunk based development in their company?1·1 year agoNo problem for the cloning.
A CI run is around 8 mins. We just use bazel to determine what to run and to keep cache of unchanged tests.
Ismay@programming.devto Programming@programming.dev•Does anybody actually use trunk based development in their company?27·1 year agoI do, on a 900+ developer mono repo. Works like a charm.
We just have a CD that allows to deliver each project each micro service individually.
Ismay@programming.devto Gaming@beehaw.org•A very late "Weekly “What are you playing” Thread || Week of March 31st"2·1 year agoJust started War Thunder and I’m having quite a bit of fun.
Otherwise a bit of Last Epoch, a bit of Rimworld. Chill
Ismay@programming.devto Privacy Guides@lemmy.one•Google will delete data collected from private browsingEnglish23·1 year agoOr, hear me out, maybe switch to Firefox ?
When caring about the privacy of your data, using a software made by the biggest data collector might be a bad idea…
I don’t think it’s necessary true.
You can’t compare the employment of a former google/twitter/xxx bit tech dev to a junior just starting. Lived the precedent crisis and it’s often easier to employ a cheap dev than a more expansive one,
But, it will clearly be harder no matter what.
As for OP, web dev is always a solid choice. If you really want to boost your resume, you may want to build some experience as an app dev too. It’s often very looked for.
Not even the worst. This function declarations with separations between positional and enum variables… Or the infamous global…