Hello, I'm Farzan Kalantari
A sleek front-end prototype for monitoring PC hardware prices. This project demonstrates a modern category-based browsing experience for CPUs, GPUs, and storage components using structured mock data. It features a clean product listing, special deals section, and a responsive dashboard—showcasing how a price tracking interface would look and feel without relying on a live backend or web scraping.
A multi-tenant web application where **Creators** design sequential riddle sets for **Solvers** to solve. Solvers unlock a final prize by correctly answering every riddle.
Understanding algorithms becomes intuitive when you can see them in action. This Sorting Visualizer transforms abstract code into interactive, color-coded animations—making it effortless to grasp how sorting algorithms work step by step.
This paper surveys Next.js rendering strategies—CSR, SSR, SSG, ISR, React Server Components (RSC), and Partial Pre-Rendering/Dynamic Parallel Rendering (PPR/DPR). We define each mode, discuss trade-offs (performance, SEO, complexity), show minimal code, and provide practical selection guidance. (Primary sources: Next.js Docs.)