About me

Fueled by my passion for understanding the nuances of cross-cultural advertising, I consider myself a forever student, eager to both build on my academic foundations in psychology and sociology and stay in tune with the latest digital marketing strategies through continued coursework.

Connect

I’m currently working as a freelance marketing director and always interested in a challenge. Here’s how to reach out and connect.

Level-up Your Career

Courses by Elijah

{% set courses = [{ course: "Angular Routing In-Depth", image: "assets/images/paths/angular_routing_200x168.png", rating: 3 }, { course: "Angular Unit Testing", image: "assets/images/paths/angular_testing_200x168.png", rating: 4 }, { course: "Introduction to TypeScript", image: "assets/images/paths/typescript_200x168.png", rating: 5 }, { course: "Learn Angular Fundamentals", image: "assets/images/paths/angular_200x168.png", rating: 5 }] %}
{% for item in courses %}
{{ item.course }}
{{ item.course }}
{% for rating in range(item.rating) %} star {% endfor %} {% for rating in range(5 - item.rating) %} star_border {% endfor %}
{{ item.rating }}/5
{% endfor %}