New 42-day free trial
New autocomplete service improves data quality and entry speed
May 28, 2020
SmartyStreets releases the new US Autocomplete Pro API, a service that improves data governance at the source and simplifies address data entry in real-time.
SECURITY ANNOUNCEMENT: Removing old TLS versions
October 17, 2019
On Tuesday, January 21, 2020, Smarty will require clients to use TLSv1.2 or greater to connect with Smarty APIs without interruption.
2018-11-13 Incident post-mortem report
November 16, 2018
At approximately 3:30 PM Eastern on November 13, 2018, we observed a significant latency spike from our external monitoring tools...
Go naming conventions
October 18, 2018
The style guide tutorial you never knew you didn't need.
Cloning private dependencies in Docker and Go
September 13, 2018
One topic that seems to come up repeatedly on Stack Overflow or other online forums is how to GO GET private dependencies. We can help.
Let's build an xUnit-style test runner for Go!
July 2, 2018
Why? What do you mean "why?" Because we can! What's wrong with you?
Scanning CSV in Go
May 5, 2018
Wouldn't it be nice if csv.Reader was more like bufio.Scanner?
A history of testing in Go at Smarty
March 28, 2018
A response to the question: Should I follow Smarty and leave GoConvey for gunit?
Testing in Go by Example: Part 6
September 25, 2017
Even more about assertions.