Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I was really excited when I came across Hono. I think the API is elegant in its simplicity, and I’ve...
For developers building TypeScript APIs, the power of Hono is the bet many are taking. It's blazing...
A guide to adding client-side logic to your Hono app.
I've always had a love-hate relationship with JavaScript's error handling. Its reliance on try-catch...
Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...
If you are building an application that requires some collaboration features or simply needs to feel...
In this article, I’ll share a tool I recently built for my personal use, driven largely by...
What is Hono ? Hono - means flame🔥 in Japanese. Hono.js is an ultra-fast, highly...
In the first article of this series, we walked through building Placegoose, a simple mock data API...
Rate limiting is essential for most production applications. At a minimum, it prevents floods of...
Hono.Js, the new talk of the town, either you are hating it or loving it but you aren’t ignoring...
Introduction I recently wrote simple articles about Hono and Bun, and this article is a...
This article provides a step-by-step guide to setting up a web application using React (frontend) with Vite and Hono (backend) for Cloudflare Workers. It covers project structure, testing with Vitest, and configuring API endpoints with CORS support. Additionally, it explains how to deploy both frontend and backend together on Cloudflare Workers.
Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.
Cloudflare Workers is changing the serverless game with V8 Isolates technology, offering 5ms startup times and eliminating the cold start problem that plagues traditional platforms like AWS Lambda.
In this article, I'll explain how a Cross-Site Scripting (XSS) attack works and walk through a simple...
SSE or Server Side Events is a cool newer web tech to efficently send data in a push / subscribe...
What is SQL Injection? SQL Injection is an attack technique that manipulates SQL queries...