Post by: syed hussain in All
Here is a quick list of most used Lambda functions in Dynamics 365 CE.
Post by: syed hussain in All C#
Soundex is a phonetic algorithm that is used to index and search for words based on their pronunciation rather than their spelling. The algorithm assigns a code to each word…
Post by: syed hussain in All
When using the router-view with a router-link, the Browser URL will reload but the page will not refresh with the updated contents.
Post by: syed hussain in All
If you are trying to deploy an app to Heroku and your deployment fails - use the following steps to diagnose and solve the issue.
Post by: syed hussain in All Tips
Just a quick tip on creating a MongoDB container from the terminal.
Post by: syed hussain in All Microsoft Azure Tips
When creating Azure resources, it's very easy to get lost in the volume of resources that often get created as part of a simple deployment like a new Virtual Machine.…
Post by: syed hussain in All
I was working with a client a few months ago trying to decide on a serverless architecture for a payment system. After considering the following for several months, and months…
Post by: syed hussain in All Application Design Patterns
Summary Most applications rely on other systems for some data or functionality. For example, when a legacy application is migrated to a modern system, it may still need existing legacy…
Post by: syed hussain in All JavaScript
Here is a code snippet that will turn a JSON response into a table.
Post by: syed hussain in All Integration Design Patterns
Summary Sequential Convoy is an integration pattern that is heavily used with Microsoft Dynamics 365 CE. Front-end applications that need to push data into Dynamics often need the data to…
