My Latest Posts
How to make an API with Cloudfare Workers
Cloudflare Workers allow developers to run JavaScript code at the edge of Cloudflare's global network. This guide will walk you through creating a simple API using Cloudflare Workers with TypeScript and Hono, entirely from the terminal.
Read More →Cloudflare KV: A simple key-value store
Cloudflare Workers KV is a key-value store that allows you to store data at the edge of Cloudflare's network. This guide will walk you through setting up a simple key-value store using Cloudflare Workers KV.
Read More →React Native Architecture | A guide to scale your project
In this post, I will show you how to scale your React Native project by organizing your codebase into a scalable architecture. This guide will walk you through setting up a scalable architecture for a React Native project.
Read More →Android and iOS | generating local release setup
In this post, I will show you how to generate a local release setup for both Android and iOS. This setup will allow you to test your app in a production-like environment before deploying it to the app stores.
Read More →Storybook | A guide to build a design system
Storybook is a tool for developing UI components in isolation for React, Vue, and Angular. This guide will walk you through setting up Storybook for a React project.
Read More →