Warehouse Path Finder

Introduction DecaWave 3000 Module is a type of wireless communication module developed by DecaWave. It is based on ultra-wideband (UWB) technology, which enables precise indoor positioning and localization capabilities. The module is designed to provide accurate location data, typically within centimeter-level accuracy, making it suitable for applications such as asset tracking, indoor navigation, industrial automation, […]

CV Screening Tool

  Introduction tool leverages machine learning models to classify resumes into four distinct categories: Waiting, Qualified, Overqualified, and Not Qualified. job descriptions are parsed into JSON format using the Gemini API. Documentation https://git.javra.com/internal-rnd/resume-screener/-/blob/main/docs/Overview.pdf POC https://resume.javra.com/ GIT https://git.javra.com/internal-rnd/cv_screening

Salesforce Development Quick Guide

Salesforce Development Setting up Salesforce Organization Before starting anything with salesforce we need to set up our salesforce environment, to do so navigate to https://developer.salesforce.com/ and click signup on the top right of the menu bar.   Fill up the form(s) required and once the signup is completed. Log in with your developer account and […]

CI/CD with Azure Devops

Azure Devops is a platform that provides set of integrated tools to support collaborative software development, including Git repository,work boards,CI/CD and more. In short it is a bundle of tools for one’s devops need. Azure devops provides Azure boards, Azure Repo, Azure Pipelines, Azure Artifacts,  Azure Test plans as services that are extensible and can be […]

Audio/Video Chat with ASP.NET Core SignalR and WebRTC (Sparkle)

Introduction Sparkle is a simple chat based application where a user can chat another user based on one to one, one to many, broadcast or group chat. Sparkle is based on .NET Core as it’s backend application and angular as it’s frontend application. Sparkle has also feature for one to one audio/video chat which is […]

Creating multi-project template for Visual Studio

Introduction A number of predefined project and item templates are installed with Visual Studio. These templates, such as the ASP.NET Web Application and Class Library templates, are available to choose from when you create a new project. Item templates, such as code files, XML files, HTML pages, and Style Sheets, appear in the Add New […]

Web Assembly

Web assembly is a low level assembly like language with a compact binary format that provides high speed performance and supports various languages like C,C++,Rust to be executed in browsers.The language is not handwritten but is designed to be an effective compilation target for different languages such that it can be used to create web […]

Into the world of R and Shiny!

                    What is R and what is Shiny? R is free, open-source, powerful and highly extensible programming language especially useful for statistical analysis and data shenanigans. Google’s chief economist back at 2009 said and I quote, “You have a lot of prepackaged stuff that’s already available, […]