Important
Full Stack Developer Software engineer
You can find me!
const steven = [
{
fullname: 'Pedro Steven Castiblanco'
, birthname: new Date(1997, 7, 14) // August 14
, city: 'Bogotá, Colombia'
, workExpirience: [
{ company: 'Megasoft S.A.S.', position: 'Ingeniero en soporte', yearIni:2019, yearEnd:new Date().getFullYear() }
]
, academicBackground: [
{ degree: 'Ingenieria de Sistemas', year: 2023, institution: 'Escuela Tecnológica Instituto Técnico Central' },
{ degree: 'Tecnólogo en Desarrollo de Software', year: 2018, institution: 'Escuela Tecnológica Instituto Técnico Central' },
{ degree: 'Técnico Profesional en Computación ', year: 2018, institution: 'Escuela Tecnológica Instituto Técnico Central' },
]
, programmingLanguage: {
frontend: 'HTML,CSS3,JavaScript,TypeScript,React,Angular'
, backend: 'Java,C#,Python3'
, database:'Oracle,SqlServer,PostgreSql,MySql'
}
}
];