(Jan Kettenis) This article explains how you can find an instance of a Human Task of process instance in the Oracle Integration Cloud (OIC) without knowing its task number, and how you can use that for example to withdraw a parallel task.
Other News
Data quality: The key to building a modern and cost-effective data warehouse
(Andrew Buckler) Turning raw data into improved business performance is a multilayered problem, but it doesn’t have to be complicated. To make things simpler, let’s start at the end and work backwards.
AWS DynamoDB version field using AWS SDK for Java 2
(Biju Kunjummen) It is useful to have a version attribute on any entity saved to an AWS DynamoDB database which is simply a numeric indication of the number of times the entity has been modified.
Problem Solving by Cheating
(Michael J. Swart) Solving real-world problems is different than answering interview questions or twitter polls. The biggest difference is that real problems aren’t always fair.
SQL Homework – June 2020 – DML Triggers
(Kenneth Fisher) Triggers. Blech. Triggers are a really really cool feature of SQL Server, that are continuously misused and cause all kinds of problems.
BOM Windows Object Methods and Properties in JavaScript
(Vijayakumar S) In this article, we learn about BOM in JavaScript.
SQL SERVER – Total Data Pages In Memory Buffer Pool – sys.dm_os_buffer_descriptors
(Pinal Dave) Today’s blog post is actually a follow-up blog post of the previous blog post which I have written here SQL SERVER – Data Pages In Memory Buffer Pool – sys.dm_os_buffer_descriptors. Today we will be discussing how to list Total Data Pages In Memory Buffer Pool with the help of sys.dm_os
Tuning MySQL/InnoDB Flushing for a Write-Intensive Workload
(Yves Trudeau and Francisco Bordenave) In this post, the third in a series explaining the internals of InnoDB flushing, we’ll focus on tuning. (Others in the series can be seen at InnoDB Flushing in Action for Percona Server for MySQL and Give Love to Your SSDs – Reduce innodb_io_capacity_max!)
Move Over, JSON, Here’s gRPC-Web for .NET (& Blazor)
(David Ramel) Microsoft officially released gRPC-Web for .NET, aiming the RPC-based (Remote Procedure Call) framework at browser-based apps, including those built with Blazor, the red-hot project that allows for creating browser/web apps with C# instead of JavaScript.
Saving Temporary Form-Data To The SessionStorage API In Angular 9.1.9
(Ben Nadel) I’m sure we’ve all been in one of those situations where we’re filling out a big web-based form; then, we get some sort of an error page; so, we hit the browser’s Back Button only to find-out that our form is now completely blank.