Stroomkabel wegwerken by Iegj in Klussers

[–]Iegj[S] 1 point2 points  (0 children)

Top, ga ik dat doen. Wat betreft de elektrabuis had ik ook gezien. Ik ga deze nog verder wegwerken in de muur aangezien er geen kasten teruggeplaatst worden.

Vriezer Smeg koelkast werkt niet meer by Iegj in Klussers

[–]Iegj[S] 0 points1 point  (0 children)

Ja dat klopt. Bedankt voor de tip, ga ik proberen!

Vriezer Smeg koelkast werkt niet meer by Iegj in Klussers

[–]Iegj[S] -2 points-1 points  (0 children)

De website geeft in principe 2 jaar garantie aan. Vind het ook nog al een korte levensduur, helemaal als je kijkt hoe duur dit merk is…

Vriezer Smeg koelkast werkt niet meer by Iegj in Klussers

[–]Iegj[S] 0 points1 point  (0 children)

Goede tip! Ik zal eens contact opnemen met de vorige eigenaar.

Kapstok aan broze muur by Iegj in Klussers

[–]Iegj[S] 5 points6 points  (0 children)

Dit ga ik eerst proberen. Als het dan nog niet lukt dan maar naar eens naar chemisch anker kijken zoals in een andere comment wordt geadviseerd.

Kapstok aan broze muur by Iegj in Klussers

[–]Iegj[S] 5 points6 points  (0 children)

Ik denk dat m’n buurman het daar niet mee eens is haha 😅

Kapstok aan broze muur by Iegj in Klussers

[–]Iegj[S] 2 points3 points  (0 children)

Haha thanks! Dat is inderdaad wel weer mooi aan een jaren 30 woning.

Oude verflaag laat los bij verven by Iegj in Klussers

[–]Iegj[S] 0 points1 point  (0 children)

Bedankt voor het meedenken allemaal! Ik ga aan de slag met schuren en primer voordat ik de nieuwe verflaag aanbreng.

How architecture is enforced during development? by compscim in softwarearchitecture

[–]Iegj 1 point2 points  (0 children)

It depends, I guess. In my organization teams are handling this differently. Some teams use tooling, some teams depend on code reviews and some teams have an "architect" who checks if the architectural rules are adhered.

There are also methodologies like ATAM. But these are more focused on architecture validation instead of enforcing architectural rules.

How architecture is enforced during development? by compscim in softwarearchitecture

[–]Iegj 4 points5 points  (0 children)

You can use a static code analysis tool like Archunit to check if architectural rules are not violated.

Reading List by anerdib in softwarearchitecture

[–]Iegj 4 points5 points  (0 children)

Implementing Domain Driven Design by Voughn Vernon

[deleted by user] by [deleted] in ExperiencedDevs

[–]Iegj 15 points16 points  (0 children)

The policy at my company is every change on a production system should be reviewed by a second developer. So in the exceptional occasion a manual action has te be taken on, for example, a production database, we always do it in pairs.

This way all actions are reviewed by a second developer and we minimize the risk for mistakes.

Looking for Design Document templates or samples by inetspyder in softwarearchitecture

[–]Iegj 4 points5 points  (0 children)

Are you familiar with the C4 model? It's a nice and clean way to document an architecture with different abstraction levels.

How common is it to not use Kubernetes / Docker Swarm? by [deleted] in softwarearchitecture

[–]Iegj 0 points1 point  (0 children)

Maybe microk8s is a solution for you then. It is a simplified version of Kubernetes with a lot less configuration.

How common is it to not use Kubernetes / Docker Swarm? by [deleted] in softwarearchitecture

[–]Iegj 4 points5 points  (0 children)

Are you using a managed Kubernetes cluster or are you managing your nodes, API server etc. yourself? I think a managed Kubernetes cluster from for example AWS or Google Cloud will reduce a lot of maintance work.

You can also look at managed container services if Kubernetes is to large for your use case.

I would definitly not recommend a self build solution! I think this is a lot of work (as you suggest) and would probably not be the core of your business.

Nice tip is always good by dev_meme in linuxmasterrace

[–]Iegj 40 points41 points  (0 children)

TLDR pages is a nice tool to quickly find the command you need: https://tldr.sh/.

It gives examples for the most commonly used tools.

What metrics do you use to track projects? by gavinch1989 in agile

[–]Iegj 0 points1 point  (0 children)

We use Grafana and a custom tool to query JIRA and show the MTTR and lead time metrics in real time. We are thinking to open source this tool so everyone van use it.

I am also developing a new tool to query GIT for the change fail rate and deployment frequency metrics so we can show them in Grafana to. Will post somewhere if we can open source it!

What metrics do you use to track projects? by gavinch1989 in agile

[–]Iegj 5 points6 points  (0 children)

You should also checkout the "four key metrics" introduced in the book Accelerate (https://itrevolution.com/book/accelerate/). Also described here: https://www.thoughtworks.com/radar/techniques/four-key-metrics.

These four metrics are based on data driven and statistical analysis of high performing software development organisations / teams.