PHP & JavaScript Functions Collections
A curated assortment of reusable PHP and JavaScript utility functions — small building blocks accumulated through practice.
// hello world
const developer = {
name: 'Seng Oudom',
role: 'Developer',
focus: ['beginner concepts',
'scalable apps'],
learning: true,
openToExplore: true,
};
// always shipping, always learning
export default developer;
I am currently focused on grasping beginner programming concepts and am always eager to explore new technologies to sharpen my skills.
Every line of code is a small step toward understanding how things work under the hood. I treat each bug as a lesson, each project as a sandbox, and each fork as a doorway into someone else's thinking.
// current_interests.log
Playing video games and exploring the latest tech.
Reading tech blogs and science fiction novels.
A growing collection — each one a new way to think about problems and ship solutions.
A snapshot of activity on github.com/SengOudom.
Public Repositories
Stars Across Projects
Contributions (100% commits)
Hover the cards — they tilt toward your cursor.
A curated assortment of reusable PHP and JavaScript utility functions — small building blocks accumulated through practice.
A personal landing page — exactly the one you're looking at right now. Built with Next.js, React, and Tailwind CSS.
A fork of an Ollama-powered Telegram bot — exploring how local LLMs can be wired into chat interfaces for hands-on experimentation.