(Ben Nadel) Yesterday, while looking at generating color histograms using GraphicsMagick and Lucee CFML, I had to sort of an Array of colors based on their frequency distribution within an image.
Tag: Development
Animating SVG Text on a Path
(Mary Lou) Animating SVG text on a path on scroll has been explained really well in this great video tutorial by the keyframers.
User Lockout with ASP.NET Core Identity
(Marinko Spasojevic) The user lockout feature is the way to improve application security by locking out a user that enters a password incorrectly several times.
Exploring Color Histograms In GraphicsMagick And Lucee CFML 5.2.9.31
(Ben Nadel) Within InVision, one of the interesting features of “Boards” is that, when you upload an image, the app shows you the “top colors” present in the image (which you can then re-add to the Board as a Swatch).
Microsoft Details Low-Code DevOps
(David Ramel) The burgeoning low-code application development space should and can do DevOps too, says Microsoft, which has detailed new tooling for its Power Apps and Power Platform.
Token Authentication with F#, SAFE and Fable Remoting
(James) If you read my last post you’ll know I’ve been doing some work in the SAFE stack recently with F# – inevitably this eventually required me to tackle authentication and authorization.
When ASP.NET Core can’t find your controller: debugging application parts
(Andrew Lock) In this post I describe application parts and how ASP.NET Core uses them to find the controllers in your app. I then show how you can retrieve the list at runtime for debugging purposes.
What Is Runtime Type Identification (RTTI) in C++?
(Manoj Debnath) RTTI stands for Runtime type identification. It is a mechanism to find the type of an object dynamically from an available pointer or reference to the base type.
Using Azure Service Bus with restricted access
(damienbod) Azure Service Bus provides many ways to setup different access levels for all types of things like the bus itself, queues, topics or subscriptions. In this post some of the ways to configure the different access levels for a queue sender will be shown.
Replacing Transparent Image Backgrounds With GraphicsMagick And Lucee CFML 5.2.9.31
(Ben Nadel) At InVision, one of the things that we do when generating thumbnails is replacing transparent image backgrounds with a solid color (typically white). We do this because the design of the page that renders thumbnails is almost never designed to expect any image transparency.