Articles
Some of the projects are from work and some are on my own time.
Hash Password in Next.js with TypeScript
2024-05-10
MongoDBHash PasswordNext.js
This article provides a clear definition of password hashing and offers practical guidance on how to implement it effectively, including common algorithms and best practices.
Make Scroll Animations with ‘IntersectionObserver’
2024-05-12
Intersection ObserverScroll Animations
IntersectionObserver offers an efficient way to detect when elements enter or exit the view-port. We will use it to create animation when scrolling.
Notion as a Dynamic CMS Backend for Next.js: Real-Time Updates
2024-08-20
Next.jsNotionBack-End
Learn how to use Notion as a dynamic CMS backend for a Next.js app, with real-time updates that instantly reflect changes without requiring redeployment.