the-finance-dev tree
.
├── landing
├── about 
├── resume
├── portfolio
│ ├── whack-a-gopher
│ ├── trailsha.pe
│ ├── sei-stay-connected
│ ├── up-kp
│ └── hardware
├── linkedin
└── github

1 directory, 10 files
the-finance-dev

            const theFinanceDev = {
                name: 'Charles Johnston',
                email: 'charlesjohnstoncpa@gmail.com',
                cell: '970-765-7255',
                location: 'Ouray, CO',
                properties:[
                    'Dad Jokes',
                    'Ultrarunning',
                    'Homemade Pizza',
                    'Tools',
                    'Guitars',
                    'Tinkering',
                    'Trails',
                    'Team Player',
                    'Lifetime Learner'
                ];
            }; 




            let financeSkills = {
                years: '14',
                education:{
                    school: 'University of St. Thomas',
                    degree: 'M.S. in Accounting',
                    gpa: '4.0',
                    honors: 'Outstanding MSA Graduate'
                };
                certifications:[
                    'Certified Public Accountant',
                    'Certified Management Accountant'
                ];
                spreadsheetWizard: 'true'
            }; 
            let devSkills = {
                yearsTechAdjacent: '4',
                generalAssemblyGraduate: 'true',
                technologies:[
                    'Atlas',
                    'AWS S3',
                    'CSS',
                    'Django',
                    'Express',
                    'HTML',
                    'Git',
                    'GitHub',
                    'GitHub Pages',
                    'Google Authentication',
                    'Google Maps API',
                    'Heroku',
                    'IoT',
                    'JavaScript',
                    'Lora',
                    'Materialize',
                    'Microcontrollers',
                    'MongoDB',
                    'Mongoose',
                    'MQTT',
                    'Node.js',
                    'NodeMCU',
                    'OAuth 2.0',
                    'PostgreSQL',
                    'Python',
                    'React',
                    'Terminal',
                    'Twilio',
                    'VS Code'
                ];
            };