- 👀 I’m interested in Web development and python
- 🌱 I’m currently learning Node.js, PostgreSQL and Python
- 🩺 I’m Medical Technologist in Chile, I work taking X-rays in a medical center, and I LOVE it ❤
HTML5 |
CSS3 |
JavaScript |
Bootsrap |
Jquery |
Python |
Node.js |
PostgreSQL |
let life = (me) => {
while(me.live === true){
try {
let knowledge = keepLearning("Web Development");
knowledge.forEach(learned => {
practice(learned);
});
} catch (bug) {
findOnStackoverflow(bug);
}
}
}
doYourBest(life("Jeziel Cordova"));