-
Multiplatform mobile development using kotlin
There have many tools in the market for UI development predominantly: Android Studio for Android using Kotlin and XCode for iOS using Swift. To add to the toollist, there are also hybrid tools which allow to develop and then compile to both Android and iOS like Flutter, React Native etc....
-
Detoxify user prompts
With the emergence of so many text based ai generative models, there is a initial layer of input prompt validator / filter which detects bias, racist and other inappropriate comments. Building this model, takes time and resources. Should the team focus on the core model or also spend effort on...
-
What is APIOps?
APIs are a very integral parts of systems built especially when they help connect distributed systems. This integral importance, makes the task of api deployment more crucial. There have been various methodologies namely DevOps, GitOps, MLOps etc. A relatively new methodology is APIOps which applies the concepts of GitOps and...