(Sanwar Ranwa) In this article we will learn how to use the Material-UI library in a React application.
Community
Patching Oracle WebLogic Server 12.2.1.4.0 Slim Edition
(Dirk Nachbar) In my last blog I was showing how to install the new Oracle WebLogic Server 12.2.1.4.0 Slim Installer (https://dirknachbar.blogspot.com/2020/02/oracle-weblogic-server-122140-slim.html), now let’s see how the minimised Oracle WebLogic Server 12.2.1.4.0 Slim Edition will handle a patchi
ASP.NET Core in Azure App Services’ Docker Images – Part 2
(Shawn Wildermuth) Assuming you read my last post, you should be ready to take your ASP.NET Core project and deploy it to Azure App Services. This post, I’ll walk you through the process.
Enable LDAP on Percona Monitoring and Management (PMM)
(Vinicius Grippa) Percona Monitoring and Management (PMM) has been on the road for a while now, and it brings exciting new features and improvements.
Start, Stop, Delete and Monitor Azure Container Instances for SQL Server
(Carlos Robles) Developers often need new SQL Server instances with production data to start or continue working on their projects. Having shared SQL Server database environments often leads to resource contention and confusion.
@Input and @Output in Angular
(Karthik Chintala) In this post, we will look at how to pass the data to the components using @Input and get the data back flowing with @Output.
CREATE TABLE MyTable (Col1 CHARACTER VARYING (50))
(Kenneth Fisher) If you read the title to this post and your first thought was That’s not SQL is it? then you had the same first thought I did when I saw it.
Waiting for direct write temp – but what file?
(Mathias Magnusson) This is essentially a not for myself for the next time I forget. It seems to be like once every other year I figure this out. It is not too easy to google for so it usually takes a bit too long.
Can you have more than 1 PDB with Standard Edition 2 (SE2)?
(Mike.Dietrich) When we announced the 3-PDB-Support with Oracle Database 19c onward at OpenWorld 2019, I was very excited. According to the license documentation, this applies to Standard Edition 2 (SE2) as well.
Handy TensorFlow.js API for Client-Side ML Development
(Andrej Baranovskij) Let’s look into TensorFlow.js API for training data handling, training execution, and inference. TensorFlow.js is awesome because it brings Machine Learning into the hands of Web developers, this provides mutual benefit.