On this episode of Data Decoded, we interview John Kent, program manager of sports and entertainment partnerships at IBM, about the roles analytics and AI play in optimizing athlete performance as well as improving the sports fan experience.
Community
How do you compose JavaScript functions with multiple parameters?
(James Sinclair) As functional programmers, we like to piece our programs together out of small pieces.
.NET Core Workers as Windows Services
(Glenn) In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core. In this walkthrough we will create a worker and run it as a Windows Service.
Function Monkey 2.1.0
(James) I’ve just pushed out a new version of Function Monkey with one fairly minor but potentially important change – the ability to create functions without routes.
Working with Dynamic Objects: Beyond the Basics with ExpandoObjects
(Peter Vogel) ExpandoObjects let you dynamically add members to your object at runtime — a great way to handle scenarios where you need a lot of flexibility. But how do you work with an object when you don’t know the names of its properties?
MySQL Replication Setup
(Lalit) Replication used to replicate data from the Master node to a slave node[Replica].
Invoke an Oracle Function on Oracle Cloud Infrastructure from a Node application
(Lucas Jellema) Oracle Functions is currently in limited preview and is expected to soon reach wider availability. Rolando Carrasco did this write up on Medium about his first experiences with Oracle Functions.
Manual upgrading Oracle database 11gR2 to 19c
(Skant Gupta) If you want to know how we upgrade an 11.2.0.4 database to 19.0.0.0.0 using DBUA, click here.
Linking Excel to AUTO REST Enabled Tables…with the Oracle Visual Builder Plugin
(Jeff Smith) We’ve talked about the AUTO REST feature of ORDS for TABLES quite a few times here. What I want to talk about today is how you can take advantage of that TABLE REST API in your favorite Excel spreadsheets.
SQL SERVER – A Brief History of Deadlock and Modern Approach of Resolution
(Pinal Dave) Every time we talk about deadlock, you will see DBA frowning on this topic. DBA believes that Developers are creating the deadlocks and developers believe that DBA’s should be taking care of the deadlocks.
