(Mike Brind) Tabbed interfaces are a great way for managing the presentation of large amounts of information into separate panels, where each panel’s data makes sense on its own, and only one panel is viewable at a time.
Tag: Development
Hiding Overflow Scrollbars Until Hover (ala Gmail Labels) In Angular 9.1.7
(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.
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.
Clustering Non-Numeric Data Using C#
(James McCaffrey) Clustering data is the process of grouping items so that items in a group (cluster) are similar and items in different groups are dissimilar.
Demystifying Pipelines in Azure DevOps (Build and Deployment)
(Subodh Sohoni) Azure Pipelines has been used to describe a workflow for build, multiple workflow branches in release and deployment, as well as in the licensing and pricing terminology of Azure Pipelines. This tutorial aims to clear this ambiguity associated with Azure Pipelines.
Microsoft Feature Flags: Controlling Features with Feature Filters (Microsoft.FeatureManagement)
(Jason Roberts) This is the third part in a series.
Separating Layout HTML And CSS From Content HTML And CSS Is Good
(Ben Nadel) I’m a slow learner. That’s part of why I write so much – it takes ages for ideas to sink into my Neanderthal brain. Such is the case with something like the separation of concerns in HTML and CSS.
Use Inheritance, Abstract Classes, And Polymorphism In TypeScript
(Bipin Joshi) Object oriented programming languages such as C# allow you to inherit functionality from base class. TypeScript also offers inheritance capabilities so that your classes can inherit from other classes. TypeScript doesn’t support multiple inheritance (although your class can implement m
Application Setting ‘useJavaAsRegexEngine’ Tells CFML To Use Java’s RegEx Engine For Built-In Re-Functions In Adobe ColdFusion 2018
(Ben Nadel) So, yesterday, when I was looking something up in the Adobe ColdFusion RegEx documentation, I saw something that blew my mind!