(Jeff Friesen) In my previous Java 101 tutorial, you learned how to better organize your code by declaring reference types (also known as classes and interfaces) as members of other reference types and blocks.
Other News
More ADLS Gen2 enhancements
(James Serra) On the heels of More Azure Blob Storage enhancements come more enhancements for Azure Data Lake Store Gen2 (ADLS Gen2):
PART I: Overview of B- Tree and B+ Tree
Introduction to B- Tree To implement dynamic multi-layer indexing, the B tree as well as the B + tree are often used. B-Tree is a balanced research tree. Most other auto-matched search trees (such as AVL as well as red-black trees) assume that everything is in main memory. To understas well as the use of B-trees, we have to think...
How To Highlight Selected Row In ngFor In Angular 9
(Sanwar Ranwa) In this article, we will learn how to highlight a selected row in ngFor in Angular.
SQL SERVER – Open SSMS from Command Prompt
(Pinal Dave) Some questions never get old when working with SQL Server and recently one of my clients of Comprehensive Database Performance Health Check asked me if I know any way to open SSMS via Command Prompt. Of course, it is possible to do that in Windows.
Running Custom MySQL Queries in Percona Monitoring and Management
(Carlos Salguero) Even though Percona Monitoring and Management 2 (PMM) comes with a lot of dashboards and metrics out of the box, sometimes we need to extend the default metrics by running custom MySQL queries.
Struct Iteration With CFLoop Exposes Both Key And Value In Lucee CFML 5.3.6.61
(Ben Nadel) Back in February, when I was having lunch with Gert Franz, co-creator of Lucee CFML, we were commiserating on how amazing ColdFusion is.
#780 OIC –> Netsuite Asynchronous Request Processing
(Niall Commiskey) Another feature supported by the OIC Netsuite adapter –
Exploring Proxy to Achieve DOM Intellisense with TypeScript for Element Binding, Two Way Data Binding, Events, and More
(Marc Clifton) I have found it a useful exploration of how to leverage the Proxy type to bind class properties to HTML elements, achieve two way binding, subscribe to UI events, and so forth, all using actual “edit-time” types for type safety and Intellisense support – as in, eliminate literal strin
SQL Server Integration Services Flexible File System Task with Azure Blob Storage
(John Miner) There are existing on premises SQL Server Integration Services (SSIS) packages that use the Azure Blob Download and Azure Blob Upload tasks to move files between on premises and cloud storage systems.