20 articles

📰 Dev.to · Athreya aka Maneshwar

Articles from Dev.to · Athreya aka Maneshwar · 20 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10497) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
How SQLite Executes Queries Through Its API Lifecycle
Dev.to · Athreya aka Maneshwar 1w ago
How SQLite Executes Queries Through Its API Lifecycle
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
How SQLite Internals Connect Into One Unified System
Dev.to · Athreya aka Maneshwar 1w ago
How SQLite Internals Connect Into One Unified System
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
SQLite Interface Handler: Understanding the sqlite3 Core Structure
Dev.to · Athreya aka Maneshwar 1w ago
SQLite Interface Handler: Understanding the sqlite3 Core Structure
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
From Queries to Bytecode: The Final Pieces of SQLite’s Frontend
Dev.to · Athreya aka Maneshwar 2w ago
From Queries to Bytecode: The Final Pieces of SQLite’s Frontend
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
Which index should SQLite use?
Dev.to · Athreya aka Maneshwar 2w ago
Which index should SQLite use?
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
Inside SQLite’s Frontend: Join Table Ordering
Dev.to · Athreya aka Maneshwar 2w ago
Inside SQLite’s Frontend: Join Table Ordering
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
Inside SQLite’s Frontend: BETWEEN, OR, LIKE, and GLOB Optimizations
Dev.to · Athreya aka Maneshwar 2w ago
Inside SQLite’s Frontend: BETWEEN, OR, LIKE, and GLOB Optimizations
Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is...
Basics to Improve Your Reasoning
Dev.to · Athreya aka Maneshwar 3mo ago
Basics to Improve Your Reasoning
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building **one place for all dev...
Understanding SQLite PRAGMA (And How better-sqlite3 Makes It Nicer)
Dev.to · Athreya aka Maneshwar 4mo ago
Understanding SQLite PRAGMA (And How better-sqlite3 Makes It Nicer)
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building **one place for all dev...
How to Avoid Temporal Myopia in UX Design
Dev.to · Athreya aka Maneshwar 6mo ago
How to Avoid Temporal Myopia in UX Design
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building *one place for all dev...
How to Get and Keep Users’ Attention in UX Design
Dev.to · Athreya aka Maneshwar 6mo ago
How to Get and Keep Users’ Attention in UX Design
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building *one place for all dev...
Why Users Act or Don’t: Lessons from the CREATE Action Funnel
Dev.to · Athreya aka Maneshwar 7mo ago
Why Users Act or Don’t: Lessons from the CREATE Action Funnel
Hello, I'm Maneshwar. I’m building LiveReview, a private AI code review tool that runs on your LLM...
Composition Over Inheritance: A Flexible Design Principle
Dev.to · Athreya aka Maneshwar 7mo ago
Composition Over Inheritance: A Flexible Design Principle
Hi there! I'm Maneshwar. Currently, I’m building a private AI code review tool that runs on your LLM...
Why GraphQL? A Developer-Friendly Guide to API Evolution
Dev.to · Athreya aka Maneshwar 1y ago
Why GraphQL? A Developer-Friendly Guide to API Evolution
In the world of APIs, two technologies have been dominating the conversation: GraphQL and REST....
Redis vs Memcached: Which In-Memory Data Store Should You Use?
Dev.to · Athreya aka Maneshwar 1y ago
Redis vs Memcached: Which In-Memory Data Store Should You Use?
When building applications that demand lightning-fast data retrieval, caching is a game-changer....
Redis Pub/Sub vs Redis Streams: A Dev-Friendly Comparison
Dev.to · Athreya aka Maneshwar 1y ago
Redis Pub/Sub vs Redis Streams: A Dev-Friendly Comparison
Redis Pub/Sub vs Redis Streams: A Developer-Friendly Comparison Redis has two powerful...