As a media technologist, I've architected platforms spanning from early web (Craigslist) to social empires (Kardashians) to immersive worlds (Harry Potter experiences). I create the platforms where digital culture gets made.
I'm a hands-on entrepreneur and product executive who's founded several venture-backed startups. I lead development, product, and creative teams building interactive digital media products, SaaS platforms, and web communities. Currently, I'm at Wevr, an interactive software company, and co-founder of the AI community CO/AI.
{{ item.description }}
{% if item.type == "post" and item.date %}{{ item.date | date: "%B %d, %Y" }}
{% endif %} {% if item.source %}{{ item.source }}
{% endif %} {% endfor %} {% else %} {% comment %} Show manual features first {% endcomment %} {% assign cards_shown = 0 %} {% for item in site.data.homepage.manual_features %} {% if cards_shown < site.data.homepage.featured_content.max_cards %}{{ item.description }}
{% if item.source %}{{ item.source }}
{% endif %} {% assign cards_shown = cards_shown | plus: 1 %} {% endif %} {% endfor %} {% comment %} Fill remaining slots with latest posts if auto mode is enabled {% endcomment %} {% if site.data.homepage.featured_content.auto_latest_posts %} {% assign remaining_slots = site.data.homepage.featured_content.max_cards | minus: cards_shown %} {% assign posts_shown = 0 %} {% for post in site.posts %} {% if posts_shown < remaining_slots and posts_shown < site.data.homepage.featured_content.auto_posts_count %}{{ post.excerpt | strip_html | truncate: 200 }}
{{ post.date | date: "%B %d, %Y" }}
{% assign posts_shown = posts_shown | plus: 1 %} {% endif %} {% endfor %} {% endif %} {% endif %}