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.
If you are building an application that requires some collaboration features or simply needs to feel...
Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...
I've always had a love-hate relationship with JavaScript's error handling. Its reliance on try-catch...
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...
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.
Rate limiting is essential for most production applications. At a minimum, it prevents floods of...
Introduction I recently wrote simple articles about Hono and Bun, and this article is a...
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.
Hello DEV!! saya newcomer didunia backend dan memulai petualangan saya dengan memilih menggunakan...
In this article, I'll explain how a Cross-Site Scripting (XSS) attack works and walk through a simple...
Hono.Js, the new talk of the town, either you are hating it or loving it but you aren’t ignoring...
I've been exploring Bun lately and I'm impressed by its capabilities. When I decided to try building...
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.
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...