Daniel Fesenmeyer retweetledi
Daniel Fesenmeyer
1.7K posts

Daniel Fesenmeyer
@fesicodes
Christian // Husband // Senior Backend Dev @Bosch_Digital // Java, IAM, Keycloak, Test automation, Code maintainability, .. // Amateur soccer // Views = my own
Görlitz Katılım Ocak 2018
360 Takip Edilen111 Takipçiler

@wesbos Browsers running Typescript directly would be even greater.
English
Daniel Fesenmeyer retweetledi
Daniel Fesenmeyer retweetledi

Keeping users logged in with Keycloak 25! A new blog post is available, and we an online AMA coming up on June 24. Come and join us!
keycloak.org/2024/06/persis…
English

@housecor Personally, I write tests first whenever possible.
But sometimes, I'm writing a prototypical e2e implementation before writing tests.
And when the feedback loop is slow (when there are just integration tests), I sometimes implement more "prod code" at once than I "should" do.
English
Daniel Fesenmeyer retweetledi

@jasongorman Actually, sometimes scrum masters are shared between teams, because "there is not enough work for them in just one team".
English
Daniel Fesenmeyer retweetledi

@jasongorman Obviously, they shouldn't be. But in some teams it seems they are. As a tech lead once told me: "The scrum master's job is to make sure that devs actually work."
English

@ThePrimeagen Probably it's an issue with being too dogmatic, similar to "Clean Code". I'd love to see more of "knowing the rules" - and breaking them when it makes sense.
English

@jasongorman Is a scrum master part of "the team", when (s)he does not work on sprint tasks?
English
Daniel Fesenmeyer retweetledi

"Either way, it's over. Apple is no longer the exclusive default at 37signals. Going forward, we're working to make Linux the default for developers and system operators." world.hey.com/dhh/linux-as-t…
English
Daniel Fesenmeyer retweetledi

@allenholub The scrum master's opinion is very interesting, because they should have the most influence on agility. But it seems like either they admit doing a bad job or their influence is rather limited.
English

@gunnarmorling Nice when this approach works for you.
I often don't know when I can solve a Todo, due to external libraries being released etc. So I add a comment to a "maintenance" ticket - not marked as Todo, because I don't want to be warned by tools like Sonar for things I can't change..
English

Build plug-in idea: check for TODO markers with a due date in source code and fail the build once that date has passed:
```
Build failed. TODO SomeClass.java:45 is overdue:
// TODO 2024-06-30 Remove legacy endpoint
```
Is there such a thing?
English

@christianhujer Thanks for the explanation. Just one more question regarding your suggested combination: what does kanban provide which scrum does not include?
English

@fesicodes Kanban alone suffers the same problem as Scrum: No technical practices. Kanban + XP works great.
What works best is the combination of Kanban + Lean + Scrum + XP while applying Cynefin.
English
Daniel Fesenmeyer retweetledi

Nice lib for using @playwrightweb with @testcontainers. The cool thing: Your code does NOT have to be part of the container, it's part of your regular testsuite. The lib "remote-controls" the browsers provided by the official @playwrightweb container.
github.com/orange-buffalo…
English












