(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
Community
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.
Implementing Full-Text Search in SQL Server 2016 for Advanced Users
(Haroon Ashraf) This article tells about advanced methods of Full-Text Search usage for data professionals. It enables better search experience in their day-to-day database analysis.
A Disk-Backed ArrayList
(Bozhidar Bozhanov) Learn more about disk-backed ArrayLists and Java performance.
Implementing HATEOAS in ASP.NET Core Web API
(Vladimir Pecanac) In this article, we are going to talk about one of the most important concepts in building RESTful APIs – HATEOAS and learn how to implement HATEOAS in ASP.NET Core Web API.
