Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Satya Nadella, Microsoft's CEO, discusses AI agents and quantum technology in an interview on the...
On reddit, a PostgreSQL user was trying to use the SQL database as a document database, with all data...
In recent years, MongoDB and PostgreSQL have gained popularity, representing the NoSQL and SQL camps,...
A Twitter (𝕏) thread was filled with misconceptions about MongoDB, spreading fear, uncertainty, and...
In the previous post, I used the following index on the daily views data, which is an array of...
PostgreSQL's Multi-Version Concurrency Control (MVCC) works around the challenge of in-place updates...
When transitioning from a SQL background to MongoDB, the $lookup operation in an aggregation pipeline...
In 2025, with document translation tools evolving rapidly, the debate has sharpened—are AI...
PostgreSQL limits tuple sizes to a quarter of the block size, generally capping at 2KB. In document...
I you have read my previous post $lookup: more than just a SQL join, you understand that $lookup is...
Many outdated or imprecise claims about transaction isolation levels in MongoDB persist. These claims...
This article examines PostgreSQL operations that benefit from GIN indexes, as listed in Built-in GIN...
In this series, I present various access patterns for a specific document model. These patterns are...
In 2025, translating documents isn’t just faster — it’s smarter, cleaner, and layout-perfect. From...
Arrays in MongoDB are ordered lists of values, and querying them can be confusing because a field...
If you’ve ever tried translating a multilingual PDF using AI, CAT tools, or custom pipelines, you...
Document detection is a key feature in many modern desktop, mobile and web applications. Recently,...
Multilingual documents are a reality in today's globalized workflows — from legal contracts in...
In many industries, a document scanner app is essential for capturing, editing, and uploading...
In a blog post titled "Schema Later" Considered Harmful on EDB's site, Michael Stonebraker...
In the previous post, we discussed how MongoDB indexes retrieve documents ordered by a specific...
In the evolving world of software development, teams are constantly seeking more efficient ways to...
The legal industry is witnessing a transformative shift, driven by the adoption of AI Legal Document...
In 2025, translating documents and content across languages isn’t just a matter of accuracy — it’s...
In a blog post titled New Benchmarks Show Postgres Dominating MongoDB in Varied Workloads, EDB claims...
Apple provided a sample project demonstrating how to create a virtual scanner device a long time ago....
MongoDB sits at the crossroads between SQL, where developers can write queries on a logical model...
In today’s digital age, Intelligent Document Processing (IDP) is crucial for enhancing business...
In SQL databases, we sometimes encounter an Entity-Attribute-Value (EAV) model to work around the...
Working with nested data in MongoDB simplifies mapping between application objects and database...