Himanshu Singh

Himanshu Singh

Follow
homenewsletter
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 948 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)

Jul 4, 20219 min read 446 views

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

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

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

Jul 4, 20215 min read 532 views

In this blog, we are going to learn how to expose domain to routing and build a full-fledged backend app · This is the third part of the series. Check...

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

Building URL Shortening Service frontend - P4

Jul 4, 20215 min read 643 views

In this blog, we are going to learn to build a form using Kotlin.HTML to frontend and using the existing APIs. · This is the last part of the series(an...

Building URL Shortening Service frontend - P4