nextjs
javascript
api
asynchronous
react
tutorial
ssr
typescript
design
html
ssg
nodejs
csr
express
css
hooks
isr
accessibilty
bun
hono
react-query
intersection-observer
Infinite Scroll (React Query) And Intersection Observer
July 15, 2025
Learn how to implement infinite scrolling in React using the Intersection Observer API and React Query's useInfiniteQuery hook.
reacttypescriptintersection-observerreact-queryIs Hono really faster than Express???
July 13, 2025
A comparative benchmark of API throughput between Hono on Bun and Express.js on Node.js, focusing on requests per second for various HTTP methods in a real-world scenario.
nodejsbunexpresshonoapiDemystifying Debouncing
October 16, 2022
What is Debouncing, how to implement it and when to use it?
javascriptreactapiuseEffect mental model
December 06, 2021
how useEffect hook is different from componentDidMount and what should we do to surpass those differences
javascriptreacthooksCSR vs. SSR vs. SSG vs. ISR
December 06, 2021
Different rendering approaches and their use cases?
nextjscsrssrssgisrAccessibility and text contrast ratio
December 06, 2021
How text colors can downgrade your site accessibility rating and how you can fix that?
htmlcssaccessibilty