(Ben Nadel) A while back, I started to experiment with using CSS custom properties to theme Angular components. Which is totally awesome! But, it’s one thing to be working with a fresh Angular install; and, it’s a completely different beast to be working with an old, janky, legacy application (cough
Other News
Visual Basic Resurgence? Project Seeks to ‘Bring the VBE into This Century!’
(David Ramel) Is Visual Basic primed for a resurgence?
Guru: Alternate SQL Row-Selection Criteria Revisited
(Ted Holt) At the RPG & DB2 Summit last October, I chanced to overhear Rob Bestgen of IBM telling Paul Tuohy of System i Developer about a practice that he and others in IBM Lab Services had seen, a practice which they found horrifying. “Oh, no!” I thought. “I’ve written about that for itjungle.com!
NDB Cluster, the World’s Fastest Key-Value Store
(Mikael Ronström) Using numbers produced already with MySQL Cluster 7.6.10 we have shown that NDB Cluster is the world’s fastest Key-Value store using the Yahoo Cloud Serving Benchmark (YCSB) Workload A.
Save SQL Server Database Structure as Json
(Mircea Dragan) There are situations when we need the structure of a SQL Server database and database objects for further processing. For example, when we want to create a skeleton of the database in a different location (i.e. computer, SQL Server, etc.), or when we want to make sure that the databa
Cascading Dropdown In ReactJS
(Sanwar ranwa) This tip will show how to create cascading dropdowns using ReactJS and Web API. Child dropdown values are populated based on the item selected in the parent dropdown.
Using SPM to Control A Single SQL Execution Plan
(Liron Amitzi) SQL Plan Management (SPM) is a powerful tool. It can do many things to control and evolve SQL execution plans to allow the most stable system.
Anonymous Aware Middleware with Endpoint Routing and Healthchecks
(Steve Gordon) In this post, I want to describe an approach to allow anonymous access to a health check endpoint, added using the MapHealthChecks extension on EndpointRouting.
What to Look for if Your MySQL Replication is Lagging
(Paul Namuag) A master/slave replication cluster setup is a common use case in most organizations. Using MySQL Replication enables your data to be replicated across different environments and guarantees that the information gets copied.
SQL SERVER – OPTION(FAST N) Hint and Performance
(Pinal Dave) SQL Server 2019 is indeed very well made software by Microsoft. Recently, I have a very interesting situation while working with SQL Server 2019, which I had not faced before about OPTION(FAST N). While busy with Comprehensive Database Performance Health Check, I did not have access to
