I'm Heang Phalla, a passionate Full stack developer and Graphic designer.
My name is HEANG PHALLA, a 21-year-old Management Information Systems graduate from SETEC Institute. Originally from Prey Veng, I am currently based in Chamkarmon, Phnom Penh.
A highly motivated Full-Stack Developer with a focus on building robust, scalable backend systems and modern, user-centric web applications. I specialize in bridging the gap between business management and technical implementation to create efficient digital solutions.
Technologies I'm learning and building with.
Robust, scalable RESTful API for Electrical Equipment management, built with Java Spring Boot and MySQL .
High-performance retail management system built as a Static Site. It features a pre-rendered Angular frontend that fetches real-time data via a RESTful API.
អ្នកអាចប្រើ API របស់យើងសម្រាប់ទាញយកទិន្នន័យផលិតផលដោយស្វ័យប្រវត្តិ។
API គាំទ្រ GET requests និងទិន្នន័យមានទ្រង់ទ្រាយ JSON។
សម្រាប់ទាញយកផលិតផល KRPhone Store JSON data។ ប្រើ GET request.
សម្រាប់ទាញយកផលិតផល Mini Mart JSON data។ ប្រើ GET request.
fetch('https://krstoreapi.phalla.lol/api/products/kr')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
import requests
response = requests.get("https://krstoreapi.phalla.lol/api/products/kr")
if response.status_code == 200:
data = response.json()
print(data)
[
{
"id": 1,
"name": "Product A",
"price": 5.99,
"category": "drink",
"stock": 100
}
]
I'm always excited to work on new projects and collaborate with fellow developers.
khan Cham Karmon, Phnom Penh