Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.43 KB

File metadata and controls

28 lines (25 loc) · 1.43 KB
layout default
title Talks

Talks

I have given several talks at various conferences and meetups in India and globally in the USA, France and UK. If you want me to speak at your event, please reach out to me at [sharma[dot]atulpriya[at]gmail[dot]com]

Below is a list of my recent talks, grouped by year.

{% assign talks_by_year = site.data.talks | group_by: "year" | sort: "name" | reverse %} {% for year_group in talks_by_year %}

{{ year_group.name }}

{% for talk in year_group.items %}
{{ talk.title }}

{{ talk.event }}

{{ talk.date }}

{% endfor %}
{% endfor %}