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 readingCreate Golang API Documentation with Swagger
When you develop a backend, at some point you always come to the point that you have to explain its interface to other developers. With go-swagger and SwaggerUI we can automatically create an interactive, well-structured API documentation. This blog post shows how to annotate a Golang REST API and create
Continue reading