Skip to main content

Engineering

Software engineering skills, technical debt, bots, and hands-on implementation guides.

4 articles

May 22, 2026

Telegram Webhook Integration in .NET

Set up Telegram Bot API webhooks with ASP.NET Core—webhooks vs long polling, HTTPS, secret tokens, and production use cases.

14 min read

May 22, 2026

What is technical debt?

Technical debt explained—intentional vs accidental, why it appears, how to control it, outcomes of paying vs ignoring it, and when not to fight it.

14 min read

Jul 21, 2025

How to Build a Telegram Bot with C#

Build a Telegram bot in C# with the Telegram.Bot library—from BotFather setup to a working echo bot using long polling.

10 min read