(Ron L’Esteve) The recent hype of AI in the tech industry is digitally disrupting organizational goals while empowering the way we approach business and pleasure in our daily lives.
Community
WebApiClientGen vs Swashbuckle.AspNetCore plus NSwagStudio
(Zijian) WebApiClientGen and Swagger Toolchain are greatly overlapping in the .NET landscapes. This article gives a brief comparison, then a detailed comparison in the appendix, with examples in C# and TypeScript.
NULL complexities – Part 3, Missing standard features and T-SQL alternatives
(Itzik Ben-Gan) This article is the third installment in a series on NULL complexities. In Part 1 I covered the meaning of the NULL marker and how it behaves in comparisons.
JSON Values and the Joy of Scala
(Rafael Merino) In this article, we introduce json-values, a Scala library that makes use of persistent data structures to allow users to better handle JSON.
DS8000 4-Site Replication with IBM Copy Services Manager
(Thomas Luther, Peter Klee and Alexander Warmuth) This IBM Redpaper publication helps you design and implement a 4-site replication solution for IBM DS8000 environments. IBM Copy Services Manager is used to orchestrate the data replication and failover and failback mechanisms between the different s
The all new MySQL InnoDB ReplicaSet
(Kenny Gryp) Following MySQL InnoDB Cluster as our first, fully integrated MySQL High Availability solution based on Group Replication, MySQL Shell 8.0.19 includes MySQL InnoDB ReplicaSet which delivers another complete solution, this time based on MySQL Replication.
Creating Certificates in .NET Core for Vue.js development using HTTPS
(damienbod) This article shows how to create development certificates for a Vue.js application, so that you can develop using HTTPS. The certificates are created using the CertificateManager nuget package.
Generating Meme Images In The Browser Using html2canvas In Angular 9.0.1
(Ben Nadel) Over the weekend, I was noodling on some ideas regarding image generation when I came across a blog post about “screenshots” by Daniel Sternlicht.
The Maybe Monad in C#: More methods
(Yacoub Massad) The Maybe Mona is a container that represents a value that may or may not exist. In this tutorial, I will go through some methods that make working with the Maybe monad easier.
How to export AWS CLI CloudWatch data to Oracle using SQL*Loader
(Matthias Hoys) In my previous blog post I explained how you can load AWS CLI CloudWatch data into a MySQL database. In this blog post I will explain how you can do something similar using Oracle as database.