Education
Jan 2023 - Present
Advanced Level In Software Development
College George Fox
Jan 2019 - Sept 2022
Ordinary Level In Math, Physics, ICT and Literature
Saint Bernadette
Skills
Articles
Jun 21, 2024
How to Integrate Stripe in Next.js
Stripe is a powerful payment processing platform, and combining it with Next.js enables you to create a seamless checkout experience.
May 12, 2024
Creating a JavaScript Collision Detection System
Collision detection is a fundamental aspect of game development and interactive animations. It involves determining when two or more objects in a digital space intersect or come into contact. In this blog, we'll explore a simple approach to implementing collision detection using JavaScript. We'll create a basic example to detect collisions between circles on a canvas.