Blog Cover

Blogs


The Illusion of Infinite Chat
The Illusion of Infinite Chat
3 min read

How ChatGPT, Slack, and Discord render thousands of messages without melting your browser — and why your text selection disappears when you scroll.

frontendweb-performancevirtualizationsystem-designchatllmtoken-treaming
Your Grails SQL Query Might Be Lying to You
Your Grails SQL Query Might Be Lying to You
3 min read

A deep dive into how Groovy SQL silently serializes collection parameters into binary blobs — and why Hibernate doesn't have this problem. Learn when to use db.rows() vs domain.executeQuery() in Grails applications.

grailsgroovyhibernatesqlgormdebugging
Inline View More: A Better Text Truncation Pattern
Inline View More: A Better Text Truncation Pattern
3 min read

A developer-focused look at inline View More / View Less for text truncation, with live previews and implementation details.

frontenduser-interfacecascading-style-sheetsjavascript
ReLU — The Gatekeeper of Deep Neural Networks
ReLU — The Gatekeeper of Deep Neural Networks
3 min read

What the Rectified Linear Unit is, how it works, and why it became the default activation function for deep neural networks. From intuition and mathematical properties to practical advantages and limitations, this article shows how ReLU acts as a gate—blocking negative signals and allowing meaningful information to flow through deep models efficiently.

deep-learningactivation-functionmathematicsweights-&-biases
Regex (Double-edged sword) Cloudflare outage
Regex (Double-edged sword) Cloudflare outage
3 min read

A deep dive into why the regex .*.*=.* caused real-world outages, how catastrophic backtracking works, and the correct, safe way to write regex at scale.

regExperformanceoutagescloudflare