I am available for solving any problem related to the technical and also for the Frontend work.
Feb 22 路 16 min read 路 My journey through the core concepts that make Rust unique and powerful Introduction Welcome back to my Rust learning journey. After getting comfortable with the basics in Week 1, Week 2 was where th
Join discussion
Feb 15 路 9 min read 路 What is Rust 馃 I've been diving into Rust lately, and it has been quite an adventure. Rust runs as fast as C/C++ but catches many bugs before your code even runs. When I first started, something clicked for me pretty quickly: Rust isn't really hard...
Join discussion
Dec 10, 2025 路 8 min read 路 From Simple QR Scans to Complex Bank Settlements - The Full Story At a Glance: 14+ Billion transactions monthly 2-3 Seconds per transaction 99.5% success rate 300+ Million active users 0 Cost for consumers Chapter 1: The Simple View - What Us...
Join discussion
Dec 9, 2025 路 15 min read 路 馃攳 The Need for Real-Time Communication Imagine you're waiting for an important email. You could: Constantly check your inbox (Polling - inefficient) Get notified when it arrives (SSE - one-way notifications) Have a live chat with the sender (WebS...
Join discussion