(Davide Guida) Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles about this for a while, and now it’s time to put my hands back on the keyboard.
Community
Setting the Page Title in a Blazor App
(Matthew Jones) This post is gonna be a short one (hence the Tips tag), but it implements something I wish was natively supported in Blazor: setting the page title!
Full Recovery of Standby Database over the network
(Hemant K Chitale) Say that your Standby database is lagging behind the Primary database.
AWS ATHENA – DML QUERIES
(Anand) You can learn something new everyday, and today I learned that AWS Athena supports INSERT INTO queries.
Parse JSON data in Oracle Database using JSON_TABLE in SQL
(Nimish Garg) Recently, I got opportunity to work on JSON data in Oracle Database. We were receiving this JSON data from Cisco Webex APIs, and the JSON data was complex (nested with json array).
Db2 11.5 Mod Pack 4 is available
(Henrik Loeser) A quick note that Db2 Version 11.5 and its Mod Pack 4 are now available. You can read more about its new features and changes in the “What’s new” section of the Db2 docs.
Packages and static imports in Java
(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.
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):
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.