Author Archives: Khemmanat RY

Oil, Gold, and Cryptocurrency punishment by the war

I observed the actual price of gold, oil, and major cryptocurrencies that dramatically changed compared with the situation before the Russian-Ukraine war occurred. The Russian invasion of Ukraine has significantly affected the global economy since it started on February 24th, 2022 until at this present time. I gather the information that can help us to […]

Image Processing with MATLAB

The high level of image processing is provided in MATLAB how do we know that? How it is different from the interface application (Adobe Photoshop, illustrate). MATLAB has the ability to use a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Of course, we have to […]

Two Algorithms with RapidMiner

RapidMiner is an application provided for data analytics. We know that data analytics can be more complicated if you have to set the environment to run your project by yourself. You may need to learn a new programming language that you are not familiar with. In RapidMiner, it is helpful for data scientists to simulate […]

10 minutes with Data Visualization by Tableau

At this present time, people transfer many valuable data through the internet. The collected data in one place pull out helpful information to support various kinds of business. The raw data and specific information generally distribute in the firm to communicate with all levels. Sometimes it is pretty hard to describe the mathematic data to […]

NoSQL insight for programmers

Database transaction recovery and backup processes NoSQL database transaction To control a database transaction, we are well known in ACID properties which are required to apply in database operations.  ACID transactions can guarantee a consistent state when a group of operations is running in the database, especially in a relational database system (RDBMS). For RDBMS, […]

Database for lazy programmer

What are the Logical database structures that programmers see? In the beginning, the traditional databases typically used SQL databases to manipulate the collected data which had to predefine schema to better perform in the operations (view, select, update, and delete data). SQL database is a relational database (RDBMS) as we know that its data structure […]