class Backend {
constructor(back) {
this.back = back;
}
}
class MobileApp {
constructor(nativeApps) {
this.nativeApps = nativeApps;
}
}
class Databases {
constructor(databases) {
this.databases = databases;
}
}
class Misc {
constructor(misc) {
this.misc = misc;
}
}
class Technologies {
constructor(backEnd, mobileApp, databases, misc) {
this.backEnd = backEnd;
this.mobileApp = mobileApp;
this.databases = databases;
this.misc = misc;
}
}
const didoReis = {
name: "Edivando Reis de Siqueira",
age: 43,
certifications: ["HTML", "CSS", "Javascript", "PHP", "Full Stack", "React.Js", "Node.Js", "Java", "Python"],
codingIn: ["HTML5", "Bootstrap", "SASS", "Tailwind", "Javascript", "React.Js", "Node.Js", "PHP", "Python", "Java"],
askMeAbout: ["Web Dev", "Tech", "App Dev", "Music", "NFL", "Soccer", "Path of Exile", "Horror Movies", "Lord Of The Rings"],
technologies: new Technologies(
new Backend(["PHP", "Node.Js", "Python", "Java"]),
new MobileApp(["React-Native", "Flutter", "Kotlin"]),
new Databases(["MariaDB", "MySql", "sqlite", "MongoDB", "PostgreSQL"]),
new Misc(["php", "Java", "Python", "Node.Js"])
),
funFact: "Programming is easy, the difficult thing is to program without errors. Living and learning",
favoriteQuote: "Talent is cheaper than salt. What separates the talented person from " +
"the successful is a lot of hard work. 'Stephen King'",
hobbies: ["Reading", "Playing Music", "Coding", "Play Games", "Watch Movies"]
};
console.log(didoReis);
- Site Insep - Vite.Js >> Ongoing project focused on accessibility!
- Proway Computers - Angular >> developed in a Capgemini Java course!
- Curriculo - React.Js >> My curriculum in React.Js!
- Body Mass Calculator >> Code in Javascript, HTML and CSS to calculate body mass!
- Horoscopo >> Code in Javascript, HTML and CSS to, A simple application to discover the sign and its characteristics
- Calculator >> Calculator developed as an example of the JavaScript Complete Course at Udemy.com.
- Not Official Site, Glassmorphim CRAFTER >> Glassmorphism Crafter Not Official Site
- Not Official Colors of Ernie Balls test site >> Inpired by colors of Ernie Balls, HTML, CSS and JS
- Not Official Crunchyroll test site >> Make a page about crunchyroll and demon slayer using HTML. CSS and Reponsive.
Dashboard personal finances - update soon