(Aman) In this installment of the series of OCI fundamentals, we shall understand with networking with OCI. And in this post, we shall look at what is virtual cloud network (VCN) in OCI. Let’s get started.
Other News
DATAGUARD Using DBCA Silent Mode Is Not Setting DB_UNIQUE_NAME
(mdinh) Unfortunately, db_name=db_unique_name which is not ideal for Data Guard environment
How to automatically choose a free port in ASP.NET Core 3.0
(Andrew Lock) This post is in response to a discussion I had with a friend recently who was trying out .NET Core.
Running CFExecute From A Given Working Directory In Lucee CFML 5.2.9.31
(Ben Nadel) When you invoke the CFExecute tag in ColdFusion, there is no option to execute the given command from a particular working directory. That’s why I recently looked at using the ProcessBuilder class to execute commands in ColdFusion.
How to Do Kernel Logistic Regression Using C#
(James McCaffrey) Regular logistic regression is a machine learning technique that can be used for binary classification. An example is predicting whether a person is male or female based on predictor variables such as age, height, weight, and so on.
Evaluating Group Replication Scaling Capabilities in MySQL
(Vadim Tkachenko) In this blog, I want to evaluate Group Replication Scaling capabilities in cases when we increase the number of nodes and increase user connections.
The Most Important New JavaScript Elements for Basic Programming
(Gerd Wagner) In this post, you will find a summary of the most important new language elements of JavaScript, which are generally useful for all kinds of basic programming tasks.
Securely Manage Database Credentials Using Visual Studio Manage User Secrets
(Sherlee Dizon) As a developer we are all familiar with using web.config or appsettings.json to store our database connection, user credentials and other application secret keys of our web applications. Last year I had an opportunity to explore and learn .Net Core and I learned that it is not secure
Still Have Binlog_error_action As IGNORE_ERROR?
(Kedar Vaijanapurkar) Recently, we were affected by an ignored configuration option introduced in MySQL 5.6. This incident caused us to perform extended planning of downtime and the rebuilding of the slave.
Working with the Sequential File Structure in C++
Because C++ imposes no structure on the data stored in files, they typically are stored in an unordered format. Therefore, if we want to set any form of order in the file data, we must do so programmatically.