All articles
Tomasz Kowalski

Tomasz Kowalski

Tomasz Kowalski writes about server-side address integrations in Java, C# and Go, with retries, caching and batch jobs.

10 articles
Tutorial

How to Add Address Autocomplete in C# / ASP.NET Core

Add US address autocomplete to your ASP.NET Core app. Free API, a typed HttpClient service, a backend proxy controller, and a debounced front-end input.

Jun 27, 2026 10 min
Tutorial

How to Add Address Autocomplete in Java / Spring Boot

Add US address autocomplete to your Spring Boot app. Free API, a RestClient service, a controller proxy, and a debounced front-end input.

Jun 27, 2026 10 min
Tutorial

How to Verify US Addresses in C# / ASP.NET Core

Confirm deliverability at submit. Free API, a typed HttpClient service, and an endpoint that branches on DPV - accept, warn, or block.

Jun 27, 2026 11 min
Tutorial

How to Verify US Addresses in Java / Spring Boot

Confirm deliverability at submit. Free API, the built-in HttpClient with Jackson records, and a controller that branches on DPV.

Jun 27, 2026 11 min
Tutorial

How to Verify US Addresses in Go

Confirm deliverability at submit. Free API, a net/http client with typed structs, and an http.HandlerFunc that branches on DPV.

Jun 27, 2026 10 min
Tutorial

How to Parse US Addresses in C# / ASP.NET Core

Split freeform addresses into structured components. Free API, a typed HttpClient service, one field per component.

Jun 27, 2026 11 min
Tutorial

How to Parse US Addresses in Java / Spring Boot

Split freeform addresses into structured components. Free API, the built-in HttpClient with Jackson records.

Jun 27, 2026 11 min
Tutorial

How to Parse US Addresses in Go

Split freeform addresses into structured components. Free API, a net/http client with typed structs, one field per component.

Jun 27, 2026 10 min
Technical Guide

How to Integrate Address APIs in Java: Verification, Autocomplete & Geocoding

Complete Java guide with HttpClient, Spring Boot integration, error handling, and production best practices for address APIs.

Mar 7, 2026 15 min
Technical Guide

How to Integrate Address APIs in C#: Verification, Autocomplete & Geocoding

Complete C# and .NET guide with HttpClient, dependency injection, async patterns, and ASP.NET Core integration for address APIs.

Mar 7, 2026 15 min