Category: Blog

25 Aug, 2023
Custom Post Type Alternatives in WordPress
An alternative approach to using custom post types (CPT) in WordPress is to leverage custom
Read More
20 Feb, 2023
Data Clustering by hybrid of K-Means and Genetic Algorithms with Python
Data clustering is a technique used in data science to group together similar data points
Read More
20 Feb, 2023
How to connect database via WPDB class in WordPress
WordPress talk to database with an instantiated of WPDB class that $wpdb do it as
Read More