A method to approach a data visualization task

This article is a part of my assignment at the university. In the article, I present a simple way to tackle a data visualization problem from scratch, when you are given a dataset and want to find some insights. I use Public Tableau for demonstration. Dataset: American Community Survey The following process (from Fisher, Danyel, Meyer, Miriah: Making Data Visual: A Practical Guide to Using Visualization for Insight) is applied for every question:
Read more

Setup Prometheus and Grafana for MySQL and JVM

When I first started to set up Prometheus and Grafana to monitor MySQL and JVM, I found out a lot of tutorials but they were not good enough for a beginner like me. Some of them were outdated and the authors didn’t care to update the content. Other posts were too general and didn’t show me a clear path to proceed. Therefore, I tried to write a detailed tutorial on how to deploy Prometheus and Grafana using Docker to monitor MySQL and JVM.
Read more

TIL 01: Reading About word2vec

Here I am back again to start my project :) It has been more than a month since I declare the beginning of my awesome project. I am not going to defend for my procrastination. A brief summary for what happened for me last month. I had my first trip by motorcycle with my friends to Tà Xùa, Bắc Yên, Sơn La (which I will talk about in my next post).
Read more

Code and LaTeX

This is just a test for code highlight and LaTeX var message = 'Hello World!'; console.log(message); LaTeX $$a^2 + b^2 >= 2ab$$ When \( a \ne 0 \), there are two solutions to \( ax^2 + bx + c = 0 \) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

Hello World!

Hi, this is my official blog. From now on, I will try to share what I learn. I want to write about my thoughts and my ideas. I want to keep those memory alive so that I can come back and see them again one day :) And this is also a chance to practice writing. I will mainly write about Computer Science. But sometimes I will write about other things.
Read more