I’m a full Stack developer from Norway 🇳🇴.
I work in a consultentancy called Alv in Oslo.
On this blog i will focus on my techincal interests. These are always changing but normally fall under the categories of software development, DevOps and Agile.
-
Konverter din feedback loop til en kontinuerlig diskusjon med review-miljøer
En av de vanlige problemene som utviklere møter er hvordan de skal teste kodeendringene sine før de merger det inn i hoved branchen. Testing på en lokal maskin eller et delt utviklings-miljø kan være upålitelig, tidkrevende og utsatt for feil. Utviklere kan støte på problemer som uforenlige avhengigheter, motstridende konfigurasjoner eller manglende data. Videre kan testing på en delt server forårsake forstyrrelser med andre utvikleres arbeid eller påvirke ytelsen til serveren. Disse smertepunktene kan føre til frustrasjon, forsinkelser og dårlig kodekvalitet.
-
Convert your feedback loop into a continuous discussion with review environments
Wouldn’t it be fantastic if everyone on the team, with all of their diverse skills and knowledge on different parts of an issue, could work on issues at the same time? All of the skills are needed to get tasks from idea to production. This means that splitting the work over time only makes it take longer. Review environments makes it possible for everyone on the team to work on the task without impeeding each other’s work, speeding up throughput significantly. If this sounds interesting, I try to highlight the benefits and how to in this article.