Wusstest du, dass das Internet genauso viel CO₂ ausstößt wie die globale Luftfahrtindustrie? Das Internet verursacht weltweit rund 3,7 % der globalen CO₂-Emissionen – Tendenz steigend. Webseiten, Rechenzentren und Netzwerke benötigen Energie, die oft aus fossilen Brennstoffen stammt. Durch nachhaltige Webpraktiken wie effizientes Design, optimierte Datenübertragung und grünes Hosting lässt
Continue readingDigitale Barrierefreiheit: Ein Leitfaden für barrierefreie Webseiten und Dienstleistungen
In der heutigen digitalen Welt ist Barrierefreiheit mehr als nur ein Nice-to-have – sie ist eine Notwendigkeit. Digitale Barrierefreiheit bedeutet, dass Webseiten, Anwendungen und digitale Inhalte für alle Menschen zugänglich und nutzbar sind, unabhängig von ihren körperlichen oder geistigen Fähigkeiten. Dieser Blogbeitrag zielt darauf ab, ein umfassendes Verständnis von digitaler
Continue readingRemote Procedure Calls with RabbitMQ
In this article, we’re going to use RabbitMQ to build a Remote Produce Call (RPC) system. Incoming HTTP calls from clients will be proxied to the broker. The asynchronous response from the message-based communication will finally be mapped to the request and returned to the client.
Continue readingCustomer Story: Sales and administration platform for software and products
The requirement was to provide a central point of contact for all customer software in the form of an Internet portal. After ordering a product, the customer can find all documents, tutorials, as well as required software & tools in one place. The application must be easy to use and
Continue readingReduce Bundle Size of Your Single Page Application
It takes seconds for the first meaningful paint while your website visitors are looking at a white browser window as you are shipping way more code than what is needed to render the page. We had exactly these issue in one of my latest projects. Here is how we could
Continue readingSpeed Up Your Vue.js Single-Page App
One of my projects included building a single page web application with Vue.js. As the Go Live approached, the topic of performance optimization became more relevant. In this article I have collected everything I have learned about improving the performance of Vue.js applications with regards to loading times and rendering
Continue reading