Posts
All the articles I've posted.
-
Finding Min and Max in Java Arrays: Five Approaches Compared
Explore 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
A 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.
-
Reddit Data Analysis: Visualizing r/AmItheAsshole Community Judgments
A real-time data visualization project analyzing community judgments from the r/AmItheAsshole subreddit using Reddit's JSON API and interactive charts.