SMSascha Mannsinsaschamanns.de·May 12 · 1 min readMinimal API-Key SolutionProblemI searched for a Solution for a API-Key whith minimal Expense. SolutionApiKeyMiddleware: ```public class ApiKeyMiddleware{private readonly RequestDelegate *next;private const string APIKEYNAME 00
SMSascha Mannsinsaschamanns.de·May 12 · 5 min readSupport the open source community? Yes with pleasure, but how?We come into contact with free software every day. Many of our smart phones use a Linux operating system. Some smart watches as well. When we drive our car, open source components are at work in the o00
SMSascha Mannsinsaschamanns.de·May 21, 2019 · 2 min readAnimated Typing Utility with JavaScriptEver wished a animated typing effect in your webproject? If yes, you should definitive check out the typit.js library. Last days i stumbled upon that interesting library. The effect looks like: ![(https://cdn.hashnode.com/res/hashnode/image/upload/v1...00
SMSascha Mannsinsaschamanns.de·Apr 14, 2019 · 2 min readAdding a estimated time to read to a .NET Core Blog with RazorThis week i implemented a feature what shows you, how many time you have to spend, to read a blog article. In the first step, i used my model BlogStory to get the content. Then Razor does the following: It counts the spaces between the words and ad...00