Update from Kirby 4 to Kirby 5
Kirby CMS 5 Update: Planned for hours, done in 10 minutes. This is how real CMS software works!
In our blog, we share insights from projects, lessons learned in practice and perspectives on trends that are really relevant. For start-ups, SMEs and anyone who not only wants to understand digital solutions, but also use them sensibly.
Kirby CMS 5 Update: Planned for hours, done in 10 minutes. This is how real CMS software works!
Foto von Andrea Leopardi auf Unsplash
A comprehensive journey through software engineering standards that goes beyond formatting. Clean code is the key to maintainable, robust software. As Robert C. Martin says: “The only way to go fast, is to go well.”
Photo from feey on Unsplash
Architecture is just as important as clean code. A look at the big picture reveals two key areas: Creation and application of components. Cross-cutting concerns such as logging should be dealt with separately.
Photo from Angèle Kamp on Unsplash
Clear separation between technical operation and time sequence through structured code required. Established concurrency models such as CSP and Actor Model simplify the complexity of competing processes.