(David Walsh) Chris Coyier of CSS-Tricks is an amazing engineer and blogger. He’s not only creative but has always had the drive to put his thoughts to work, no matter how large.
Community
SQL 101: Using ILE RPG Programs and Procedures as SQL Stored Procedures, Part 2
(Rafael Victoria-Pereira) In the previous TechTip, I (very briefly) introduced Persistent Storage Modules and explained the differences between stored procedures (SPs), user-defined functions (UDFs), and triggers.
Bandwidth-friendly Query Profiling for Azure SQL Database
(Greg Gonzalez) SQL Server has always provided the ability to capture live queries on an ad hoc basis in an easily-consumable rowset format – first with legacy SQL Server Profiler, later via Extended Events in SSMS.
Accessing Azure Blob Storage from Azure Databricks
(Gauri Mahajan) We introduced Azure Databricks, how it is created and some of its important components in my previous article here. We will look at how we can work with Azure Blob Storage in Azure Databricks in this article.
How to Compute Simple Moving Averages with Time Series Data in SQL Server
(Rick Dobson) Demonstrate techniques for use of SQL Server Windows functions to compute simple moving averages. More specifically, highlight the use of the Windows aggregate avg function for computing simple moving averages for one entity at a time or concurrently for multiple entities.
Learn Angular From 0 to 100 – ES6 features – Part 1
(Marla Sukesh) In this article we will be looking at: Variable declarations, constant variables, object oriented programming, string interpolation, enhanced object literals, spread operators, for-of loops, and REST parameters.
MySQL Failed Logins Locking Account
(Dave Stokes) MySQL 8.0.19 introduced the ability to lock an account on a MySQL instance after too many failed logins.
Open Source Uno Platform Supports VS Code After Editor Gets WebAssembly Debugging
(David Ramel) Uno Platform is previewing support for the Visual Studio Code editor after a recent Blazor WebAssembly 3.2 preview added debugging to the problematic project.
Async ValueTask Pooling in .NET 5
(Stephen) The async/await feature in C# has revolutionized how developers targeting .NET write asynchronous code. Sprinkle some async and await around, change some return types to be tasks, and badda bing badda boom, you’ve got an asynchronous implementation. In theory.
Video : Introduction To .NET 5 For ASP.NET Developers
(Bipin Joshi) This is a companion video to the above article. You can read the article here. Please subscribe to our YouTube channel here and stay tuned with the latest videos.