Resolving Timezone Mismatch Issues Between Prisma and MySQL January 25, 2026 3 min readPrisma MySQL Timezone JST Development
Reading Notes: 'OSINT Practical Guide' - Fundamentals of Open Source Intelligence August 29, 2024 3 min readSecurity
Comparing Major Security Models: Biba, Clark-Wilson, Brewer-Nash, and Bell-LaPadula June 16, 2024 2 min readSecurity
Transaction Isolation Levels and the Data Inconsistencies They Prevent May 18, 2024 3 min readDB Transaction
Exhaustiveness Checking in Switch Statements Using TypeScript's never Type May 5, 2024 3 min readTypeScript
Handling Namespace Conflicts When Running Spark SQL Views in Parallel May 3, 2024 2 min readSpark SQL
Passing the Registered Information Security Specialist (RISS) Exam: Study Methods to Registration May 3, 2024 7 min readSecurity Certification
Proper Usage Patterns for the use client Directive in Next.js App Router May 3, 2024 2 min readTypeScript Next.js React
Integrating TypeScript and React into a Hugo Theme December 18, 2023 5 min readHugo TypeScript React Web Development
Generating Prometheus Metrics from Logs with mtail November 24, 2023 3 min readMonitoring Prometheus Logging
Technical Challenges of Sharing prom-client Metrics Between Next.js App Router and Pages Router November 24, 2023 3 min readJavaScript Next.js Prometheus
Diffie-Hellman Key Exchange Protocol: Theory and Python Implementation September 6, 2023 3 min readAlgorithm Cryptography Python
DS201 Study Notes: Using the Cassandra Python Driver May 20, 2023 2 min readCassandra Python DataStax
DS201 Study Notes: Basics of Cassandra Query Language (CQL) May 16, 2023 2 min readCassandra CQL DataStax
JavaScript Asynchronous Processing: From Callbacks to Promise and Async/Await December 29, 2022 6 min readJavaScript Asynchronous Processing
Building a React/TypeScript Development Environment with Webpack and Babel November 11, 2022 5 min readJavaScript React TypeScript Webpack Babel
Frequency Characteristics of the Exponential Moving Average Filter February 6, 2022 3 min readFiltering Signal Processing
Closed-Form Derivation of Cross-Entropy Between Gaussian Distributions December 9, 2021 2 min readMachine Learning Mathematics
Linux Commands for Network Troubleshooting November 30, 2021 3 min readLinux Networking Troubleshooting
Object-Oriented Programming: Core Concepts and Java Implementation November 12, 2021 2 min readJava Programming
Reinforcement Learning for ROBOTIS OP3 Walking: ROS Package Implementation November 2, 2021 2 min readReinforcement Learning ROS Robotics
How to Sync Google Calendar Sub-Calendars to Apple Devices September 12, 2021 2 min readGoogle Apple Calendar
How to Build an AirPlay Receiver on Raspberry Pi Using RPiPlay August 5, 2021 3 min readRaspberry Pi AirPlay Linux
Adaptive Filter Theory and Applications in Digital Signal Processing July 30, 2021 4 min readFiltering Signal Processing
Creating 3D Animations (GIFs) with Python Matplotlib June 30, 2021 3 min readPython Matplotlib Data Visualization
Moments in Statistics: Characterizing Probability Distributions May 27, 2021 2 min readStatistics Machine Learning
Setting Up a Python Development Environment with Pyenv and Anaconda April 16, 2021 3 min readPython Environment Setup
Binary Conversion and Bitwise Operations (OR, XOR) in Python March 29, 2021 3 min readPython Programming
Cross-Entropy Method: A Practical Monte Carlo Optimization Technique March 29, 2021 3 min readMachine Learning Optimization Monte Carlo Method
Key Algorithms in Deep Reinforcement Learning March 22, 2021 3 min readReinforcement Learning Deep Learning
Reinforcement Learning with Neural Networks March 22, 2021 3 min readReinforcement Learning Deep Learning
Reinforcement Learning Basics: Overview and Markov Decision Process March 18, 2021 2 min readReinforcement Learning
Variational Autoencoder (VAE) March 18, 2021 4 min readBayesian Statistics Machine Learning Deep Learning
The EM Algorithm (2): Evidence Lower Bound and KL Divergence March 17, 2021 2 min readBayesian Statistics Machine Learning
The Binomial Distribution and Related Distributions March 16, 2021 2 min readStatistics Machine Learning
Maximum Likelihood Estimation for the Normal Distribution March 16, 2021 3 min readStatistics Machine Learning
Basic Terminology in Statistics and Machine Learning March 15, 2021 2 min readStatistics Machine Learning
How to Unify Data Types When Converting NumPy Arrays to PyTorch Tensors February 15, 2021 1 min readPyTorch
Unscented Transformation: Algorithm and Python Implementation January 25, 2021 4 min readMachine Learning Filtering Python
Training Neural Networks with Genetic Algorithms in Python January 9, 2021 5 min readSwarm Intelligence Machine Learning Python
Bayesian Linear Regression: From Least Squares to Bayesian Estimation January 8, 2021 5 min readBayesian Statistics Machine Learning Python
Fundamentals of Information Theory: From Entropy to Mutual Information (PRML 1.6) January 7, 2021 4 min readMachine Learning Information Theory
Particle Swarm Optimization (PSO) and Two-Swarm Cooperative PSO (TCPSO) with Matlab January 7, 2021 6 min readSwarm Intelligence Optimization Matlab
Elliptic Curve ElGamal Encryption: Principles and Simplified Python Implementation December 23, 2020 4 min readAlgorithm Cryptography Python
How to Send Experiment Results (Text and Images) to Slack with Python December 23, 2020 3 min readPython Slack
Fast Modular Exponentiation Using Binary Exponentiation in Python December 20, 2020 3 min readAlgorithm Python Cryptography