Intro
Thank you for clicking here, here's a brief introduction of myself.
My name is Hovik Muradyan, and I am a graduate from California State University, Northridge with a degree in Bacholers of Science, Information Systems. I've always been interested in technology and business with the process of creating something or fixing problems. This bounces to my personal life as I deeply enjoy cars and tinkering with them until I reached my desired outcome. I bring that same mentality to my professional career and will not stop until I reach the end goal.
Work
Current Title: Retail Store Consultant
Responsilbites:
• Building value by offering tailored and thoughtful solutions to fit each person, family or business.
• Responsible for providing an excellent client experience from the moment they walk in to following up afterwards
• Achieving and surpassing sales goals month over month with an average of 120%.
• Serving as part of the community through events, filling online orders and making outbound calls to existing and potential customers.
• Managed and assisted in projects to deliver value to our business clients in the Los Angeles metropolitan area.
Projects
Currently WIP. Written in Python, using Flask for a GUI, I created this web app due to my love of cars, and I wanted to create an application that would help users find specific trims for BMWs based off a database of 5000 cars.
Project Repo
• Using GitHub pages to deploy a basic portfolio website, that contains necessary applicant information.
• Languages used: SCSS, CSS, JavaScript, and HTML
• Interactive website, that allows user to browse through tabs.
• Interactive designs that react based off user's mouse movement.
• Developed in Visual Studio Code
Project Repo
Contact Information
Elements
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';