11 articles

📰 Dev.to · AJAYA SHRESTHA

Articles from Dev.to · AJAYA SHRESTHA · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9068) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Beyond Cosine Similarity: Multi-Faceted Scoring for Smarter Recommendations
Dev.to · AJAYA SHRESTHA 8mo ago
Beyond Cosine Similarity: Multi-Faceted Scoring for Smarter Recommendations
Cosine similarity is a widely adopted metric for measuring the similarity between two vectors in...
Upgrading Django with "python -W always manage.py test"
Dev.to · AJAYA SHRESTHA 11mo ago
Upgrading Django with "python -W always manage.py test"
Upgrading Django to a newer version is a crucial step in keeping your project secure, performant, and...
Django: Find Nearby Users with Coordinates and Radius
Dev.to · AJAYA SHRESTHA 1y ago
Django: Find Nearby Users with Coordinates and Radius
In today's world, location-based features are increasingly essential in web applications. Integrating...
Common Django ORM Mistakes to fix
Dev.to · AJAYA SHRESTHA 1y ago
Common Django ORM Mistakes to fix
Django ORM is one of the most powerful features of django. It abstracts away much of the complexity...
Cosine Similarity Search on Vectors in Postgres with pgvector
Dev.to · AJAYA SHRESTHA 1y ago
Cosine Similarity Search on Vectors in Postgres with pgvector
In the realm of modern data processing, vector embeddings have become increasingly popular for...
Python Try-Except: When to Avoid It
Dev.to · AJAYA SHRESTHA 1y ago
Python Try-Except: When to Avoid It
Python’s try-except block is a powerful tool for handling exceptions and preventing a program from...
Deploying Nuxt 3 App in AWS EC2 with Nginx and PM2
Dev.to · AJAYA SHRESTHA 1y ago
Deploying Nuxt 3 App in AWS EC2 with Nginx and PM2
Deploying a Nuxt 3 application on an AWS EC2 instance involves several steps. This guide will walk...