📰 Dev.to · JoongHyuk Shin
Articles from Dev.to · JoongHyuk Shin · 4 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (22951)
ArXiv cs.AIDev.to AIMedium · ProgrammingMedium · Machine LearningMedium · AIMedium · Cybersecurity
Dev.to · JoongHyuk Shin
1d ago
1.2.1 From SQL Text to Raw Parse Tree
A line like SELECT name FROM users WHERE id = 1 arrives at the backend. As we saw in 1.1.1, the...
Dev.to · JoongHyuk Shin
1d ago
1.2 Parser and Analyzer: How SQL Gets Its Meaning
A line like SELECT name FROM users WHERE id = 1 is just text when the client sends it. The first...
Dev.to · JoongHyuk Shin
2d ago
1.1.3 Optimizable vs Utility
Inside the five-stage pipeline from 1.1.1, there is another fork right after the parser. PostgreSQL...
Dev.to · JoongHyuk Shin
2d ago
1.1.2 Simple vs Extended
The fork visible in 1.1.1 — simple query protocol on one side, extended on the other — is the subject...
DeepCamp AI