Thoughts, tutorials, and insights on web development and technology.
Tags
Web DevelopmentTechnologyProgrammingOpen SourceUI/UXDatabases
Recent learning about Moodle's API
Aug 1, 2025
1 min read
Dummy
#moodleAPIs
Some noted about Nextjs
Mar 13, 2025
1 min read
In a Next.js project, the best practice is to extract reusable UI sections (like the Hero section) into a component stored under a dedicated components/ directory. This helps keep your pages clean and maintainable, and allows you to reuse the Hero se...
Next.jsTypeScript