A11yLens Part 1: How I Built an Accessibility Scanner with Next.js, Prisma, and axe-coreFeb 15, 2026路7 min read
A11yLens, Part 2: Frontend Architecture in React (State, Components, and UI Patterns)In Part 1, I covered the full app flow and backend architecture.In this part, I鈥檓 focusing on the frontend engineering decisions behind A11yLens. This app is built with Next.js + React + TypeScript + Tailwind, and the frontend is structured around re...Feb 15, 2026路6 min read
Simple Styling with Tailwind CSS and ReactIn terms of CSS frameworks, Tailwind CSS is one of my favorites. Tailwind CSS is incredibly user friendly, highly customizable, and it does not use default styling. That means you don't have to potentially spend hours worrying about overriding styles...Aug 8, 2022路2 min read
How to Upload, Display, and Save Images using Node.js and ReactHave you ever been stuck on a seemingly simple task that eventually takes hours to solve? If you are having difficulty uploading images to your server, or displaying images from your server, you are in the right place. In this article, I will guide...Aug 5, 2022路6 min read