Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
We often see implementations of WebSocket using the Express framework and Socket.io. However, there...
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.
Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...
This article is basically a tech note reflecting the things I got stack with. What I got...
If you are building an application that requires some collaboration features or simply needs to feel...
I've always had a love-hate relationship with JavaScript's error handling. Its reliance on try-catch...
When it comes to choosing a web framework for your next project, the options can be overwhelming....
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...
Introduction I recently wrote simple articles about Hono and Bun, and this article is a...
Hono.Js, the new talk of the town, either you are hating it or loving it but you aren’t ignoring...
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.
In this article, I'll explain how a Cross-Site Scripting (XSS) attack works and walk through a simple...
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.
I've been using Lemon Squeezy to handle subscription billing in several projects. Lemon Squeezy...
What is SQL Injection? SQL Injection is an attack technique that manipulates SQL queries...
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.
This is the first article in the series where we are going to build a simple back-end application in...