Logo
Login
Tech Posts 31249
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Understanding MongoDB Text Search: Handling Special Characters and Pitfalls

Introduction Recently, while developing a property management system, we encountered an interesting issue with MongoDB's text search. When searching for a property unit named "office unit -7"...
28.04.2025 0 Read More

How to Type the '_id' Field in TypeScript with Mongoose

How to Type the '_id' Field in TypeScript with Mongoose
Hi everyone, let me start by thanking you for reading this post.I started this to practice my writing skills in English and to overcome my procrastination. Writing posts like this helps me gain a bett...
28.04.2025 0 Read More

🚀 MongoDB Aggregation Challenge - Lookup & Grouping Mastery 🔥

...
29.04.2025 0 Read More

Building Multimodal AI Applications With MongoDB, Voyage AI, and Gemini

Building Multimodal AI Applications With MongoDB, Voyage AI, and Gemini
The internet has content spanning multiple mediums, formats, and modalities. However, most LLM-based AI applications in the past few years have primarily dealt with text data. This is because embeddin...
29.04.2025 0 Read More

Querying embedded arrays in JSON (PostgreSQL JSONB and MongoDB documents)

When working with document-based data structures, the fields at the root can be indexed using simple expression indexes. However, when an array is present in the path, representing a One-to-Many relat...
30.04.2025 0 Read More

Building An Auction System Using Java.

I recently was tasked with building an auction system, somewhat like an e-commerce application. Picking a stack for this was pretty much straight-forward,because of it's rich framework. So i decided t...
01.05.2025 0 Read More

Migrating Your Content Management System (CMS) Assets With MongoDB and Node.js

Content platforms evolve as business strategies shift. At MongoDB, we embraced external publishing platforms like Dev.to, Medium, The Polyglot Developer, etc. to better engage developer communities, r...
01.05.2025 0 Read More

Microsoft CosmosDB: RUM instead of GIN but same limitations on JSON paths

Storing documents in PostgreSQL does not transform it to a document database. Embedded documents in JSONB require GIN indexes, which are not effective for range or pagination queries. Microsoft recogn...
01.05.2025 0 Read More
Loading...
#reading
Daily JavaScript Challenge #JS-153: Detect Capital Use in a Word
0
User authentication caching in FastAPI
0
Build A Full-Stack Application With AnalogJS
0
Building AI Agents with n8n: A Complete Guide to Workflow Automation
0
Streamlined Odoo 18 Development with Docker Compose: A Developer's Guide
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0