Blog
Practical technical articles and clear explanations.
-
-
Finance Tools
SIP Calculator
-
Artificial Intelligence
Monitoring LLM
An LLM application can look perfectly healthy on the surface. The API is responding, users are getting answers, and the application dashboard is showing…
-
General
Data Storage Cost Calculator
-
General
Data Compression Calculator
-
General
Data Volume Calculator
-
-
Finance Tools
FIRE number calculator
-
Data Science
Why Knowing HashMaps Won’t Make You a Better Engineer?
A decision map for choosing data structures: when to index, partition, cache, stream or compress, and the real systems that use each one
-
Data Science
Mental model for SQL queries
These are some ways of thinking about applying the fucntion to make the SQL query for a problem. 1. Looking Across Rows → look…