my blog. for you.

Let’s talk digital.

I’m an independent IT consultant and entrepreneur in the Internet and software business. I’m interested in design, enterprise applications, web apps and SaaS products. I design and develop business solutions and applications. I help companies in terms of software quality and knowledge transfer, e.g. with Angular and Spring Boot.

Client-Side Rendering on the Web: Approaches and Frameworks

Exploring Potential Benefits of Client-Side Rendering Client-side rendering is a powerful tool for web developers, offering a range of benefits that can help to improve the user experience and performance of a website. In this article, we will explore the advantages of client-side rendering and how it can be used to create a better user experience. Client-side rendering is a process in which the browser is used to render the HTML, CSS, and JavaScript of a web page. This is in contrast to ... Read more

Harry Roberts – Get Your “head” Straight @ beyond tellerrand Düsseldorf 2021

At this year's Düsseldorf edition of beyond tellerrand, Web Performance Consultant Harry Roberts gave this insightful talk on how to design and craft the oft-overlooked (no pun intended ...) HTML <head> element's content in terms of performance: Harry Roberts - Get Your "head" Straight - beyond tellerrand Düseldorf 2021 from beyond tellerrand on Vimeo. Read more

Rachel Andrew @ Fronteers 2019: Who Designed This? Where Web Platform Features Come From, and How to Get Involved

Rachel Andrew - Who Designed This? Where Web Platform Features Come From, and How to Get Involved from Fronteers on Vimeo. Read more

Jeremy Keith & Remy Sharp @ Fronteers 2019: How We Built the World Wide Web in Five Days

Jeremy Keith & Remy Sharp - How We Built the World Wide Web in Five Days from Fronteers on Vimeo. Read more

Paul Lewis @ Fronteers 2019: Custom Web Shadow Elements, or Whatever

Paul Lewis - Custom Web Shadow Elements, or Whatever… from Fronteers on Vimeo. Read more

Chrome DevTools Tips and Tricks

Chrome DevTools - or rather the development console of your favourite browser - is an essential toolkit for the modern web application developer. They help you with both debugging your own application and understanding and hence learning from other people's JavaScript, HTML and CSS code. Mastering your tools is a key ingredient to mastering your trade. Therefore it's vital to always be learning about how to use these tools more efficiently and how to apply them in different ways or with new ... Read more

HTML is an API

HTML is an API or rather it could be if we used more in the way it was intended. In a comment on this Hacker News post about Toapi, a library that makes clever use of XPath expressions in order to provide an API from existing web pages, a user wrote Now I don't want to be a downer: but we collectively seem to have forgotten that HTML as a markup language with sufficient semantic elements, is a perfect API in itself. ... Read more

Exporting table data in web applications as CSV or Excel files

In business applications being able to export data to Microsoft Excel is a very common requirement. In most business environments Excel is the go-to tool for business analytics and quick-and-easy data processing. Hence, being able to communicate with Excel is an essential feature for most kinds of business software. The usual approach for meeting that requirement is generating a CSV file on the server. However, while simple this approach can come with a few downsides: While CSV is a useful, accessible plain text ... Read more

Jeremy Keith About Resilience In Web Applications @ beyond tellerrand 2016

At this year's beyond tellerrand conference in Düsseldorf web developer Jeremy Keith gave a talk on resilience in web applications: Resilience - Jeremy Keith - btconfDUS 2016 from beyond tellerrand on Vimeo. The World Wide Web - or the Internet for that matter - since its inception always was designed as a resilient, fault-tolerant medium. This not just applies in a technical sense but in a social or even political way, too. As John Gilmore is famously quoted: "The Net interprets censorship as ... Read more