(Ben Nadel) A couple of years ago, I wrote about a “Snooper” component that I created that would allow you to peek into the private scope of your ColdFusion component state in order to try and find memory leaks. That approach worked.
Other News
Don’t Do It All Yourself: Exploiting gRPC Well Known Types in .NET Core
(Peter Vogel) If you’re creating business services that send dates and decimal data then you may be concerned that gRPC services don’t support the relevant data types. Don’t Panic! There are solutions. Here’s how to use them.
The dangers of replication filters in MySQL
(Federico Razzoli) MySQL supports what it calls replication filters. They allow to decide which tables are replicated, and which are not. They can be set on a slave to filter-in tables and databases: the slave will not replicate everything from the master, but only the specified databases and tables
Development Standards for API Policies?
(Phil Wilkins) When it comes to development, we have had coding standards for almost as long as we have been coding. We tend to look at coding standards for purposes of helping to promote good quality code and reduce the likelihood of bugs and so on.
dbca silent mode – Windows
(Connor McDonald) Just a quick tip that often catches me out. If you are like me, you have long since tired of clicking Next, Next, Next, … through the GUI when you want to quickly create a database.
Time-Series Prediction Beyond Test Data
(Andrej Baranovskij) I was working on the assignment to build a large scale time-series prediction solution. I end up using a combination of approaches in the single solution — Prophet, ARIMA and LSTM Neural Network (running on top of Keras/TensorFlow).
Master Data Services Versions and Views for SQL Server
(Matteo Lorini) Master Data Services (MDS) allows you to setup and control data that is used in several parts of the organization to make sure the data stays consistent throughout your systems. One of the options for working MDS is to use version control and various views to support different level
Create a GUI with Java
(Rogers Cadenhead) Walks you through how to use Swing to create applications that feature key GUI components.
Deploying an Angular 8 Application with Web API ASP.NET Core 2.2
(Flávio Henrique de Carvalho) This is a practical article that serves with a guide of steps describing problems and solutions found when deploying an application with an ASP.NET Core backend and Angular frontend, aimed at developers and other beginner professionals.
AI-powered Search with spaCy – Part 6
Summarizing all those examples you have seen in the previous articles in this series, you should have already a good grasp of how the most common types of request sentences might be processed to extract the phrase that is most relevant for feeding a search engine. Just to recap, you have seen examples that rely on using linguistic features extracted...
