> Your thoughts, senior software developer? The senior should also start using AI to increase the amount of work done to stabilise the system, in a careful manner. More benchmarks, better testing, better safety net when…
Was thinking the same thing, but then i re-read the section and noticed this: > Yes, yes, of course this is simplistic. It's an example, put to the extreme, to clearly communicate the ideas. As all things, the golden…
I have the same experience. Maybe I’ve used the same amount of time getting the rewrite out, but the amount of quality checking have increased for me. Before, I would probably not bother to create end to end tests and…
Looks very interesting. Especially like that language environment is abstracted away, through cli, such that one are not stuck with for example python to write your UI logic (or create your own cli wrapper around…
> Open-source Agentic Development Environment (ADE) for teams using multiple coding agents. Is it open source?
Can you elaborate on this? I’m facing a similar decision in my org and think sharing a common database store sounds smart. With rules of course, like clear ownership of data, only one writer, etc.
> but knowing which products might satisfy it is not automatic. Would not search + first party description solve that? It’s easy to create a page “you have problem A? Try our product B”.
> have the whole server crashing You do not need to solve that at the language level. A common pattern is using multiple replicas, service discovery and automatic restart upon a dead replica. For example kubernetes does…
Can you find other examples for when force pushing a shared branch is acceptable? I have trouble finding plausible examples for communicating a force push with 50 colleagues.
If you use helm charts or similar, the version of the image would be a variable that is updated outside the repo. ArgoCD can do this with the Application resource. For example: build code and image, update git reference…
> Your thoughts, senior software developer? The senior should also start using AI to increase the amount of work done to stabilise the system, in a careful manner. More benchmarks, better testing, better safety net when…
Was thinking the same thing, but then i re-read the section and noticed this: > Yes, yes, of course this is simplistic. It's an example, put to the extreme, to clearly communicate the ideas. As all things, the golden…
I have the same experience. Maybe I’ve used the same amount of time getting the rewrite out, but the amount of quality checking have increased for me. Before, I would probably not bother to create end to end tests and…
Looks very interesting. Especially like that language environment is abstracted away, through cli, such that one are not stuck with for example python to write your UI logic (or create your own cli wrapper around…
> Open-source Agentic Development Environment (ADE) for teams using multiple coding agents. Is it open source?
Can you elaborate on this? I’m facing a similar decision in my org and think sharing a common database store sounds smart. With rules of course, like clear ownership of data, only one writer, etc.
> but knowing which products might satisfy it is not automatic. Would not search + first party description solve that? It’s easy to create a page “you have problem A? Try our product B”.
> have the whole server crashing You do not need to solve that at the language level. A common pattern is using multiple replicas, service discovery and automatic restart upon a dead replica. For example kubernetes does…
Can you find other examples for when force pushing a shared branch is acceptable? I have trouble finding plausible examples for communicating a force push with 50 colleagues.
If you use helm charts or similar, the version of the image would be a variable that is updated outside the repo. ArgoCD can do this with the Application resource. For example: build code and image, update git reference…