ArchUnit : Unit test your Java architecture

This blog gives an overview on how you can define Architectural principles / guidelines for your Java project using the ArchUnit f/w. The way we can Unit test the business capabilities we build, in a similar fashion if we want to test out whether our application is abiding / adhering to the architecture principles we … Read moreArchUnit : Unit test your Java architecture

LLM : Running LLM locally with Ollama

This blog gives you an overview on how to run Large Language Models (LLMs) locally using Ollama.Ollama enables you to run the different Large Language models locally on your own Computer. This enables developers to quickly create a sample / prototype around an LLM use-case without having to rely on the Paid models. Another advantage … Read moreLLM : Running LLM locally with Ollama