Welcome to thunderLAB

A space for development, daily life, and random thoughts

Latest Posts

study

Longest Palindromic Substring Explained: Dynamic Programming Java Solution with DP Table Visualization

Learn how to solve the Longest Palindromic Substring problem using dynamic programming in Java. This guide includes step-by-step logic, a DP table visualization, and performance insights. Perfect for coding interviews and algorithm practice.

Views 145
Longest Palindromic Substring Explained: Dynamic Programming Java Solution with DP Table Visualization
review

Breaking Bad Second Watch Review – Part 1

A deep dive into the characters of Walter White and Hank Schrader from Breaking Bad, explored through the lens of a second full rewatch. Discover fresh insights, moral complexities, and emotional turning points that reveal new layers of the iconic series.

Views 128
Breaking Bad Second Watch Review – Part 1
daily

Blog Renovation, Freelance Hustle, & 3D Web Service Launch: My Path to Efficient Living

Follow my recent blog renovation, insights into freelance data serving, and strategies for balancing studies with personal projects. Explore my June goals of travel and the launch of a new web service, focusing on time management and productivity.

Views 135
Blog Renovation, Freelance Hustle, & 3D Web Service Launch: My Path to Efficient Living
study

A Beginner's Guide to Sorting Algorithms: In-Place, Comparison-Based, and More

Sorting algorithms can be confusing. Our guide breaks down key concepts like in-place sorting and time complexity with clear, easy-to-understand explanations.

Views 175
A Beginner's Guide to Sorting Algorithms: In-Place, Comparison-Based, and More
study

Database System Lecture 2: Comprehensive Guide to Database Modeling (ER Model, Types, and Key Concepts)

Learn database modeling in this detailed guide. Understand user requirements, conceptual (ER model), logical, and physical modeling. Master entities, attributes, relationships, and more. Perfect for beginners and advanced learners.

Views 152
Database System Lecture 2: Comprehensive Guide to Database Modeling (ER Model, Types, and Key Concepts)
study

What is a Database? Understanding Database Systems, Characteristics, and Architecture

Explore the fundamentals of database systems, including their key characteristics, architecture, and essential components. Learn how modern databases ensure data consistency, integrity, and security. Perfect for beginners and IT enthusiasts.

Views 185
What is a Database? Understanding Database Systems, Characteristics, and Architecture
daily

My Experience Using AI: Benefits, Drawbacks, and Real Insights

Discover the real benefits and drawbacks of using AI, based on my personal experience as a computer science student. From productivity boosts to dependency concerns, here’s my honest take.

Views 167
Default thumbnail
blah

April Recap & May Goals: Launching a Monetized Service While Staying on Track

In April, I developed an OpenCV-based program and released reTerm-AI. For May, my goal is to stay consistent with my routines and launch a new service focused on monetization. A blog refresh is also on the to-do list.

Views 183
April Recap & May Goals: Launching a Monetized Service While Staying on Track
dev

I'm Building My First Real Product—And These 3 Unexpected Problems Hit Me

I set out to launch my first real product this year. But before writing a single line of code, I ran into three real-world problems I didn’t expect—here’s what they were.

Views 200
I'm Building My First Real Product—And These 3 Unexpected Problems Hit Me
dev

Understanding the Minimax Algorithm with a Baldur’s Gate Example | AI Game Strategy

Learn how the Minimax algorithm works through a clear example using Baldur’s Gate characters. Perfect for beginners studying AI, game trees, or turn-based strategy logic.

Views 352
Understanding the Minimax Algorithm with a Baldur’s Gate Example | AI Game Strategy