rest api

Ktor server for beginners – Login & Authentication – Part 1

Level: Beginner In the previous lesson we learned how to store files and provide them as static content, at the moment anyone with access to our server’s address can add or delete fruits and while this might sound convenient we want to know who added what so we know who to blame when we see […]

Ktor server for beginners – Login & Authentication – Part 1 Read More »

Ktor server for beginners – sending and receiving data

Level: Beginner Ktor is a lightweight and high-performance framework for building asynchronous servers and clients in Kotlin. It provides an easy-to-use and intuitive API for creating web applications, microservices, and other types of network applications. With its simple and concise syntax, Ktor allows developers to quickly create and deploy robust and scalable applications with minimal

Ktor server for beginners – sending and receiving data Read More »