Tapas Adhikary

Tapas Adhikary

Tapas Adhikary is a Tech Educator at tapaScript, and the Co-Founder of CreoWis Technologies, a cutting-edge tech firm. He is also the founder of the ReactPlay Open Source community. Besides, he is a public speaker, a YouTuber, and a Tech Blogger on freeCodeCamp. He has vast experience in full-stack engineering and building SaaS solutions.
When Raspberry Pi Said No to Node: How We Rewired Our Next.js App
React Summit US 2025React Summit US 2025
Upcoming
When Raspberry Pi Said No to Node: How We Rewired Our Next.js App
What happens when your React + Next.js app, built with the best of charts and animations, suddenly has to run on a device like a Raspberry Pi, with no Node.js, no server runtime, and several hardware constraints?In this talk, I will share the real-world story of reengineering a battery management system for electric vehicles using Next.js, D3.js, and clever frontend-only strategies. From initial roadblocks to lightweight rebuilds — this is an insightful journey into how constraints can drive creativity and architecture choices.
React Compiler - The Missing Piece for Optimizing React Applications
React Day Berlin 2024React Day Berlin 2024
30 min
React Compiler - The Missing Piece for Optimizing React Applications
The talk will introduce you to the React Compiler, its architecture, the rules for using it, and the React 19 code base. We will learn the power of app optimizations by including React Compiler in an existing application. Lastly, we will get into the internals of the React compiler's compilation phases using the playground, and a few tips and tricks around it.