(Mohammad Irshad) In this article, we are going to learn the use of interpolation. Generally, we display the static component from the inline HTML or from templateUrl. What if we want some of the things to change dynamically.
Community
Node.js Error Handling Best Practices: Ship With Confidence
(Lou Bichard) Node.js error handling isn’t a walk in the park. When putting our code into production, we want to know that it’s battle-tested and hardened for all the complexities that production will throw at it.
Under the hood of ASP.NET Core WebHooks – Signature Validation
(Tomasz Peczek) In general WebHooks don’t use any kind of authentication or authorization. The delivery is based on unique (preferably unguessable) URLs. But, in unlikely circumstances of such a URL leaking it would expose the receiver to unwanted content.
SQL SERVER – Huge Size of SSISDB – Catalog Database SSISDB Cleanup Script
(Pinal Dave) In recent past, while doing Comprehensive Database Performance Health Check I encountered an interesting issue. In this blog, I am sharing my knowledge about how to clean up the SSISDB database using the script.
Pager for the New MySQL Shell
(Dave Stokes) I love the new shell but the one thing I missed from the old shell was the ability to use a pager like more or less to throttle the output of the screen. Low and behold the engineers have added paging in MySQL Shell 8.0.13!!
Polymorphic Table Functions
(Patch72) I have been working on a presentation on Polymorphic Table Functions. During this time I was looking for a real use case for Polymorphic Table Functions.
UDL files and connection strings
(Kenneth Fisher) A co-worker showed me a really neat trick the other day. We deal with a lot of connection problems and one of the first places I look is the connection string.
Forcing a Plan That Has a Plan Guide
(Grant Fritchey) The question that came up during a recent class I was teaching was: What if you have a plan guide to get the plan you want, but then decide, instead of using the plan guide, you’ll just force the plan?
SQL Performance and Optimization
(Craig S. Mullins) This four-part blog series took a look into SQL performance and optimization from a generic perspective.
JavaScript waitForever
(David Walsh) Writing mochitests for new features in DevTools can be difficult and time-consuming. There are so many elements interacting in an async manner that I oftentimes find myself using the debugger to debug the debugger!
