My passion is technology and living with it, and my ultimate goal is to become an Enterprise Architect, as a major step to continue with the path I should be following, I am TOGAF 9.2 certified as on today. It was a long due one, finally I am able to accomplish it. Great experience preparing for […]
Read more →Author: Nithin Mohan TK
NuGet Package – Unity.WebAPI
Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. It is pretty simple to configure and install on your existing Web API project or new ones. Inorder to use it, use the respective NUGET package from below links: ASP.NET Web API v1.0 – Unity.WebAPI […]
Read more →Query Understanding and Intent Detection: Building Smarter AI Interfaces
Introduction: Query understanding is the critical first step in building intelligent AI systems that respond appropriately to user requests. Before your system can retrieve relevant documents, call the right tools, or generate helpful responses, it needs to understand what the user actually wants. This involves intent classification (is this a question, command, or conversation?), entity […]
Read more →iOS – Swift vs Objective-C
Since the introduction of Swift by Apple( a new programming language for developing iOS apps using xcode) , among iOS developers it has become a myth that Swift is going to replace Objective-C. I just would like to add my few cents to this view: MYTH 1: Swift will replace Objective-C immediately NO, Swift is […]
Read more →Android Studio 1.0 released
Google Android Developer team has released version 1.0 of new IDE for developing Android apps. The new IDE is based on popular IntelliJIDEA platform(Community Edition) and Google Android is moving away from Eclipse based IDE for developing Android Mobile Apps. Developers who willing to develop Android mobile apps should try the new IDE, and for […]
Read more →Hybrid Search Implementation: Combining Vector and Keyword Retrieval
Introduction: Hybrid search combines the best of both worlds: the semantic understanding of vector search with the precision of keyword matching. Pure vector search excels at finding conceptually similar content but can miss exact matches; pure keyword search finds exact terms but misses semantic relationships. Hybrid search fuses these approaches, using vector similarity for semantic […]
Read more →