(Frits Hoogland) This blogpost is about analysing Oracle heap dumps. It is an extension to earlier work, Tanel Poder’s heap dump analyzer. So hat tip to Tanel, he’s done the hard work, I merely increased the presentation options.
Other News
SEO for Single Page Oracle (SPA) JET Application
(Andrej Baranovskij) This is a quick tip post related to Oracle JET.
Power BI Workbooks
(Koen Verbeeck) I’ve created a couple of charts and PivotTables using Excel. Can I share these with my coworkers in the Power BI service? Or do I have to create everything in Power BI Desktop? What is the difference between a dataset and a workbook?
Random Class in Java
(Vijay Kumari) Random class is used to generate pseudo-random numbers in java. An instance of this class is thread-safe. The instance of this class is however cryptographically insecure.
.NET Standard For Absolute Beginners
(Bipin Joshi) If you are a beginner in ASP.NET Core chances are at some point in time you stumbled upon this – .NET Standard. You probably wondered what it is and how is it different than .NET Framework and .NET Core.
Positioning And Constraining A Fixed-Position Element Relative To An Absolute-Positioned Element In Angular 9.0.0-rc.2
(Ben Nadel) Historically, when I need to position a transient element, like a drop-down menu or a pop-up, I usually embed said element in the DOM (Document Object Model) directly next to its trigger element; and then, position the transient element “relative” to the trigger element using absolute po
HttpClient Connection Pooling in .NET Core
(Steve Gordon) It’s been some time since I produced a HttpClient related blog post. This one has been on my list to complete for quite a while. I want to cover something pretty important which happened in .NET Core 2.1 with regard to lifetime management of HTTP connections.
The DB2Night Show Z101: Distributed best practices for Db2
(Martin) EVERYBODY (100%) in our audience learned something! Adrian gave a detailed presentation on workload balancing and monitoring distributed access.
What Are Java Agents and How to Profile With Them
(Carlos Schults) Java agents are a special type of class which, by using the Java Instrumentation API, can intercept applications running on the JVM, modifying their bytecode. Java agents aren’t a new piece of technology.
The Importance of Selecting the Proper Azure VM Size
(Tim Radney) Migrating an on-premises SQL Server instance to an Azure Virtual Machine (VM) is a common method to migrate to Azure. IT professionals are familiar with scoping the size of VMs with regards to vCPU, memory, and storage capacity.
