(Frederic Descamps) As you may have noticed, MySQL 8.0.16 has been released today !
Other News
Cat or Dog?—?Image Classification with Convolutional Neural Network
(Andrejus Baranovskis) The goal of this post is to show how convnet (CNN — Convolutional Neural Network) works. I will be using classical cat/dog classification example described in François Chollet book — Deep Learning with Python.
Power BI Key Influencers Visual
(Scott Murray) What is the Power BI Key Influencer Visualization and how should I use it?
A Detailed Look At Data Binding in Blazor
(Chris Sainty) Binding data is a fundamental task in single page applications (SPAs). At some point every application needs to either display data (e.g. labels) or receive data (e.g. forms).
Docker – Running SQL Server Image Without Running Pull Command
(Pinal Dave) I have been using Docker for a while to run the latest CTP of SQL Server 2019 and it has been so far amazing ride to use the product. Every time when new CTP is released, I learn something new with Docker.
MySQL 8.0.16 Check Constraints
(Dave Stokes) Before MySQL 8.0.16 you could put constraint checks into your Data Definition Language (DDL) when creating tables but the server ignored them.
OEM Management Agent Installation Using Silent Method
(Shesadev Biswal) This post explains about the steps are used by DBAs to install OEM agent using Silent Method.
Run Java Code In Visual Studio Code
(Gaurav Kumar) In this article, we will learn how to setup Visual Studio code to write, test, and run Java 12 code.
Java tip: Fields and methods in Java
(Jeff Friesen) The Java tutorial Java 101: Classes and objects in Java introduces the fundamentals of Java classes and objects, including how to declare classes, describe attributes via fields, describe behaviors via methods, initialize objects via constructors, and instantiate objects from classes
Revisiting: Styling A Movie Cast List Using A Definition List And Flexbox
(Ben Nadel) The other day, while basking in the awesome power of Flexbox, I took a stab at trying to style a movie cast list using a Definition List and CSS Flexbox.
