Posts
All the articles I've posted.
-
Interactive Genetic Algorithm Demo: From Random Strings to Target Solutions
8 min readAn interactive demonstration of genetic algorithms using JavaScript. Learn how evolutionary computation can solve complex problems by evolving random strings into target solutions.
-
Hacker News Word Cloud: Visualizing What's Trending
8 min readSee what's buzzing on Hacker News with a live word cloud, and learn how to build your own with D3.js and JavaScript.
-
Finding Min and Max in Java Arrays: Five Approaches Compared
5 min readExplore multiple approaches to find minimum and maximum values in Java arrays, from manual loops to modern stream operations and IntSummaryStatistics.
-
Sentiment Analysis of r/HongKong Using AFINN Lexicon
5 min readA real-time sentiment analysis of Reddit's Hong Kong subreddit using the AFINN lexicon to categorize comments as positive, negative, or neutral with interactive charts.