All (9) Web development (6) Expo (2) React Native (2) Backend (1) System design (1) Astro (1) React (1) APIs (1) All tags →

Latest posts

Your App Is One Slow API Away from Disaster — Here's How to Fix That
· 5 min read

Your App Is One Slow API Away from Disaster — Here's How to Fix That

Learn how timeouts, retries, and circuit breakers stop a single slow API from cascading into a full outage in your production systems.

Backend System design Web development
· 3 min read

How to Add TanStack Query to an Astro + React Project

Learn how to integrate TanStack Query into an Astro project with React for efficient data fetching, caching, and mutations.

Astro React Web development
· 3 min read

20 Awesome APIs to Enhance Your Development Projects

A curated list of 20 useful APIs spanning images, weather, news, payments, AI, and more to speed up your next project.

APIs Web development
How to Add a Native Rich Text Editor in Your Expo App
· 3 min read

How to Add a Native Rich Text Editor in Your Expo App

Add a fast, fully native rich text editor to your Expo or React Native app using expo-rte, no WebView required, with formatting, toolbars, and undo/redo.

Expo React Native
· 4 min read

How to Deploy an AI Agent with Amazon Bedrock

Learn how to build, test, and deploy an AI agent with Amazon Bedrock AgentCore, from local setup to production deployment on AWS.

AI AWS Web development
How to Fix the Expo "Network Response Timed Out" Error
· 2 min read

How to Fix the Expo "Network Response Timed Out" Error

Fix the Expo Metro bundler network response timed out error by opening the correct port on your machine.

Expo React Native
· 4 min read

Host Your Own S3-Compatible MinIO Server on a VPS with Caddy and HTTPS

Self-host S3-compatible object storage with MinIO on a VPS, secured with automatic HTTPS via Caddy on a custom subdomain.

Self-hosting DevOps
· 5 min read

Implementing MFA (TOTP) Authentication in a Full-Stack Web App

A step-by-step guide to adding Time-based One-Time Password (TOTP) multi-factor authentication to a full-stack web application.

Security Authentication Web development
· 4 min read

Setting Up Husky, ESLint, and Prettier in a Node.js Application

A step-by-step guide to configuring Husky, ESLint, and Prettier in a Node.js application for consistent code quality and automated pre-commit checks.

Node.js Tooling Web development