Re-discover your inner programmer with F# in three steps
I was introduced to F# some time before, but I finally decided to try it out on my own. Here is what got me motivated to do so!
I was introduced to F# some time before, but I finally decided to try it out on my own. Here is what got me motivated to do so!
Last week I added Application Insights to my blog. Here are some initial thoughts after exploring a bit what information various sections in Azure portal provide.
I was asked what would be a good way to track top read articles for a clients web site. The web site is build using Episerver CMS, so should we save page visits in the database? Or is there a more modern solution?
A colleague asked if there is a file versioning functionality in Azure Blob Storage. This would be something like File History in Windows, so no, but I suggested a more Cloud Native approach - Azure Functions.
If you choose to save all form inputs with useState Hooks while using async validation, you will face this issue. Here is how to avoid multiple api calls and weird validation behaviors.