4 min read
Killing eval() in My Frontend Template Engine: Building a Safe Expression Parser for HomeForged
I replaced eval() in HomeForged's TemplateEngine with a secure custom parser to stop code injection without losing dynamic power.
JavaScriptSecurityTemplate EngineParsingFrontend
Read more