Painless Software

@painless_software
1 Followers
4 Following
6 Posts

Das war in der agilen Community los (Woche vom 05.12. – 12.12.)

Wir hinterfragen, ob wir uns mit "Sprints" eigentlich nur kaputt rennen, lachen (oder weinen) über Teams mit 17% Zielerreichung und diskutieren, ob Agile im Zeitalter der "Enshittification" überhaupt noch eine Chance hat. Wenig Theorie, viel schmerzhafte Praxis.

Hier die Highlights 👇

1/4

#Agile #AgilePuls #Scrum #Enshittification

Let your team overachieve! Why #spillover is a true anti-pattern in #Scrum. Read my comment on this article that misses to identify broken Plannings as the root cause. https://mariachec.medium.com/scrum-myth-3-the-spillover-is-a-cardinal-sin-in-scrum-1d74e28f8b0a #agile #scrum #antipattern #rootcause #planning #estimation
Your primer to application security. SQL injection, DoS attacks and DevSecOps practices explained. The r2c series on @jacob's blog. https://jacobian.org/tags/r2c/ #web #application #development #security #django #python
r2c - Jacob Kaplan-Moss

Use the HTML5 `dialog` tag and get rid of some of your legacy #JavaScript code! Cleaner code thanks to Web standards.

https://blog.webdevsimplified.com/2023-04/html-dialog/ #html5 #web #standards #clean #code

Modals Will Never Be The Same - HTML dialog Element

The new HTML dialog element makes working with accessible modals so much easier. In this article I explain everything you need to know about the new dialog element to use it in your next project.

Make it work, make it right, make it fast! - Nice interpretation by Rik Scarborough.
https://keyholesoftware.com/writing-quality-code-practicing-make-it-work-make-it-right-make-it-fast/ #agile #softwaredevelopment
Writing Quality Code: Practicing "Make It Work, Make It Right, Make It Fast"

Kent Beck, a software engineer famous enough to have his own Wikipedia page, is quoted as saying, “Make it work, make it right, make it fast.” A quick web search will show you several pages discussing this quote, some in great detail. So, I’ll write another, and hopefully, I’ll provide two things to build on the existing literature. First, I’d like to put this concept in front of some programmers that might not have heard it, or if they have, haven’t taken it to heart. Second, I’ll provide my own philosophy on the subject. Maybe it will different enough that you’ll get something new from it. I do have a slightly different take on it. Although I don’t want anyone to change the quote, maybe we can instead think of it as, “Solve the problem, make it maintainable, and make it perform.”

Keyhole Software