Ktor is an asynchronous networking framework developed by JetBrains, designed for building both server and client applications in Kotlin. While Retrofit has been the go-to standard for Android networking for many developers, Ktor is predicted to be the future of networking in Kotlin.
The traditional reliance on Retrofit has placed many Android developers in a comfort zo...
Government tenders are one of the largest structured data sources available in India. Every day, thousands of new tenders are published across central, state, and PSU portals. Yet for most businesses and developers, this data remains noisy, fragmented, and hard to use.
This article is written for developers who are curious ab...
In my previous posts, I focused on sharing the basics—making LEDs blink and understanding wiring. Today’s adventure was about expanding on what my droid will actually need to function.
The droid will have a multi-layered "brain." I’ve been working on the Reflex Layer with the Arduino Uno for prototyping. In this post, I’ll review what I’ve learned there and explore the...
I didn’t know landscapes could be edited outside Unreal Engine.
Heightmaps completely changed how I look at terrain creation.
Day 12 made landscapes feel less scary.
This post is part of my daily learning journey in game development.
I’m sharing what I learn each day — the basics, the confusion, and the real progress —
from the perspective of a beginner.
If you're using AI coding assistants without type hints, you're leaving performance on the table.
When you ask an AI to complete this:
def process(data):
# TODO: sp...Originally published on Medium: https://medium.com/@supsabhi/mastering-graphql-with-ktor-a-modern-networking-guide-for-android-028f388836ed
Modern Android apps demand flexible, efficient and scalable networking solutions. While REST APIs hav...