""" Constants for the webapp. """ from datetime import datetime """Sample data for seeding the database.""" SEED_DATA = { 'candidate_info': { 'first_name': 'Lorenzo', 'last_name': 'Waguespack', 'middle_initial': 'M', 'title': 'Software Engineer | Team Lead', 'email': 'lorenzowaguespack@gmail.com', 'linkedin_suffix': 'https://www.linkedin.com/in/lorenzowaguespack', 'phone': '561-351-7750', 'location_display': 'Boynton Beach, FL', 'relocation_status': 'Open to relocation', }, 'employments': [ { 'organization_name': 'Advanced Management USA', 'location_display': 'Palm Springs, FL', 'title': 'Senior Data Analyst / VBA Developer', 'start_date': datetime(2019, 4, 15).date(), 'end_date': datetime(2021, 5, 6).date(), 'items': [ 'Wrote SQL queries and VBA macros to provide expanded reporting capabilities to the team.', 'Built Visual Basic desktop applications to provide cutting-edge resources, such as provider lookup tools, to ACO provider consultants in the field.', 'Developed PowerShell and Python scripts to automate core business processes and manage CMS data feeds more efficiently and securely.', 'Assisted the Technology Manager with the launch of a new patient management software system.', 'Identified and prioritized novel data analysis opportunities, which contributed to improved healthcare outcomes and costs more than 20% below benchmark for our managed patients in the first year of use.', ], 'skills': [ 'Database Management', 'Data Modeling', 'Test-Driven Development', 'Python', 'Java', 'SQL', 'Visual Basic', 'UML', ], }, { 'organization_name': 'Two Fish Creative', 'location_display': 'West Palm Beach, FL', 'title': 'Full-Stack Engineer / Team Lead', 'start_date': datetime(2021, 5, 10).date(), 'items': [ 'Design, build, and deliver web and mobile applications from end-to-end.', 'Develop and maintain efficient RESTful APIs.', 'Utilize AWS and cloud infrastructure to deploy, scale, and maintain large-scale systems and services.', 'Collaborate with stakeholders, domain experts, and cross-functional teams to define problems, eliminate blockers, and build innovative solutions.', 'Produce feature requirements and estimates, record key design decisions, perform code reviews, and employ agile methodologies to ensure the team achieves project objectives.', ], 'skills': [ 'Full-Stack Web Development', 'Mobile App Development', 'API Design', 'Software Architecture Design', 'Database Management', 'Data Modeling', 'Agile Methodologies', 'Test-Driven Development', 'Continuous Delivery', 'Cloud Computing', 'Distributed Systems', 'Python', 'JavaScript', 'TypeScript', 'SQL', 'HTML', 'CSS', 'C++', 'Flask', 'SQLAlchemy', 'AWS', 'Cloudflare', 'Twilio', 'Sendgrid', 'React', 'React Native', 'Redux', 'Node.js', 'Git', 'UML', ], }, ], 'educations': [ { 'organization_name': 'University of Florida', 'location_display': 'Gainesville, FL', 'degree': 'Bachelor of Science', 'degree_short': 'B.S.', 'major': 'Economics', 'minor_display': 'Minor in Communication Studies', 'honors_display': 'Summa Cum Laude', 'start_date': datetime(2014, 8, 2).date(), 'end_date': datetime(2018, 5, 18), 'items': [ { 'description': 'Honors Thesis: "Socioeconomic Determinants of Healthcare Quality and Outcomes in U.S. States"', 'link': 'https://ufdc.ufl.edu/AA00063288/00001', }, { 'description': 'Graduated Summa Cum Laude with a 3.9 GPA.', }, { 'description': 'Relevant Coursework: Information Systems, Game Theory & Applications, Logic, Empirical Research (Economics), Analytical Geometry & Calculus, Physics, Astronomy Laboratory' }, ], 'skills': [ 'Data Modeling', 'SQL', 'UML', ], }, { 'organization_name': 'University of West Florida', 'location_display': 'Pensacola, FL', 'degree': 'Master of Science', 'degree_short': 'M.S.', 'major': 'Computer Science', 'minor_display': 'Concentration in Software Engineering', 'start_date': datetime(2020, 1, 2).date(), 'end_date': datetime(2021, 12, 2).date(), 'items': [ { 'description': 'Graduated with a 3.8 GPA in Software Engineering Concentration.', }, { 'description': "Relevant Coursework: Agile Software Engineering, Continuous Software Engineering, Advanced Algorithms, Parallel and Distributed Programming, Database Systems, Computer Science Master's Project" }, ], 'skills': [ 'Full-Stack Web Development', 'API Design', 'Software Architecture Design', 'Database Management', 'Data Modeling', 'Agile Methodologies', 'Test-Driven Development', 'Continuous Delivery', 'Cloud Computing', 'Distributed Systems', 'Python', 'Java', 'JavaScript', 'SQL', 'HTML', 'CSS', 'C++', 'C', 'Flask', 'SQLAlchemy', 'AWS', 'Docker', 'Node.js', 'Git', 'UML', 'Spring', ], } ], 'skills': [ { 'type': 'skill', 'name': 'Full-Stack Web Development', }, { 'type': 'skill', 'name': 'Mobile App Development', }, { 'type': 'skill', 'name': 'API Design', }, { 'type': 'skill', 'name': 'Software Architecture Design', }, { 'type': 'skill', 'name': 'Database Management', }, { 'type': 'skill', 'name': 'Data Modeling', }, { 'type': 'skill', 'name': 'Agile Methodologies', }, { 'type': 'skill', 'name': 'Test-Driven Development', }, { 'type': 'skill', 'name': 'Continuous Delivery', }, { 'type': 'skill', 'name': 'Cloud Computing', }, { 'type': 'skill', 'name': 'Distributed Systems', }, { 'type': 'language', 'name': 'Python', }, { 'type': 'language', 'name': 'Java', }, { 'type': 'language', 'name': 'JavaScript', }, { 'type': 'language', 'name': 'TypeScript', }, { 'type': 'language', 'name': 'SQL', }, { 'type': 'language', 'name': 'HTML', }, { 'type': 'language', 'name': 'CSS', }, { 'type': 'language', 'name': 'C++', }, { 'type': 'language', 'name': 'C', }, { 'type': 'language', 'name': 'Visual Basic', }, { 'type': 'technology', 'name': 'Flask', }, { 'type': 'technology', 'name': 'SQLAlchemy', }, { 'type': 'technology', 'name': 'AWS', }, { 'type': 'technology', 'name': 'Cloudflare', }, { 'type': 'technology', 'name': 'Docker', }, { 'type': 'technology', 'name': 'Twilio', }, { 'type': 'technology', 'name': 'Sendgrid', }, { 'type': 'technology', 'name': 'React', }, { 'type': 'technology', 'name': 'React Native', }, { 'type': 'technology', 'name': 'Redux', }, { 'type': 'technology', 'name': 'Node.js', }, { 'type': 'technology', 'name': 'Git', }, { 'type': 'technology', 'name': 'UML', }, { 'type': 'technology', 'name': 'Spring', } ], }