2 followers
Lead .NET Developer 👨💻, Ex-CEO of HR Startup (shot behind the barn) 👨💼, winner of dozen hackathons 🎉
Sharing stories from my startups development past, current work and side projects I do.
Roaming the internet I see a lot of attention to why you should start to learn JavaScript, or why you should learn Python as your first programming language. And I have a feeling that there lack of attention for C# out there. But I'm ready to challe...
I use Azure API Management (AAM thereof) to provide my bot-builder APIs to chatbot developers. One of the important parts of it is to monitor usage, DAU (daily active users), most used endpoints, errors, and other metrics. To do so AAM provides an An...
This is part 2 of the two-parts article on how I wrapped my pre-existing internal chatbot builder API with Azure API Management and monetize it with Paddle. Check Part 1 here Introduction Understand how to provide and monetize our API Delegate Sig...
Recently I faced a request I'm tracking the number of days off each person in my company in google sheets, where I manually add/subtract their remaining days off. Can a telegram bot show them how many days off they have left once they search for the...
If you ever wish to wrap your API into a usable SaaS product with subscriptions, payments, plans, limitations, using no-code (or minimal code) feel free to check how I did this for my own product. Full disclosure I am a founder of API.chat and this a...
When you start a new Blazor project it will quickstart you with a default Bootstrap template. But when you spent several weeks or months on the project you starting to notice that there is a lot of duplicate HTML code that can be refactored and moved...