📰 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

Dev.to · AJAYA SHRESTHA
1mo ago
I Built a Privacy-First Image Workflow App That Runs Entirely in the Browser
When people work with images online, they usually do the same few things again and again. They...

Dev.to · AJAYA SHRESTHA
1mo ago
Developers: Your Image Optimizer Might Be Logging Your Assets
If you build for the web, you probably compress images almost every day. Screenshots. UI mockups....

Dev.to · AJAYA SHRESTHA
1mo ago
Your Image Compressor Has Seen Every Photo You've Ever "Compressed for Free"
You've done it hundreds of times without thinking about it. Your photo is too large to email. Your...

Dev.to · AJAYA SHRESTHA
3mo ago
IVFFlat Indexing in pgvector
Vector databases and AI-powered applications continue to grow rapidly, and PostgreSQL has joined the...

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...

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...

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...

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...

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...

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...

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...
DeepCamp AI