(Ben Nadel) Yesterday, I started running into an interesting issue when using the canonicalize() function in Lucee CFML to normalize the encoding of a given URL.
Tag: Development
Never use the same value for two IDs (or other values) in your tests
(Steve Smith) When you’re writing automated tests, whether you’re following TDD or not, you want to avoid the possibility of testing the wrong thing.
Figure It Out
(Karl Fast and Stephen P. Anderson) Color is, without a doubt, the visual element most often misunderstood and misused.
Using Expando DOM Properties To Power The IntersectionObserver API In Angular 9.1.6
(Ben Nadel) Earlier this week, I took a look at using expando DOM properties in Angular 9.1.6.
New Visual Studio 2019 for Mac v8.6 Features Integrated Terminal, Blazor WebAssembly Templates
(David Ramel) Microsoft’s Visual Studio 2019 for Mac version 8.6 was announced at this week’s Build developer conference, featuring an integrated terminal, templates for Blazor WebAssembly applications and gRPC service projects, fixes for crashes and hangs, and more.
Demystifying Memory Profilers in C# .NET Part 3: Memory Pressure
(Michael Shpilt) Memory and performance are tightly coupled to each other in .NET. If you don’t create a “garbage collector friendly” application, you’ll have performance problems. In extreme cases, those problem turn into memory pressure, also known as GC pressure.
Git in Azure DevOps
(Gouri Sohoni) This tutorial covers Git with Azure DevOps – a topic that is very important for development teams. It will cover various aspects of Git like how to use Git, when to use, where to use along with what are the advantages of using Git.
Using Expando DOM Properties In Angular 9.1.6
(Ben Nadel) In the vast, vast majority of cases, the View-Model in Angular is the source of truth for the application; and, the HTML template is little more than the manifestation of said truth.
Using WSL to Launch Several Bash Command from an Application
(Rick Strahl) I just spent way too much time trying to figure out a way to launch the Windows Subsystem for Linux to run multiple commands for a server script from a full framework desktop application.
TypeScript Class For UI Callback Functions And The Web API
(Bipin Joshi) In the previous part of this article and video series you developed a TypeScript class that invokes an ASP.NET Core Web API using XMLHttpRequest object.