Hi 👋, I am Krish Parekh !
const krish = {
pronouns: "He" | "Him",
age: "21",
askMeAbout: ["app dev", "web dev", "machine learning"],
currentFocus: "Learning Jetpack Compose",
programmerType: "Self-Taught",
};
const krish = {
pronouns: "He" | "Him",
age: "21",
askMeAbout: ["app dev", "web dev", "machine learning"],
currentFocus: "Learning Jetpack Compose",
programmerType: "Self-Taught",
};
Ktor is an asynchronous framework that is used as a backend for the Boruto app. It is designed for creating microservices and web applications, and is written in Kotlin from the ground up. The Ktor…