Skip to main content

Welcome to my documentation site!

Disclaimer

Please read the following carefully before continuing on to the rest of the documentation

caution

By using this documentation site you acknowledge and agree to the following:

  1. Follow instructions carefully and always have backups (Remember the 3-2-1 Backup Rule).
  2. I am not responsible and or liable for any damages or issues that may arise from using this documentation site.
  3. Documents are provided "as is" and should not be a substitute for any officially published documentation.
  4. The documents are not designed for beginners and assume a certain level of technical knowledge and familiarity with each subject matter.

About Me

const Maxwell = {
softwareDevelopmentlanguages: ["Javascript", "HTML", "CSS", "SQL"],
softwareDevelopmentTechnologies: {
backEnd: {
js: ["Node", "Express"],
},
frontEnd: ["Vuejs"],
databases: ["mariadb", "MySQL", "Firebase"],
misc: ["Socket.IO"],
developmentTools: ["Webstorm", "Datagrip", "MySQL Workbench", "MobaXTerm", "Putty", "NPM", "DB Forge Studio"]
},
interests: ["Home Automation", "Electronics", "PWAs", "Industrial Automation", "Information Automation", "Raspberry Pi", "Process Improvement"],
roles: {
student: {
school: "Lawrence Technological University",
degree: "Bachelor of Science in Industrial Engineering",
focus: "Manufacturing"
},
employment: [{
company: "Mara Technologies USA, INC.",
position: "Lead Engineer",
currentlyEmployeed: true
},{
company: "Mara Technologies USA, INC.",
position: "Industrial Process Engineer",
currentlyEmployeed: false,
lengthOfEmploymentInYears: 0.3
},{
company: "Manufacture and Design Electronics ('made'), LLC",
position: "Industrial Engineer I",
currentlyEmployeed: false,
lengthOfEmploymentInYears: 4.2
}
]
}
}