Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Get notified when a file on GitHub has changed
With more and more content being hosted on GitHub it's a shame that you can't get notified when a particular file has changed. At least not by GitHub, that is. But you can build your own notification service. Here is how.
Use Docker containers like a pro
Using Docker containers, you can simplify your development process. With the Docker Visual Studio Code extension, you can make it even easier!
Handle app button events in Microsoft Teams tabs
Did you know that you can respond to user clicking on the app button of your Microsoft Teams personal app?
Build full-page Microsoft Teams tabs
Did you know that you can hide the tab-header bar in your Microsoft Teams tab and have them show in full-screen?
Restore missing resources when moving resources between Azure subscriptions
Recently, when trying to move resources between my subscriptions in Azure, I came across an issue. Here is how I solved it.