DEV Community

Keyur Ramoliya profile picture

Keyur Ramoliya

Engineer

Joined Joined on  Personal website https://keyurramoliya.com
What is cosine similarity, and how is it useful for text embeddings?

What is cosine similarity, and how is it useful for text embeddings?

Comments
4 min read
ThreadPool in C#: Practical Examples

ThreadPool in C#: Practical Examples

Comments
10 min read
Understanding ThreadPool in C#

Understanding ThreadPool in C#

8
Comments 1
5 min read
Action and Func Delegates in C#

Action and Func Delegates in C#

Comments
11 min read
Happy New Year 2024

Happy New Year 2024

Comments
1 min read
C# - Function Pointers for High-Performance Scenarios

C# - Function Pointers for High-Performance Scenarios

Comments
1 min read
C# - Using Static Caches for Efficiency

C# - Using Static Caches for Efficiency

Comments
1 min read
C# - with expressions

C# - with expressions

Comments
1 min read
Git - Use Aliases for Efficiency

Git - Use Aliases for Efficiency

2
Comments
2 min read
Python - Kruskal's Algorithm for Minimum Spanning Trees

Python - Kruskal's Algorithm for Minimum Spanning Trees

Comments
2 min read
SQL - Handle NULL Values Safely in Queries

SQL - Handle NULL Values Safely in Queries

2
Comments
1 min read
C# - Simplify Event Handling with Lambda Improvements

C# - Simplify Event Handling with Lambda Improvements

Comments
1 min read
REST API - Basic components of Authorization and Authentication

REST API - Basic components of Authorization and Authentication

Comments
2 min read
C# - System.Text.Json Source Generators

C# - System.Text.Json Source Generators

Comments
2 min read
Python - Apply the Floyd-Warshall Algorithm for All-Pairs Shortest Path

Python - Apply the Floyd-Warshall Algorithm for All-Pairs Shortest Path

Comments
2 min read
Python - Use Backtracking for Solving Search Problems with Constraints

Python - Use Backtracking for Solving Search Problems with Constraints

Comments
2 min read
Python - Greedy Algorithms for Optimization Problems

Python - Greedy Algorithms for Optimization Problems

Comments
1 min read
SQL - Efficiently Paginate Query Results

SQL - Efficiently Paginate Query Results

Comments
1 min read
SQL - Optimizing Queries with Indexing

SQL - Optimizing Queries with Indexing

Comments
1 min read
SQL - Maintain Data Integrity with Constraints

SQL - Maintain Data Integrity with Constraints

Comments 1
1 min read
C# - Extended Property Patterns

C# - Extended Property Patterns

Comments
1 min read
C# - Record Structs for Immutable Value Types

C# - Record Structs for Immutable Value Types

Comments
1 min read
C# - Interpolated String Handling

C# - Interpolated String Handling

Comments
1 min read
C# - Optimize Performance with Span<T> and Memory<T>

C# - Optimize Performance with Span<T> and Memory<T>

Comments
2 min read
C# - `Required` Attribute for Non-Nullable Reference Types

C# - `Required` Attribute for Non-Nullable Reference Types

Comments
1 min read
C# - Implicit Usings

C# - Implicit Usings

1
Comments
1 min read
C# - Struct Improvements in C# 10.0

C# - Struct Improvements in C# 10.0

Comments 1
1 min read
C# - File-scoped Namespaces

C# - File-scoped Namespaces

Comments
1 min read
Python - Consider Divide and Conquer for Complex Problem Solving

Python - Consider Divide and Conquer for Complex Problem Solving

Comments
1 min read
Python - Sliding Window Technique for Efficient Subarray or Substring Operations

Python - Sliding Window Technique for Efficient Subarray or Substring Operations

Comments
1 min read
Python - Implement Breadth-First Search (BFS) for Graph and Tree Traversal

Python - Implement Breadth-First Search (BFS) for Graph and Tree Traversal

Comments
1 min read
Microsoft Azure - Virtual Desktop 🌐💼

Microsoft Azure - Virtual Desktop 🌐💼

Comments
1 min read
Microsoft Azure - Virtual Machines ☁️💻

Microsoft Azure - Virtual Machines ☁️💻

Comments
1 min read
Microsoft Azure - App Service

Microsoft Azure - App Service

1
Comments
1 min read
Python - Use Hash Tables (Dictionaries) for Fast Data Retrieval

Python - Use Hash Tables (Dictionaries) for Fast Data Retrieval

8
Comments 1
1 min read
ASP.NET Core - Policy-Based Authorization for Fine-Grained Access Control

ASP.NET Core - Policy-Based Authorization for Fine-Grained Access Control

Comments
1 min read
ASP.NET Core - Caching to Improve Application Performance

ASP.NET Core - Caching to Improve Application Performance

Comments
2 min read
C# - Lambda Improvements in C# 10.0

C# - Lambda Improvements in C# 10.0

Comments
1 min read
C# - Global Using Directives for Cleaner Code

C# - Global Using Directives for Cleaner Code

Comments
1 min read
C# - Init-Only Setters for Immutable Properties

C# - Init-Only Setters for Immutable Properties

Comments
1 min read
C# - Pattern Matching Enhancements

C# - Pattern Matching Enhancements

Comments
1 min read
C# - Default Interface Methods

C# - Default Interface Methods

Comments
1 min read
C# - Use Record Types for Immutable Data Structures

C# - Use Record Types for Immutable Data Structures

Comments
1 min read
🚀 Git - Boost Your Productivity with Git worktrees 🌟

🚀 Git - Boost Your Productivity with Git worktrees 🌟

10
Comments
1 min read
Python - Use Two-Pointer Technique for Efficient Array and String Manipulation

Python - Use Two-Pointer Technique for Efficient Array and String Manipulation

2
Comments
1 min read
SQL - Use Subqueries for Complex Data Retrieval

SQL - Use Subqueries for Complex Data Retrieval

Comments
1 min read
C# - Implementing a Custom Equality Comparer

C# - Implementing a Custom Equality Comparer

Comments
2 min read
C# - Efficient File I/O with Memory-Mapped Files

C# - Efficient File I/O with Memory-Mapped Files

1
Comments
2 min read
C# - Reducing Lock Contention with ReaderWriterLockSlim

C# - Reducing Lock Contention with ReaderWriterLockSlim

Comments
2 min read
C# - Caching Data with MemoryCache

C# - Caching Data with MemoryCache

6
Comments
2 min read
C# - Asynchronous Initialization of Singleton Pattern

C# - Asynchronous Initialization of Singleton Pattern

1
Comments
1 min read
C# - Use Value Tuples for Multiple Return Values

C# - Use Value Tuples for Multiple Return Values

3
Comments
1 min read
C# - Singleton Design Pattern with Lazy Initialization

C# - Singleton Design Pattern with Lazy Initialization

Comments
1 min read
C# - Dynamic Querying with Lambda Expressions and Expression Trees

C# - Dynamic Querying with Lambda Expressions and Expression Trees

1
Comments 1
2 min read
C# - Partial Methods for Extensible Code

C# - Partial Methods for Extensible Code

Comments
1 min read
C# - Lazy Initialization

C# - Lazy Initialization

1
Comments
1 min read
C# - Asynchronous Programming with Cancellation Tokens

C# - Asynchronous Programming with Cancellation Tokens

Comments
1 min read
Git - Interactive Add for Precise Staging

Git - Interactive Add for Precise Staging

Comments
1 min read
C# - Parallel Asynchronous Operations with Task.WhenAny

C# - Parallel Asynchronous Operations with Task.WhenAny

Comments
1 min read
Python - Depth-First Search (DFS) for Tree and Graph Traversal

Python - Depth-First Search (DFS) for Tree and Graph Traversal

1
Comments
1 min read
loading...