Building a CLI Adapter for Hono
Overview hono-cli-adapter lets you call Hono apps directly from the CLI. Your business logic stays in Hono, so you can debug with Postman or Insomnia, ship the...
Overview hono-cli-adapter lets you call Hono apps directly from the CLI. Your business logic stays in Hono, so you can debug with Postman or Insomnia, ship the...
Tiny invoice generator I ran into this situation more times than I expected. I just needed to send a clean invoice PDF. No onboarding, no accounts, no dashboar...
How to Master JavaScript Speed Improvement for Faster Apps Ever felt the frustration of a laggy website? We've all been there. You click a button and nothing h...
!Cover image for Frontend Development: The Face of Every Websitehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/htt...
!Cover image for 🪝Finally Started the Most Awaited Section: Custom Hooks, Refs & More Statehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,...
How to Develop and Publish a VS Code Extension Hi there! I’m a software engineer from Japan, and today I’d like to share my experience developing a VS Code ext...
Overview This submission is for the New Year, New You Portfolio Challenge presented by Google AI. I am a full‑stack software engineer based in South Africa, fo...
The idea Build a simple Chrome extension that shows company tags directly on LeetCode problem pages, inside the LeetCode UI itself. - No new tabs. - No distrac...
Why I built a new EMI calculator I noticed that most online EMI calculators are either cluttered with ads or don’t clearly explain the numbers. For many people...
So the New Year brought some changes and, hopefully, commitments. I joined the DEV Community and also created a new account on freeCodeCamp, starting with versi...
Problem Description You are given an array nums of length 2N. The array contains N + 1 unique elements, and exactly one of those elements appears N times. Goal...
Garbage Collection GC is one of those topics frontend engineers know exists but rarely think about—until something stutters, freezes, or mysteriously slows down...