Jasmine Elamblakatt·Oct 11, 2023End-to-End Model Development with Vertex AI: Building, Deploying, and Testing via Postman.Vertex AI is a machine learning platform by Google Cloud that simplifies and accelerates the development and deployment of AI models. It…
Jasmine Elamblakatt·Mar 21, 2023“Enhancing User Interface with Lottie Animations in SwiftUI”An Engaging and Intuitive Animation can give life to your App.
Jasmine Elamblakatt·Mar 14, 2023Exploring GPT3 and training ChatGPT with JSON in SwiftUI App.ChatGPT is a truly remarkable creation that possesses an incredible capacity for natural language processing and communication.
Jasmine Elamblakatt·Jun 9, 2022Hooked: How to Build Habit-Forming Products -My ScribblesHooked by Nir Eyal is no doubt one of the best book for Product Managers, Designers, Developers, Start-up founders and anyone who wanted to…
Jasmine Elamblakatt·Oct 21, 20215 Powerful Books which has influenced me this year.Whenever you read a good book, somewhere in the world a door opens to allow in more light. — Vera Nazarian
Jasmine Elamblakatt·Jan 15, 2021Import existing certificate and profiles to Match and configure Fastlane for multiple Targets.Managing multiple target profiles, distributing a .p12 file to the team and setting up the certificates, and resolving issues around it is…A response icon2A response icon2
Jasmine Elamblakatt·Nov 21, 2020Caching data with FileManager.Suppose there are some scenarios where you need to save some data in the App for some period of time.
Jasmine Elamblakatt·Jan 22, 2020Fastlane: Capture screenshots automatically and Upload beta build to TestFlightWhy we should do a manual process when Fastlane can easily automate things for you.A response icon1A response icon1
Jasmine Elamblakatt·Aug 12, 2019Weight assignment in Stack view…Percentage-wise size calculation.Android layout weight assignment in Linear Layout is a strong feature in layout designing. But the same feature is a little different in…
Jasmine Elamblakatt·Jun 6, 2019About Codable in Swift… And the mistakes to avoid….Often while fetching data, its format needs to be changed like in networking calls we receive data in different format like JSON which has…