<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>EasyPost</title>
        <link>https://www.easypost.com</link>
        <description>undefined</description>
        <lastBuildDate>Wed, 13 Aug 2025 19:45:11 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <atom:link href="https://www.easypost.com/engineering-blog.rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[How We Built our New Docs]]></title>
            <link>https://www.easypost.com/blog/2024-04-18-how-we-built-our-new-docs</link>
            <guid>https://www.easypost.com/blog/2024-04-18-how-we-built-our-new-docs</guid>
            <pubDate>Thu, 18 Apr 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[At EasyPost, we want people to actually enjoy reading the manual, so we set about building a high-quality documentation site. From choosing the right framework to ensuring a consistent design language, here’s how we did it.]]></description>
        </item>
        <item>
            <title><![CDATA[HTTP Hooks Available in Client Libraries]]></title>
            <link>https://www.easypost.com/blog/2023-08-01-http-hooks-available-in-client-libraries</link>
            <guid>https://www.easypost.com/blog/2023-08-01-http-hooks-available-in-client-libraries</guid>
            <pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Look inward and diagnose your API issues with new callback hooks, now available in our client libraries.]]></description>
        </item>
        <item>
            <title><![CDATA[Thread-Safe Client Libraries Are Here!]]></title>
            <link>https://www.easypost.com/blog/2023-07-26-thread-safe-client-libraries-are-here</link>
            <guid>https://www.easypost.com/blog/2023-07-26-thread-safe-client-libraries-are-here</guid>
            <pubDate>Wed, 26 Jul 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[We heard you. The EasyPost client libraries have been redesigned and are now thread-safe.]]></description>
        </item>
        <item>
            <title><![CDATA[Clean-Go for Web Services]]></title>
            <link>https://www.easypost.com/blog/2022-10-24-clean-go-for-web-services</link>
            <guid>https://www.easypost.com/blog/2022-10-24-clean-go-for-web-services</guid>
            <pubDate>Mon, 24 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[A walk-through of setting up your Go services so that it is compartmentalized and, in turn, scalable.]]></description>
        </item>
        <item>
            <title><![CDATA[VCR, the Must-Have Companion for API Testing]]></title>
            <link>https://www.easypost.com/blog/2022-10-04-vcr-the-must-have-companion-for-api-testing</link>
            <guid>https://www.easypost.com/blog/2022-10-04-vcr-the-must-have-companion-for-api-testing</guid>
            <pubDate>Tue, 04 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Why VCR is a handy tool for API unit testing and what lead us to open-sourcing our own VCR solution for C# and Java, EasyVCR.]]></description>
        </item>
        <item>
            <title><![CDATA[Major Improvements Coming To Our Client Libraries]]></title>
            <link>https://www.easypost.com/blog/2022-09-26-major-improvements-coming-to-our-client-libraries</link>
            <guid>https://www.easypost.com/blog/2022-09-26-major-improvements-coming-to-our-client-libraries</guid>
            <pubDate>Mon, 26 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[The EasyPost client libraries will introduce major improvements in the coming months, starting with the .NET library. These changes will require changes to your implementation.]]></description>
        </item>
        <item>
            <title><![CDATA[Modern Python: New Features, Better Code]]></title>
            <link>https://www.easypost.com/blog/2022-09-14-modern-python-new-features-better-code</link>
            <guid>https://www.easypost.com/blog/2022-09-14-modern-python-new-features-better-code</guid>
            <pubDate>Wed, 14 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Using features added in more recent versions of Python such as type annotations and dataclasses, as well as some new third-party tools like Mypy and the Black code formatter allow us at EasyPost to write better, safer Python in an incremental fashion.]]></description>
        </item>
        <item>
            <title><![CDATA[Migrating Terabytes Of Data From MySQL To Cassandra With No Downtime]]></title>
            <link>https://www.easypost.com/blog/2022-08-22-migrating-terabytes-of-data-from-mysql-to-cassandra-with-no-downtime</link>
            <guid>https://www.easypost.com/blog/2022-08-22-migrating-terabytes-of-data-from-mysql-to-cassandra-with-no-downtime</guid>
            <pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[A case study in moving a high-performance online SaaS from the MySQL RDBMS to the Apache Cassandra™ wide-column store]]></description>
        </item>
        <item>
            <title><![CDATA[When and Why to Drop Language Versions]]></title>
            <link>https://www.easypost.com/blog/2022-08-10-when-and-why-to-drop-language-versions</link>
            <guid>https://www.easypost.com/blog/2022-08-10-when-and-why-to-drop-language-versions</guid>
            <pubDate>Wed, 10 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[As programming languages age, there is a lot to consider about what versions of a language to support, and for how long. When is the right time to drop an old version and move on?]]></description>
        </item>
        <item>
            <title><![CDATA[Lessons Learned Overhauling Client Libraries Across 7 Languages]]></title>
            <link>https://www.easypost.com/blog/2022-08-04-lessons-learned-overhauling-client-libraries-across-seven-languages</link>
            <guid>https://www.easypost.com/blog/2022-08-04-lessons-learned-overhauling-client-libraries-across-seven-languages</guid>
            <pubDate>Thu, 04 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[I'd like to share some victories, pain points, learnings, and processes we found while overhauling our seven client libraries over the last six months which included one or two major releases per library, dozens of minor releases, tens of thousands of lines of code changed, and just three engineers.]]></description>
        </item>
    </channel>
</rss>