My Name is HEANG PHALLA I'm From Prey Veng Province. I'm 21 year old. I currently live chamkarmon Khan in Phnom Penh. I'm a Studant Management Information System. I Study at SETEC Institute.
I specialize in web development and enjoy creating educational content for aspiring developers. My goal is to make learning web technologies accessible to everyone. With a strong foundation in Python and server-side technologies, I build robust and scalable web applications.
Technologies I'm learning and building with.
អ្នកអាចប្រើ 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