All projects

Java / Parsing · 2026

HTML Analyzer

JavaHTMLParsingTechnical study

Java study project to understand how native libraries handle HTML reading and analysis.

Context

Understanding HTML reading means dealing with nested structures, text and error handling.

Solution

I created a study project to explore HTML analysis using native Java resources.

What it shows

  • Strengthens Java fundamentals.
  • Explores text and structure manipulation.
  • Shows curiosity about how tools work internally.