Safe non-local returns using crossinline for inline functions in kotlinA higher-order function is a function that either takes another function as a parameter, returns a function, or both. These functions are a…Sep 10Sep 10
How to add a round filter or mask to OBS’s video capture feedSo you are new to OBS and itching to record your first video demo of a project you have been working on. You’ve been watching other content…Aug 27Aug 27
Building cost-effective AI systems using RouteLLMMost of the time, building AI systems means juggling efficiency against performance and budget. RouteLLM is a new model designed to. route…Aug 7Aug 7
Strategies on how to showcase your portfolio and impress potential clients as a freelancerIntroductionJul 18Jul 18
Creating an AI Blog Post Generator with LangChain: A Step-by-Step GuideA workflow is basically a series of pre-determined…Jun 7Jun 7
Published inDjango UnleashedHow to fetch medium articles/stories automatically to your django websiteI have been working on building my portfolio website using Django as the backend and the . I needed to…Apr 19Apr 19
How to create a document scanner using ML Kit and Jetpack ComposeGoogle recently released their ML Kit document scanner API that can help you easily add a powerful AI powered document scanner to your app…Mar 18Mar 18
Overcoming Burnout: Leveraging Boredom to Boost Productivity and Learn New SkillsLast weekend pushed me to my limits. We had to meet a deadline by Friday, and by the time Saturday rolled around, I was entirely burnt out…Mar 18Mar 18
A healthy gut equals to a longer, happier life — MealPlanner appMaintaining a healthy diet can be challenging, the demands of work, school and home life often leave us with little to no time to…Mar 1Mar 1
Fetching data from REST APIs using Ktor in Android‘To fetch data from a Rest API using Ktor, you need mainly two dependencies. For a Kotlin Multiplatform (KMM) Project, you need to add a…Feb 9Feb 9