(Ben Nadel) At InVision, we’ve been using LaunchDarkly as our Feature-Flags-as-a-Service (?FFaaS?) provider for several years now and it’s completely changed the way that we think about our application development and deployment work-flow.
Tag: Development
Common features in ASP.NET Core 2.1 WebApi: Validation
(AnthonyGiretti) Validating user input is a common scenario in a Web-based application. For production applications, developers often end up spending a lot more time and code on this task than we would like.
Contact application – Upgrade Asp.net Core 2.0 to 2.1
(Jayesh Agrawal) In this article, we will look into steps for contact application – upgrade Asp.net Core 2.0 to 2.1, please see my previous articles about how we developed contact application:
Shared-Array Iteration Can Cause Thread Deadlocks In Lucee ColdFusion 5.2
(Ben Nadel) Yesterday, as we migrated some ColdFusion code from the Adobe ColdFusion 10 engine over to the Lucee ColdFusion 5 engine, we saw a lot of JVM threads enter a BLOCKED state once the code was put under load.
Creating Web Pages with Blazor: The Basics
(Peter Vogel) If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more like objects.
VSTS is now Azure DevOps. What has changed and why?
(Sandeep Chadda) Microsoft recently launched Azure DevOps (formerly known as VSTS) that comprises of 5 different services that span the breadth of the value chain of product development. This article dives into what is the Azure DevOps offering and how is Microsoft uses Azure DevOps to build its own
Palindrome Checking in C#
(Tapas Pal) A Palindromic number or string can be read in both directions. It’s a form of word puzzle. A numeral Palindrome is a number which remains the same when its digits are reversed.
STATUS_STACK_BUFFER_OVERRUN doesn’t mean that there was a stack buffer overrun
(Raymond Chen) A category of dubious security vulnerability is people who recently discovered the STATUS_STACK_BUFFER_OVERRUN status code.
Implement Two-Way Data Binding In JavaScript
(Bipin Joshi) One of the fundamental features of modern JavaScript libraries and frameworks is data binding. The data binding features offered by them allows you to keep model and view in sync.
In A Unidirectional Data Flow, How Should A Selection Component Handle Incompatible Rendering Options?
(Ben Nadel) When it comes to unidirectional / one-way data flow, I understand the idea that a component should never change data directly. Instead, it should alert the desired change to the calling context; and then, leave it up to the calling context to decide whether or not the desired change shou
