Articles with "web"

Generating Data Access Code for Angular with OpenAPI Specs

When developing a front-end application with Angular and an existing client, you need to program models and services for data access. This is a repetitive task, complicated by changes in the back-end. One way to automate this is to use a code generator that runs on the OpenAPI spec of the back-end.

Using Umami to Count Visitors of my Homepage

I am really curious how many people visit my homepage. Previously I have used GoAccess, but that showed mainly bots. I have now switched to Umami, which can be self-hosted and only shows visits of real people.

Upgrading Astro to v5

For this personal blog, I am using Astro for quite some time. So far it has proven to be the perfect tool for this. And there is continuous development with new versions on a regular schedule. Although this is a good sign, it requires regular updating to not fall behind and use the latest features.

Security Headers

Understanding the current state of web security headers.