Introducing network.txt: A Standard for 3rd Party Data Transparency

In today’s digital age, privacy and data protection have become major concerns for both website visitors and developers. With the introduction of GDPR laws, it’s important for websites to provide clear information about the sharing of personal data with 3rd party providers. This is where the proposed standard, network.txt, comes into play. What is network.txt? network.txt is a new standard that provides information about the use of 3rd party providers on a website.
Read more →

State of OpenID Connect Providers

In the last days I tried to integrate multiple OpenID Connect Providers into my Applications (currently mostly Alphalerts and some dev projects) So far, I only got Google to work, and even this is currently limited to 100 Users. In this blog post, I want to explain why the integration of OpenID Connect Providers is such a struggle by showing multiple examples. But before I show the examples, you should know that there are not so many big OpenID Connect Providers compared to the big OAuth2 Providers.
Read more →

The Dangers of PFOA

PFOA, also known as perfluorooctanoic acid, is a synthetic chemical that has been used in a variety of industrial and commercial applications. It is a key ingredient in the manufacture of Teflon, a non-stick coating used in cookware and other products. PFOA has also been used in the production of firefighting foams, stain-resistant coatings for carpets and clothing, and other products. Despite its widespread use, PFOA has been linked to a range of serious health problems in both humans and animals.
Read more →

Simplify Your Code with TypeScript Barrels

A TypeScript Barrel is a way to simplify the importing of multiple exports from a single module. Imagine you have a module called myModule that has several exports, such as: export const foo = 1; export const bar = 2; export const baz = 3; To import these exports into another module, you would normally have to write something like this: import { foo, bar, baz } from './myModule'; This can get tedious if you have a large number of exports, and it can also make your code less readable.
Read more →

Why everyone should know KPIs

Every Investor has to know KPIs (Key Performance Indicators) to value Investments. But why did I write that everyone should know them in my title? Knowing KPIs helps you even if you don’t invest any of your money. It helps you e.g. decide which job you should take or which customer you should prefer. Deciding between Job Offers - an Example Recently, I decided to start freelancing besides working on my own projects.
Read more →