(Michiel Mulders) Finding slow JavaScript code can be a tricky problem to solve. Small code changes can have a big impact on the performance of your code.
Community
DB2 for z/OS Locking for Application Developers Part 3
(Gareth Copplestone-Jones) This is the third article in the series on locking for DB2 for z/OS developers. To recap, data integrity and application performance are dependent on application programs being designed and coded to take into account the locking strategy used and working in collaboration w
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.
Connecting to a MySQL Database in .NET
(Hannes Du Preez) .NET is great and provides a ton of tools for working with databases and data sources. There are times though that a data source may not be inherently supported.
Load Time Series Data with SQL Server
(Rick Dobson) Please present some process and code for collecting time series data from the internet for insertion into SQL Server. Also, reveal how to add new time series data from the internet to an existing set of time series data in SQL Server.
Building Java Barcode Apps: Command Line, GUI, and Web
(Xiao Ling) In this article we go over the Differences between ZXing and Dynamsoft Barcode Reader. Like the the supported symbologies, and memory usage.
SQL Server Docker and Container cheatsheet
(Jack Vamvas) I’ve started working with Docker platform and managing SQL Server Containers.
SQL Plan Warnings
(Thomas LaRock) There are many methods available for optimizing the performance of SQL Server. One method in particular is examining your plan cache, looking for query plan warnings.