(Kasra Madadipouya) Quarkus is a supersonic Java framework built with a cloud-native first mentality. It’s blazing fast in startup and has a much smaller memory footprint compared to Spring Boot. Quarkus is well integrated with Hibernate and works flawlessly.
Other News
Configuring Custom Feature Filters with Azure App Configuration (Microsoft.FeatureManagement)
(Jason Roberts) This is part ten in a series of articles.
ORA-01722 During Upgrade to 18.10
(Liron Amitzi) These days I’m in the progress of patching all databases for a specific client to 18.10 (from 18.9 as we need to be up to date).
How To: ‘Private’ In JavaScript (ES6) Classes
(Sean Franklin) While using JavaScript, you might be dearly missing our friend “private” from statically-typed languages like C#, C++, and Java. Using a little finesse, we can actually achieve true encapsulation using local variables in vanilla JavaScript (ES6) classes.
Azure Data Studio – Explain SQL Server Execution Plan
(Pinal Dave) After reading my yesterday’s blog post on Azure Data Studio- Export Any SQL SERVER Query As JSON, I got a question from my regular client of Comprehensive Database Performance Health Check. The question was about is there any way we can see SQL Server Execution Plan in Azure Data Studio
Eliminating MySQL Split-Brain in Multi-Cloud Databases
(Krzysztof Ksiazek) These days databases spanning across multiple clouds are quite common. They promise high availability and possibility to easily implement disaster recovery procedures.
Mads Kristensen Unveils ‘The Essentials’ Visual Studio Extension Pack for All Devs
(David Ramel) Visual Studio senior program manager Mads Kristensen has created a new extension pack for the IDE to ease the acquisition of the basic tools that would benefit all developers.
Proxying Amazon AWS S3 Pre-Signed-URL Uploads Using CFHTTP And Lucee CFML 5.3.6.61
(Ben Nadel) At InVision, when a user goes to upload a screen for an interactive prototype, we have the browser upload the file directly to S3 using a pre-signed URL. We’ve been using this technique for years and it’s worked perfectly well.
Restricting access to an Azure AD protected API using Azure AD Groups
(damienbod) This post shows how to restrict access to an ASP.NET Core API to only allow users from a defined Azure AD group to use a protected API. The API uses an Azure App registration for authorization.
Use of correlation sets in SOA Suite
(Martien van den Akker) Years ago, I had plans to write a book about BPEL or at least a series of articles to be bundled as a BPEL Course. I stranded with only one Hello World article.