I am a passionate developer active since 2024, dedicated to building high-performance and secured, modern applications. I specialize in crafting seamless user experiences using React and Next.js, robust backends with Node.js and SpringBoot and cross-platform mobile solutions with React Native.
- π Iβm currently working on full-stack web and mobile projects.
- π± Iβm constantly refining my skills in scalable architecture and cloud integration.
// Actual incident report β do not laugh (okay, laugh a little)
import java.awt.print.Pageable; // β the culprit π¨οΈ
// import org.springframework.data.domain.Pageable; // β should've been this
/**
* Root cause : java.awt.print.Pageable != org.springframework.data.domain.Pageable
* Time to fix : way too long β³
* Diagnosis : my API wasn't broken β it just thought it was a printer
* Lesson : always check your imports before blaming Spring π
*/
