I recently built a web screenshot tool, thinking it’d be straightforward. Spoiler: I hit several gotchas. Here’s what I learned, in case you’re tac…
Posts for: #Html
From Regex to AST: Building a Markdown to HTML Parser
I needed a Markdown to HTML converter for a developer toolbox project. My first thought was to use marked.js, but then I realized — the core logic …
HTML Formatter Implementation: From String Parsing to Indentation Reconstruction
Tool link: https://jsokit.com/tools/html-format
HTML Entity Encoding: From XSS Prevention to Character Escaping Implementation
Building a content management system recently, I needed to safely display user-submitted text on pages. Direct rendering? XSS attacks await. Escape…
App Store Screenshot Generator: Technical Implementation from html2canvas to High-Quality Export
Published: May 7, 2026 at 01:35