Building PostgreSQL Extensions with Rust: A Complete Guide Using pgrxA practical guide to pgrx with a real-world data masking exampleJan 14, 2026·10 min read
My Journey into Query Engines, Databases, and Rust🚀 Introduction My journey into query engines, databases, and Rust began with curiosity and a passion for systems-level performance. Rust's promise of safety and efficiency drew me in, while databases provided the perfect playground to test its capab...Jul 19, 2025·3 min read
Implementing `simplify` for `starts_with` in Apache DataFusionIntro about Datafusion Apache DataFusion is a Rust-native query engine with a powerful optimizer. One key component of its optimizer is expression simplification, often referred to as the simplify function. In this post, we'll walk through how we imp...Mar 1, 2025·7 min read
Implementing Custom API timeout using the `Promise.race()` method.This article demonstrates the implementation of Promise.race() method.Sep 14, 2022·2 min read
Clean Code In JavascriptHi, I am a software developer, primarily working on the javascript language. While working on the lots of code. I realized the importance of the clean code. So, I want to share my experience with everyone. So, while writing javascript code. Keep the...May 7, 2021·3 min read