Technical blog & articles.
§ 00_preface
Half-formed thoughts, post-mortems, and the occasional useful pattern. Notes from the keyboard, written when the dust finally settles.
[blog_diag] status: active
- // entries
- 08
- // years
- 5
- // latest
- May 24, 2026
- // feed
- rss.xml ↗
archive() // 8 entries
-
[log_01]
Auto Token Refresh with Axios and MMKV in React Native
Setting up automatic JWT token refresh in React Native using Axios interceptors and MMKV, with a queue to prevent duplicate refresh calls when multiple requests hit 401 at the same time.
- react-native
- axios
- jwt
- refresh-token
read_entry()
-
[log_02]
Build-time OG images in Astro
How I generate per-page Open Graph images at build time using satori and resvg-js - no edge runtime, no external service, just a custom Astro integration.
- astro
- typescript
- satori
- og-image
read_entry()
-
[log_03]
Building an NSFW Detection Telegram Bot with Bun and TypeScript
A tutorial on creating an automated content moderation Telegram bot using Bun, @mtkruto/node, and @nsfwspy/node to detect and remove inappropriate images from group chats.
- bun
- telegram
- telegram-bot
- typescript
read_entry()
-
[log_04]
Implementing Auto Token Refresh with Ky for React & React Native
A comprehensive guide on building an automatic JWT token refresh system using Ky.js that works across both React and React Native, handling concurrent requests efficiently.
- react-native
- api
- reactjs
- jwt
read_entry()
-
[log_05]
Building a Reusable React Native Input Component with React Hook Form
Learn how to build a type-safe, reusable React Native TextInput component that integrates seamlessly with React Hook Form and supports custom accessories.
- react-native
- react-hook-form
- typescript
- form-validation
read_entry()
-
[log_06]
Method chaining in TypeScript
Learn how method chaining works in TypeScript and JavaScript, and how to implement it in your own classes to write more readable and concise code.
- javascript
- typescript
- object-oriented-programming
read_entry()
-
[log_07]
Fade Image with background in React-Native with react-native-skia
Learn how to create smooth image fade effects in React Native using react-native-skia's Mask and LinearGradient components.
- react-native
- design
- ui
- skia
read_entry()
-
[log_08]
How to Deploy TGVCBot (<=v0.2.5) in a Ubuntu VPS
Step-by-step guide to deploying TGVCBot - a Telegram bot+userbot to play music from JioSaavn and YouTube in group voice chats - on a Ubuntu VPS using PM2.
- tutorial
- typescript
- bot
- music
read_entry()