(Koen Verbeeck) Azure Data Factory currently doesn’t have an integrated connector for the Snowflake cloud data warehouse. A work-around is to use Azure Functions to send SQL statements to Snowflake. In this two-part tip, we explain how you can create and use such an Azure Function.
Community
Styling Your Angular 9 App with Bootstrap 4 Jumbotron, Tables, Forms and Cards
(Ahmed Bouchefra) In this tutorial, we’ll learn how to integrate and use bootstrap 4 with Angular 9.
A HighlightJs Copy Code Badge Component
(Rick Strahl) A while back I created a small addon component for use with HighlightJs that provides the ability to copy a code snippet and display the active language in a little badge above the code snippet.
MySQL InnoDB Cluster 8.0 – A Complete Operation Walk-through: Part Two
(Ashraf Sharif) In the first part of this blog, we covered a deployment walkthrough of MySQL InnoDB Cluster with an example on how the applications can connect to the cluster via a dedicated read/write port.
Announcing Obfuscated Column Data Loading with SLOB
(Kevin Closson) I announced availability of SLOB 2.5.2.2. It is primarily a small bug fix release but also has an undocumented new feature.
SQL SERVER – Parameter Sniffing and OPTIMIZE FOR UNKNOWN
(Pinal Dave) I consider myself fortunate that I often receive a follow-up question from my earlier blog posts. Today we will discuss Parameter Sniffing and OPTIMIZE FOR UNKNOWN. In the earlier blog post, I had discussed how one can avoid the parameter sniffing by declaring the local parameter.
Learn About Reactive Forms In Angular
(Mohammad Irshad) In Angular, the reactive forms are use to create the forms in which the code and logic resides in the component class.
Redis-Based Bloom Filter for Java
(Nikita Koksharov) Learn how to use Bloom filters in Java and Redis with the Redis Java client Redisson.
Replacing Depth-First Recursion With A Breadth-First While-Loop In Lucee CFML 5.3.3.62
(Ben Nadel) Recursion is a very powerful programming construct. And, I absolutely love recursion just as much as the next person (whether I’m dealing with recursive Promises in JavaScript, recursive templates in Angular, recursive components in Angular, or recursive algorithms in ColdFusion).
MySQL Shell Plugins: check
(Frederic Descamps) As you may know, it’s now possible to create your own plugins for MySQL Shell. See the following posts:
