Skip to main content

Write-ups

Technical articles and insights on iOS, Android, Problem Solving, and Career Development.

Showing 8 of 8 articles
COW Optimization in Swift: The Performance Secret Behind Arrays and Strings
iOS Development
15 min read

COW Optimization in Swift: The Performance Secret Behind Arrays and Strings

Understand why Swift uses copy-on-write in Array, Dictionary, String, Data, and learn how to implement it safely in your own value types for production apps.

Nov 8, 2025
Swift
Performance
Value Types
The Race for Pi: How Supercomputers Compute Trillions of Digits
Problem Solving
External

The Race for Pi: How Supercomputers Compute Trillions of Digits

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
Pi
Supercomputer
High Performance Computing
Understanding CRDTs and LWW with Swift: A Deep Dive
iOS Development
External

Understanding CRDTs and LWW with Swift: A Deep Dive

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
CRDT
LWW
Swift
Introducing TCAKit: A Lightweight SwiftUI-first TCA Style Library
iOS Development
External

Introducing TCAKit: A Lightweight SwiftUI-first TCA Style Library

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
TCA
Composable Architecture
Swift
Mastering The Art Of Python Decorators: A Comprehensive Tutorial
Problem Solving
External

Mastering The Art Of Python Decorators: A Comprehensive Tutorial

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
Python
Python Programming
Decorators
Exploring Non Copyable Structs
iOS Development
External

Exploring Non Copyable Structs

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
Swift Programming
Swift
IOS Development
Quantum Random Number Generators
Problem Solving
External

Quantum Random Number Generators

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
QRNG
Software Engineering
Python
Why You Should Stop Charging Your Phone Beyond 80%
Problem Solving
External

Why You Should Stop Charging Your Phone Beyond 80%

This article is hosted on Medium. Click to read the full content.

Oct 23, 2025
Battery Life
Battery Health
Battery Charger