(Abhishek Mishra) This article shows how to create custom component for notification in Angular 7.
Community
Measuring Latency in Complex PowerApps
(Steve Endow) I have created a PowerApp that has several dependencies, and I am concerned about latency, and how that will affect the delay that a user experiences when they use the PowerApp.
Database Fundamentals #21: Using the JOIN Operator, OUTER JOIN
(Grant Fritchey) The OUTER JOIN returns one complete set of data and then the matching values from the other set. The syntax is basically the same as INNER JOIN but you have to include whether or not you’re dealing with a RIGHT or a LEFT JOIN.
Power BI, Caching, Parallelism And Power Query Refresh Performance
(Chris Webb) Some time ago a customer of mine (thank you, Robert Lochner) showed me a very interesting scenario where a set of Power Query queries in Power BI Desktop refreshed a lot faster with the “Enable Parallel Loading Of Tables” option turned off.
CopyOnWriteArrayList In Java
(Shubhra Srivastava) CopyOnWriteArrayList in Java is a thread-safe implementation of a List interface. It belongs to the java.util.concurrent package and is an enhanced version of ArrayList implementation.
The DB2Night Show #213: Db2 LUW Native Encryption – What to Expect!
(Scott) 100% of our audience learned something!Paul gave us an excellent presentation about Db2 LUW Native Encryption that covered Performance, Operational, and Availability considerations. Mind your keys!
What is Blazor and what is Razor Components?
(Scott Hanselman) I’ve blogged a little about Blazor, showing examples like Compiling C# to WASM with Mono and Blazor then Debugging .NET Source with Remote Debugging in Chrome DevTools as well as very early on asking questions like .NET and WebAssembly – Is this the future of the front-end?
Load Testing on the Web with K6
(K. Scott Allen) There are hundreds of performance testing tools for the web. The tool I’ve been using the most for the last 10 years is a part of the web test tools in Visual Studio.
Alligator.io Code Kata: Defaulting Theme Based On Time-Of-Day In Angular 7.2.11
(Ben Nadel) I do most of my R&D (Research and Development) in the wee-early hours of the morning. At that time of day, everything is dark; so, I set my computer monitor to the dimmest setting in order to prevent eye strain.
Your SQL IS NOT JavaScript (neither PHP)
(Gabriela D’Ávila) People like to complain about JavaScript, how can one thing be equal to the other, i.e. null == undefined evaluates to true unless you use the triple equals ===.
