PinnedInAbout Me StoriesbyRuby Valappil·Jan 22, 2022About Me — Ruby ValappilA Life-Long Student Who Codes, Writes , Dreams and Travels.A response icon7A response icon7
InR7B7 Tech BlogbyRuby Valappil·Feb 12, 2025Understanding Kubernetes Through Minikube: A Beginner’s PerspectiveAs someone who recently completed a course on Minikube, I find it to be an excellent resource for understanding the broader Kubernetes…
InR7B7 Tech BlogbyRuby Valappil·Feb 5, 2025Gracefully Handle Redis Node Failures in SpringBoot ApplicationsRedis-Cluster Management in Scalable Applications.
InR7B7 Tech BlogbyRuby Valappil·Jan 29, 2025Can Your Caching Mechanism Auto-Recover?Working Example of Redis Cluster with Multiple Nodes on a Single Laptop
InR7B7 Tech BlogbyRuby Valappil·Dec 23, 2024Using Trained Pytorch Model for Inference in JavaIn a previous article, we did a similar exercise with a text-classification model.
InR7B7 Tech BlogbyRuby Valappil·Dec 21, 20244 Ways to Read ONNX Model’s Input/Output Params EffectivelyThis might be an easy task for those familiar with the ML landscape, but as an outsider, I spend a significant amount of time reading the…
InR7B7 Tech BlogbyRuby Valappil·Dec 20, 2024Using Trained Machine Learning Models for Inference in JavaIn this article, we will discuss how to use trained ML models (trained using Pytorch, Tensorflow or any other framework) for inference in…
InR7B7 Tech BlogbyRuby Valappil·Dec 13, 2024Agentic Systems: A Perspective Beyond Large Language ModelsTwo Java-based Agentic frameworks that existed before LLMs
InR7B7 Tech BlogbyRuby Valappil·Dec 12, 2024New Version of Hosp-AI is Released : Supports TOOLSJava Library to use multiple LLM providers effectively
InR7B7 Tech BlogbyRuby Valappil·Dec 9, 2024How to Use HuggingFace Models in SpringBoot ApplicationEasy to follow tutorial using a question-answering model