~/welcome > this is my site
I am a programmer working on random Projects
~/latest > blog.latest()
Latest Article
Deep dives into web development, performance optimization, and building exceptional digital experiences.
~/api > skills.fetch()
API Integration
Access my technical skills and projects through real API endpoints. Each endpoint represents a different aspect of my development journey.
View API Documentation All Endpoints Live
Public Access
JSON Format
GET /api/skills/frontend.json
Frontend development expertise and technologies
Response
{
"expertise": [
"InertiaJS",
"TypeScript",
"React",
"Vue",
"Tailwind CSS",
"WordPress"
],
"yearsOfExperience": 5,
"level": "Intermediate"
}
GET /api/skills/backend.json
Backend development and server-side technologies
Response
{
"expertise": [
"PHP",
"Laravel",
"WordPress",
"REST APIs",
"InertiaJS"
],
"yearsOfExperience": 5,
"level": "Intermediate",
"preferredTools": [
"Docker",
"Postman",
"Forge",
"Laravel Cloud"
]
}
POST /api/projects/latest.json
Recent projects and contributions
Response
{
"projects": [
{
"name": "DMS Platform",
"stack": [
"InertiaJS",
"TypeScript",
"React",
"Laravel"
],
"role": "Lead Developer"
}
]
}