my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

Cassie Evans – Animating the Impossible @ btconf Düsseldorf 2023

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. Read more

Michelle Barker – Modern CSS Layout is Awesome! @ btconf Düsseldorf 2023

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. Read more

Jeremy Keith – Declarative Design @ “Stories on the Road”

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. More on this idea: Design & Quantum Superposition Read more

SCuri: Automating Unit Test Boilerplate Code for Angular Components

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.As I wrote about quite some time ago in this blog post, which details my solution for managing transitive dependencies for Angular unit tests . although Angular applications in general are easily testable and unit tests are first-class citizens with the framework itself, there's still some potential for improvement when in it comes to test maintainability. In particular, listing and referencing an Angular component's dependencies (i.e. the dependencies of the system under test) such ... Read more

The Layers Of The Web – Jeremy Keith @ beyond tellerrand Berlin 2019

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Earlier this week - after a hiatus of almost two years on account of having been postponed due to the pandemic - this year's beyond tellerrand conference, an event about design, creativity, and the web, went ahead again. Even though Marc Thiele, the mastermind, organiser, and genuinely awesome person behind beyond tellerrand, ran a terrific series of online events under the Stay Curious moniker while on-site events weren't allowed to take place, it was ... Read more

Using SQLite on a Static Website Without a Back-end Server

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.GitHub user phiresky recently published an interesting blog post on Hosting SQLite databases on Github Pages. Using SQLite - or in fact any kind of SQL database - in the browser? Why should one want to do this? Now, while it's certainly true that in the context of web applications SQL databases and RDBMS generally are relegated to the realm of back-end servers, depending on the requirements, a database in a front-end application or ... Read more

A few random thoughts on the development of software development in recent years

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Last year, I replied to Tom's question "Has software development grown harder over the last years or have I just grown sluggish?" on Twitter with these incoherent ramblings of a greybeard, who has seen at least 3 fat-client-thin-client cycles: As usual it depends. Just a few examples: Spring Webflux and the "Everything has to be reactive even if the requirements don't demand it." fad is a bane. Just recently, I've been helping a client with ... Read more

A Collection of for a Improving the UX of Signup  and  Login Workflows

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Independent UX designer Erik D. Kennedy recently published an article with 15 Tips for Better Signup / Login UX on Learn UI Design - a website through which he provides acclaimed courses on both UI and UX design. The article lists general suggestions such as autofocusing on the first field (i.e. the username, or rather: email, field), immediately validating form values, or making input labels clickable, as well as more specific - but no less expedient ... Read more

CORS: What It Is and How It Works

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Expanding on last week's article on best practices for REST API Design I'd like to point to a specific aspect working REST APIs frequently entails: A browser security feature called "Cross-Origin Resource Sharing (CORS)". This feature allows you to define which resources provided by a web application are supposed to be accessible from which origin, which in turn typically is comprised of protocol, host / domain name and port. This website's origin for example ... Read more

Material-UI Builder: Generating a React / Material-UI Codebase

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Material-UI is a widely used UI component framework for React based on Google's Material Design design system. These frameworks and systems simplify and streamline the development of consistent user interfaces for web applications. Material-UI Builder is drag & drop online editor that allows you to choose from a wide range of Material-UI components for your application, customise the CSS styles applied to them, and export a ready-to-use codebase based on those preferences. Read more
Nächste Seite »