Follow
Series

System Design: Build URL Shortening Service using Ktor

In this series, we are going to learn how to build our own short url service using kotlin framework ktor. This will also show you using an clean architecture.

Articles in this series

System Design: Build URL Shortening Service using Ktor (Part-1)

Jul 4, 20218 min read 723 views

In this blog, we are going to learn about the most common question asked in System design rounds. We will also implement the same using Ktor. · Hey...

System Design: Build URL Shortening Service using Ktor (Part-1)
System Design: Build URL Shortening Service using Ktor (Part-2)
System Design: Build URL Shortening Service using Ktor (Part-3)
Building URL Shortening Service frontend - P4