// About Kevin
export const AboutKevin = () => {
let about = `Passionate, motivated, life learner with experience in web development and data analysis. Seeking interesting and complex problems to solve.`;
if (interest === "Web Developer") {
about = I began learning HTML and CSS in 2017 while working as a Marketing Project Manager out of a desire to build landing pages. I quickly felt limited and found Javascript as the solution to set me free. In 2020, I decided to pursue web development and learned React. I have been building projects and continuing my education since.
} else if (interest === "Data Analyst") {
about = In 2017, while working as a Marketing Project Manager, I often felt limited by not having all the data I needed.This led me to learn SQL to query the Bonanza database and then Python to analyze and manipulate that data. I developed a strong interest in data analysis and have since been working on various projects, using my skills to extract valuable insights from data and continuously advancing my education.
}
return about;
};
// Education
const BS = Business Administration;
const specialization = Marketing;
const college = Central Washington University;
const graduationYear = 2016;
// Experience at Masakali Retreat
export const workedAt = (companyName, jobTitle) => {
if(companyName === "Masakali Retreat") {
switch (jobTitle) {
case "Co-Founder & Web Developer":
return {
startDate: "2020-06-01",
endDate: null,
duties: [
"Build and maintain the website",
"Create forcast models to predict sales and revenue",
"Manage technology infrastructure",
],
};
default:
return {
startDate: "2020-06-01",
endDate: null,
jobTitles: [
"Co-Founder & Web Developer",
],
};
// Experience at Bonanza
export const workedAt = (companyName, jobTitle) => {
if(companyName === "Bonanza") {
switch (jobTitle) {
case "Data Analyst":
return {
startDate: "2019-07-01",
endDate: null,
duties: [
"Author MySQL queries to coordinate acquisition of data",
"Use Excel/Python to clean, visualize, and analyze large datasets",
"Use Python to create visualizations and conduct analysis",
"Identify patterns, use insights to educate and advise stakeholders",
"Create reports to present data, identify issues, and develop new processes",
],
};
case "Marketing Project Manager":
return {
startDate: "2017-06-01",
endDate: "2019-07-01",
duties: [
"Spearheaded the development and implementation of marketing and communication campaigns",
"Carried out regular research into market trends, customer behavior, and sales",
"Leverage comprehensive campaign management tools to set up, test, and deploy campaigns",
],
};
case "Happiness Producer":
return {
startDate: "2016-06-13",
endDate: "2017-06-01",
duties: [
"Solve buyer support inquiries through email and live chat",
"Find and report bugs and potential website improvements",
"Handle tough conversations through customer experience phone calls",
],
};
default:
return {
startDate: "2016-06-13",
endDate: null,
jobTitles: [
"Data Analyst",
"Marketing Project Manager",
"Happiness Producer",
],
};

Projects

Project Title: Bonanza & Vercado Dashboards

Brief Summary:

A comprehensive dashboard for Bonanza team and Vercado customers, featuring data visualization and user experience design. The project includes real-time data updates, secure access control, and integration with multiple APIs.

Key Technologies Used:

Python, Pandas, PostgreSQL, Express, AWS, React, Typescript, Tailwind CSS, Next.js, Chart.js, Tanstack Router, Tanstack Query

View Project

Project Title: Masakali Retreat Website

Brief Summary:

Website for a retreat center in Bali, featuring a dynamic booking system, real-time pricing, and currency conversion. The site integrates with Smoobu API for syncing availability and pricing, and has a secure checkout proces

Key Technologies Used:

React, Node.js, Express, MongoDB, Passport.js, SendGrid API, Redux, React-Query, Next.js, Tailwind CSS, Prisma, PostgreSQL, Typescript, Xendit API

View Project

Project Title: Zoho CRM & Twilio SMS Integration

Brief Summary:

Integration for Fred Astaire Dance Studio to manage SMS communications within Zoho CRM. The application features a chat-like module, automated welcome and follow-up messages, and integration with Zoho Analytics for enhanced data insights.

Key Technologies Used:

Next.js, Prisma, Twilio API, Zoho API, Postgres, Jest

View Project

Contact Me