✕ Clear all filters
16 articles
▶ Videos →

📰 Dev.to · Judy

16 articles · Updated every 3 hours · View all reads

All Articles 139,116Blog Posts 142,461Tech Tutorials 36,111Research Papers 27,183News 19,499 ⚡ AI Lessons
List Your API on AgenticTrade in 5 Minutes — A Step-by-Step Guide
Dev.to · Judy ⚡ AI Lesson 3mo ago
List Your API on AgenticTrade in 5 Minutes — A Step-by-Step Guide
List Your API on AgenticTrade in 5 Minutes — A Step-by-Step Guide Your API already works....
The Agent Economy Is Here — Why AI Agents Need Their Own Marketplace
Dev.to · Judy 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
The Agent Economy Is Here — Why AI Agents Need Their Own Marketplace
The Agent Economy Is Here — Why AI Agents Need Their Own Marketplace AI Agents are...
How to Publish a Paid API for AI Agents Using MCP and AgenticTrade
Dev.to · Judy 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
How to Publish a Paid API for AI Agents Using MCP and AgenticTrade
How to Publish a Paid API for AI Agents Using MCP and AgenticTrade Most API monetization...
Ditch 10,000 Intermediate Tables—Compute Outside the Database with Open-Source SPL
Dev.to · Judy ⚡ AI Lesson 5mo ago
Ditch 10,000 Intermediate Tables—Compute Outside the Database with Open-Source SPL
Intermediate tables are data tables in databases specifically used to store intermediate results...
Understanding data mining and prediction in one article
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 10mo ago
Understanding data mining and prediction in one article
What is data mining? People always want to be able to predict the future, such as...
Querying MongoDB:SPL Lightweight Multisource Mixed Computation Practices #4
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1y ago
Querying MongoDB:SPL Lightweight Multisource Mixed Computation Practices #4
There are also some other commonly seen data sources, including NoSQL, MQ, MongoDB and others, among...
Competition of data processing languages on JVM: Kotlin, Scala and SPL
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1y ago
Competition of data processing languages on JVM: Kotlin, Scala and SPL
The open-source data processing languages based on JVM mainly include Kotlin, Scala and SPL. This...
How to simplify MongoDB queries with esProc
Dev.to · Judy ⚡ AI Lesson 1y ago
How to simplify MongoDB queries with esProc
The native query syntax of MongoDB is quite cumbersome, and simple tasks require long code. Complex...
SPL assists MongoDB: Only keep the running total for the last item in the partition
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1y ago
SPL assists MongoDB: Only keep the running total for the last item in the partition
The data of a collection (named grp_core) in the Mongdb database is as follows: [ { "grp": "A",...
SPL assists MongoDB: Grouping adjacent documents
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1y ago
SPL assists MongoDB: Grouping adjacent documents
The data of a collection (named states) in the MongoDB database is as follows: [ {order: 1,...
The Open-source SPL Boosts MongoDB Computing Ability
Dev.to · Judy 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1y ago
The Open-source SPL Boosts MongoDB Computing Ability
MongoDB is a typical NoSQL database. Its document-oriented structure makes both storage and access...
What else can Stream&Kotlin evolve into?
Dev.to · Judy 📣 Digital Marketing & Growth ⚡ AI Lesson 1y ago
What else can Stream&Kotlin evolve into?
Java has not provided a direct dataset operation syntax for a long time, and writing a simple SUM...