- Software/Web Developer (since Feb 2023).
- Electronic Engineer working as firmware developer (10 years).
- AI developer in the middle future.
module main
aboutMe :: struct {
age :: int;
languages :: string[];
hobbies :: string[];
funFact :: string;
dreamJob:: string;
}
main :: func(): void {
daniel :: aboutMe = {
age: 36,
languages: ["Php", "Python", "JavaScript", "C", "C++", "Java"],
hobbies: ["Philosophy", "Project Management", "Gaming e-Football"],
funFact: "I expect to retire from programming at 92 (2080)",
dreamJob: "e-Football QA", "IA APIs integrator",
};
println "Languages I Know: ${daniel.languages}";
println "My Hobbies: ${daniel.hobbies}";
println "Fun Fact: ${daniel.funFact}";
println "My dream Job is: ${daniel.dreamJob}";
}
- Creating a Symfony portfolio (and personal management tool) to apply remote jobs. Danieluxury.top
- Collaborating in Drupal and WordPress projects for ProtonSystems.
- Creating projects for LinkHome Ecuador.
- Ponciano Organizado Game.
- Teach to associate ideas :
- Computer Science is solving problems.
- Associate knowledge and ideas to create wisdom.
- Give weight to ideas.
- Interactive game.
- Create Personal Management Tool.
- Study Philosophy and Theology.