(Bruno Couriol) With the increasing popularity of compile-to-JavaScript languages, developers familiar with the Java Virtual Machine(JVM) languages and who want to develop web applications without the difficulties of a JavaScript development stack, have an increasing array of alternatives to JavaScr
Community
Live Reloading Server And Client Side ASP.NET Core Apps
(Rick Strahl) Client side in-browser hot reloading is one of the most compelling features of client side development.
.NET Core Global Tools – (What are Global Tools, How to Create and Use them)
(Damir Arh) The tutorial provides an overview of .NET Core Global tools: how to use them, how to create them and what to expect of them in future versions of .NET Core.
Cool Things I Learned From Reading The CommonMark Spec For Markdown
(Ben Nadel) About a year ago, I finally enabled a limited set of Markdown syntax in my blog comments. This feature improvement is powered by the Flexmark Java library, which converts Markdown into HTML which I then validate with the OWASP AntiSamy project.
Migrate from MariaDB to MySQL on CentOS
(Frederic Descamps) On this article, I will show you how to migrate your wordpress database from the MariaDB on CentOS to the real MySQL.
RMAN Incremental Updating Backup & Demo Part 1
(Zahid Anwar) This blog post is part of the “RMAN Back to Basics” series, which can be found here.
Using Vagrant and shell scripts to further automate setting up my demo environment from scratch, including ElasticSearch, Fluentd and Kibana (EFK) within Minikube
(Marc Lameriks) For training and demo purposes, on my windows laptop, I needed an environment with a guest Operating System, Docker and Minikube available within an Oracle VirtualBox appliance.
Follow up: Upgrading Enterprise Manager 13.2 to 13.3 – missing ‘Update’ Option in GUI
(Robert Crames) First of all, thanks a lot to Martin Decker for his comment and the description how he could solve that problem. Tried that, but unfortunately, these changes alone did not help.
Azure Data Factory Pipeline Email Notification – Part 1
(Koen Verbeeck) I’ve created a data pipeline in Azure Data Factory. I would like to send an e-mail notification if one of the activities fail or if the end of the pipeline has been successfully reached.
Strange Behavior on JSON_VALUE When Table Contains Blank and Non-blank Values (JSON Text is Not Properly Formatted. Unexpected Character ‘.’ is Found at Position 0.)
(Manjuke Fernando) Few days ago, we had a requirement to search whether a certain value exists in one of the table fields where the values are stored as JSON strings.
