(Ben Nadel) The other day, when using my Gmail account, I noticed an interesting little user experience (UX): my list of “labels”, which is longer than my browser’s viewport, is only scrollable when I mouse-over it.
Other News
Handling Web API Exceptions with ProblemDetails middleware
(Andrew Lock) In this short post I describe a handy error-handling middleware, created by Kristian Hellang, that is used to return ProblemDetails results when an exception occurs.
Create Class Decorators In TypeScript
(Bipin Joshi) In the previous part of this article and video series you learned about TypeScript inheritance. In this article you will learn about a feature of TypeScript that allows you to annotate and modify classes and class members. This feature is called Decorators.
APEX upgrade – don’t forget your CDN
(Connor McDonald) I haven’t dug too deep into this one, so what follows may be just coincidental but I thought I would blog it out just in case it happens to anyone else.
Notes on SQL Profiles vs SQL Plan Baselines
(mdinh) It’s possible to have both SQL Profiles and SQL Plan Baselines.
Did You Know #36 – List All Active Roles
(Liron Amitzi) When granting roles to users we need to remember two things:
The DB2Night Show #226: The Data Pioneer
(Martin) Martin discussed the issues for the DBA in a brand new environment, including integration with DevOps.
SQL 2019 UDF (User defined function) inlining
(Daniel Janik) SQL Server 2019 brings a lot of great new features. Many are introduced by the IQP (Intelligent Query Processing) features and greatly improve query performance.
ReactJS or AngularJS: Which Is Best for IoT?
(Dr. Michael Garbade) This article outlines the benefits offered by both ReactJS and AngularJS, and the factors you need to consider when selecting which one to use for IoT product development.
Database Fundamentals #25: Referential Integrity
(Grant Fritchey) If you have been reading through all my fundamentals posts and following along, you have built a small sample database, loaded it with data, and learned how to retrieve the data from it.