-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks.html
67 lines (66 loc) · 2.29 KB
/
talks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Talks | aswinmohan.me</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="./styles/output.css"
type="text/css"
media="screen"
/>
<script
defer
data-domain="aswinmohan.me"
data-api="/stats/api/event"
src="/stats/js/script.js"
></script>
</head>
<body>
<p>
<a href="/">back to home</a>
</p>
<article>
<h1>Talks</h1>
<p>Lists the talks I have presented at various conferences and events.</p>
<h2>Tech Talks</h2>
<div class="mt-6 space-y-10">
<div>
<a
href="https://www.elixirconf.eu/talks/getting-to-phoenix-liveview-a-journey-through-nextjs-hasura-faunadb-supabase-rails-and-vanilla-phoenix/"
>🌟 The Joy of Building your Startup with Phoenix LiveView -
ElixirConf EU 2022
</a>
<p class="mt-2">
A talk about my journey building
<a href="https://indiepaper.me">IndiePaper</a> using different tech
stacks and finally settling on Phoenix LiveView. I talk about the
advantages of Elixir, Phoenix and LiveView and the advantages and
disadvantages of choosing LiveView for your startup.
<a
href="https://github.com/aswinmohanme/talks/blob/master/ELIXICONF_EU_2022/TheJoyOfBuildingYourStartupInElx.pdf"
>Slides</a
>
</p>
</div>
<div>
<a href="https://www.youtube.com/watch?v=L4JTPaY_aWw"
>Building the Map Frontend for Kerala Rescue - FOSSMeet '19
</a>
<p class="mt-2">
During the floods of Kerala in 2018, I built a map based frontend
for Kerala Rescue. It was deployed along side the official disaster
management platform. This talk covers the story behind it.
<a
href="https://github.com/aswinmohanme/talks/blob/master/FOSSMEET_2019/presentation.pdf"
>Slides</a
>
</p>
</div>
</div>
</article>
</body>
</html>