tutorial

Ktor server for beginners – MongoDB (Part 2 – queries)

Level: Beginner Welcome back!, in the previous lesson we learned how to setup our mongoDB and how to add, read, update and delete documents from our collections, in this lesson we are going to learn how to make queries to filter and sort our documents!. Sorting data To sort the list of documents returned by

Ktor server for beginners – MongoDB (Part 2 – queries) 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 »

Sorry your device does not support speech recognition [Fixed]

While trying to use speech recognition in some app my friend had an error saying “Sorry your device doesn’t support speech recognition” so this basically means that the device has no speech recognition files installed for that language while some apps like Google Translate can work without these files while connected to the internet some

Sorry your device does not support speech recognition [Fixed] Read More »