(Lucas Jellema) TLDR: query parameters can be retrieved from the Fn-Http-Request-Url header in the ctx parameter passed by Fn to the Node function handling the request; using url.parse() on that header retrieves the url query parameters
Author: SSWUG Research
Oracle Spatial, dynamic SQL, a view and the strange problem of a SDO_GEOMETRY bind variable
(Flavio Casetta) The title sound like an old italian joke and indeed I wasted 4 hours on this joke before having the epiphany.
Machine Learning with IBM Db2: Building and Deploying a Linear Regression Model
(Les King) In this demonstration, we’ll use a Jupyter Notebook from IBM Watson Studio to show how you can build a Linear Regression model inside Db2.
Database Migration with Spring Boot
(Thorben Janssen) All applications that get deployed to production should use an automated approach to migrate their database. It makes your job a lot easier. It also ensures you don’t miss any changes during the update process.
Running SQL Server in Google Cloud Platform
(Daniel Janik) On a few occasions I’ve referred to GCP (Google Cloud Platform) as the “Windows Phone of cloud providers” and what I meant by that is they have a great product that little market share when compared to Azure and AWS; but, should you be looking at GCP?
Getting Started Guide | Deno.js
(Roman Akhromieiev) Today, we will figure out what is Deno.js and go over simplest “hello world” and “http-server” examples.
Set Statistics Time Examples for Tuning SQL Server Queries
(Rick Dobson) Please provide examples using the set statistics time statement for tuning queries. In addition to a review of the set statistics time statement, present a general framework for assessing the parse, compile, and execution times of any query.
Azure VM Application Consistent MySQL DB Disk Snapshots
(Ankit Kumar) Backup of Database is the pillar of our system which is necessary and mandatory to provide us data incase of crash, new machine provisioning and many other scenarios listed here.
Adding Additional Mime Mappings to the Static File Provider
(Rick Strahl) As you may know, I have a .NET Core based generic LiveReloadWebServer that can serve static (and Razor Pages) Web content generically out of an arbitrary folder.
Using the Blockly visual programming editor to call a .NET Core WebAPI
(Scott Hanselman) I like to showcase interesting and cool open source projects that need more attention! Go give our friend a star on GitHub! NetCoreBlockly on GitHub is clever and fun!