Hello World!
I'm José, or also JosliBlue. I was born in 2003, and I'm a backend web developer who enjoys building well-structured, reliable, and maintainable systems.
I specialize in PHP, Laravel, and MySQL, and I'm particularly interested in creating clean and scalable API architectures.
I also have frontend knowledge and keep learning a little more every day to become a more well-rounded developer.
GET/about-me
Resolving host...0%
GETHTTP/1.1
Here you can see more aspects about me.
200 OK
{
"username": "JosliBlue",
"data": {
"role": "Backend Developer",
"realname": "Jose Elias Muyulema Pungaña"
},
"skills": {
"languages": [
"Java",
"PHP",
"JavaScript",
"TypeScript",
"Python"
],
"frameworks": [
"Spring",
"Laravel",
"Angular",
"Bootstrap",
"Tailwind"
],
"databases": [
"MySQL",
"PostgreSQL",
"Firebase"
]
},
"hobbies": [
"Gaming",
"Piano",
"Movies",
"Music"
]
}GET/my-learning
Resolving host...0%
GETHTTP/1.1
My education both professional and self-taught
200 OK
{
"education": {
"university": "Universidad Técnica de Ambato",
"degree": "Software Engineering"
},
"certificates": {
"count": 4,
"items": [
{
"name": "Apps-Moviles",
"url": "/certificates/Apps-Moviles.pdf"
},
{
"name": "Java",
"url": "/certificates/Java.pdf"
},
{
"name": "Javascript",
"url": "/certificates/Javascript.pdf"
},
{
"name": "Laravel",
"url": "/certificates/Laravel.pdf"
}
]
}
}