Blog
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3518 posts
#2026-03 765#english 592#culture 264#deep-dive 254#kubernetes 247#career 229#ai 217#llm 209#devops 193#2026-04 146#security 141#database 114#observability 113#communication 109#history 107#architecture 100#productivity 96#finance 88#economy 84#mindset 81#psychology 80#ai-papers 79#food 78#it 78#travel 78#deep-learning 77#japanese 77#networking 77#performance 72#business-travel 70#linux 70#gpu 69#ai-agent 66#cs-fundamentals 63#postgresql 60#rag 58#self-improvement 55#learning 53#mlops 53#ai-platform 51
MySQL SQL Basics (SELECT, INSERT, DELETE, UPDATE) Usage
Learn how to use SQL (SELECT, INSERT, DELETE, UPDATE) in MySQL.
2023-01-01 · 2 min read #mysql#sqlHow to Presplit HBase Tables
Learn how to presplit tables when creating them in HBase.
2023-01-01 · 2 min read #hbase#hadoopHow to Build HBase (Ubuntu 22.04)
Learn how to build HBase on Ubuntu 22.04.
2022-12-25 · 1 min read #linux#hbase#dockerHow to Build Hadoop 3.4 (Ubuntu 22.04)
Learn how to build Hadoop 3.4 on Ubuntu 22.04.
2022-12-25 · 5 min read #linux#hadoop#dockerHow to Build Apache Zookeeper (Ubuntu 22.04)
Learn how to build Apache Zookeeper on Ubuntu 22.04.
2022-12-25 · 1 min read #hadoop#zookeeperHBase 3.0 Install on Ubuntu (Non Secure)
Learn how to install HBase 3.0 (Non Secure) version on Ubuntu.
2022-12-25 · 2 min read #hbase#javaHadoop 3.4 Install on Ubuntu(Non Secure)
Learn how to install Hadoop 3.4 (Non Secure) version on Ubuntu.
2022-12-25 · 3 min read #hadoop#javaApache Phoenix Installation Guide
Learn how to install Apache Phoenix
2022-12-18 · 2 min read #hbase#phoenix#javaInstalling Kubernetes on Ubuntu 22.04 (kubeadm)
Learn how to install Kubernetes on Ubuntu 22.04 using the kubeadm tool.
2022-12-17 · 5 min read #ubuntu#kubernetes#linuxRedis DB Installation Guide on Ubuntu
Learn how to install Redis DB on Ubuntu.
2022-12-14 · 2 min read #java#jvmWhen Raspberry PI 4 k3s Kubernetes delete namespace gets stuck
Learn how to resolve the issue when delete namespace gets stuck in Raspberry PI 4 k3s Kubernetes.
2022-12-07 · 2 min read #raspberry#kubernetesHow to Integrate HBase with Hive
Learn how to integrate HBase with Hive.
2022-11-27 · 3 min read #hadoop#hbase#hiveApache Kafka Installation Guide (with Zookeeper)
Learn how to install Apache Kafka (with Zookeeper).
2022-11-26 · 3 min read #kafkaHow to Install Spark on YARN
Learn how to install Spark on YARN.
2022-11-26 · 7 min read #hadoop#spark#yarnApache Hive Query Example (MovieLens)
Learn how to use Apache Hive queries with the MovieLens dataset
2022-11-24 · 3 min read #hadoop#hive#sqlApache Hive Install
Learn how to install Apache Hive
2022-11-23 · 1 min read #hadoop#hiveHow to Install krb5-kdc on Ubuntu (Kerberos)
Learn how to install krb5-kdc on Ubuntu
2022-11-21 · 7 min read #kdc#kerberosRunning Hadoop MapReduce WordCount
Learn how to run Word Count, a representative example using the Hadoop MapReduce framework.
2022-11-20 · 6 min read #hadoop#mapreduceHow to Use HBase YCSB (Yahoo Cloud Serving Benchmark)
YCSB (Yahoo Cloud Serving Benchmark) for testing HBase performance
2022-11-19 · 5 min read #linux#ycsbAnsible-Runner (Running Ansible from Python)
Learn about the Ansible Runner module that enables running Ansible from Python.
2022-11-02 · 1 min read #linux#ansible#python