12 Factors for Building Quality Web Applications

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.When considering the different aspects that potentially contribute to (or detract from, mark you ...) quality, reliability and maintainability of a web application I always like to come back to the Twelve-Factor App. Originally created by Adam Wiggins in 2011 the Twelve-Factor App is a highly useful design framework for both creating new web apps and measuring and improving the quality of existing applications. This framework allows you to create and maintain long-term viable ... Read more

Microservices and Decoupling Front-end Components

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Microservices have become a common design pattern for splitting up and modularising monolithic applications. The indiscriminate application of this particular design pattern is quite a bit worrying, though. A few months ago I gave this answer to the question what the biggest struggle with Microservices is: Convincing people that microservices are not a cure-all but just another design pattern. You have to start out with a monolith and only if you realise along the way ... Read more

Web Apps and Websites: Documents and Applications

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Today, when starting development of a new website using a pattern that just a few years ago used to be called single-page application (SPA) not only seems to be the new default but even like the only way of creating stuff for the web. Clearly though not all content for the web is created equal: On one side of the spectrum we have (mostly) static documents identified by URIs and returned by URLs. Most ... Read more

William Hertling on AI Risks

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.William Hertling, author of the Singularity Series books and the recent techno-crime thriller Kill Process earlier this year shared a few of his thoughts regarding artificial (general) intelligence (AI / AGI) and the hazards as well as ethical ramifications and quandaries that the emergence of AI / AGI might give rise to. In Ten Musings on AI Risks William broaches both pragmatic subjects such as risk mitigation and deeper moral questions. In his (and ... Read more