(Andrew Lock) This post is in response to a discussion I had with a friend recently who was trying out .NET Core.
Community
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.
Azure DevOps Pipelines: Reusable YAML
(Eric L. Anderson) In this post, we are going to refactor our sample Azure DevOps Pipeline to move some of the redundant YAML to a new file and replace the redundant parts of our main YAML file.
Revert Azure DevOps Pipeline Changes
(Abhijit Jana) You can revert Azure DevOps Pipeline in case of any unexpected changes or wanted to return to any of the previous versions. Azure DevOps keep track of every change in Build Pipeline or Release Pipeline.