Microsoft is making its GitHub Copilot AI developer assistant available for free. This means anyone can create apps with the help of AI. It is even available as a chatbot.
When actively developing an application it can be useful to see when the time spent between one debug() call and the next. Suppose for example you invoke debug() before requesting a resource, and ...