<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Leo&apos;s dev blog – stories, insights, and ideas — #parsing</title><description>Leo&apos;s dev blog – stories, insights, and ideas parsing tagged content</description><link>https://www.leohuynh.dev</link><language>en-us</language><item><title>How (and why) to parse a function from a string in JavaScript/TypeScript</title><link>https://www.leohuynh.dev/gists/parse-function-from-string</link><guid isPermaLink="true">https://www.leohuynh.dev/gists/parse-function-from-string</guid><description>Safely send JavaScript functions from your server to your client by serializing them as strings, then parsing them back into callable functions on the client side.</description><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate><category>typescript</category><category>parsing</category><category>function</category><category>deserialization</category></item></channel></rss>