Skip to content

Commit 1f5f55c

Browse files
committed
Ram | Add. 102nd edition Talk details
1 parent eaeaf1b commit 1f5f55c

File tree

5 files changed

+186
-27
lines changed

5 files changed

+186
-27
lines changed

content/2024-12.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
start: 2024-12-19 17:30
3+
edition: 102
4+
participate: "https://www.meetup.com/chennai-geek-night/events/304930874/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link"
5+
talk: "https://docs.google.com/forms/d/e/1FAIpQLScYXdhJqrAeN0KUm55aI7sGBpWO_z4ULKZ-56IFpHfHMza-Mw/viewform"
6+
subnote: "This event will be live streamed on <a href='https://www.youtube.com/playlist?list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p' class='youtube' target='_blank' rel='nofollow' onclick=\"ga('send', 'event', 'youtube', 'youtube')\"></a>"
7+
agenda:
8+
-
9+
time: "5:30"
10+
title: "Registrations"
11+
-
12+
time: "6:00"
13+
title: "Boosting Text-to-SQL Accuracy: Dynamic Few-Shot Prompting in Action"
14+
video_link: "https://www.youtube.com/watch?v=87r2qms-Klw&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p"
15+
subtitle: "Achieving high accuracy in Text-to-SQL systems is crucial for streamlining database interactions and enabling seamless data retrieval. This talk explores how dynamic few-shot prompting—a method of adaptively selecting and refining prompt examples—can dramatically enhance query generation accuracy. Attendees will learn how adaptive prompt selection and contextual learning refine model outputs, balancing precision with robust adaptability across diverse databases and schemas. By the end of the session, participants will have practical techniques to optimize SQL query generation for real-world applications, paving the way for more efficient and reliable data workflows."
16+
speakers:
17+
-
18+
name: "Bernice M"
19+
image: "Bernice-M.png"
20+
description: "Data Engineer from Thoughtworks"
21+
-
22+
time: "6:45"
23+
title: "Break"
24+
-
25+
time: "07:00"
26+
title: 'Making boring websites exciting with View Transitions API'
27+
video_link: "https://www.youtube.com/watch?v=8SLPweAE73o&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p"
28+
subtitle: "This talk focuses on how to get good looking animations on regular Multi page applications using the View Transitions API without having to rely on any fancy frameworks or libraries. This talk will feature a demo of using existing Multi page apps being converted to full fledged animated pages using few lines of javascript and css. We will also explore how modern frameworks like Astro leverages this API while using my own personal website daniakash.com as example."
29+
speakers:
30+
-
31+
name: "Dani Akash"
32+
description: "Dani Akash is a JavaScript Developer with expertise in React and React Native ecosystems. He is currently building AI tools & Design Systems at Clarifai. In his free time you can find him actively experimenting with various js ecosystem tools and web APIs."
33+
-
34+
time: "08:00"
35+
title: "Networking & Dinner"
36+
---
File renamed without changes.
19.2 KB
Loading

docs/img/speaker/Bernice-M.png

19.2 KB
Loading

docs/index.html

Lines changed: 150 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta charset="utf-8" />
88
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
9-
<title>Geek Night Chennai - Nov 2024</title>
9+
<title>Geek Night Chennai - Dec 2024</title>
1010
<meta name="description" content="" />
1111
<meta property="og:image" content="https://chennai.geeknight.in/img/geek-night-banner.png"/>
1212
<meta property="og:image:width" content="960" />
@@ -20,7 +20,7 @@
2020
<link rel="stylesheet" href="css/app.css" />
2121

2222
<script type="application/ld+json">
23-
{"@context":"http://schema.org","@type":"EducationEvent","name":"Geek Night Chennai - Nov 2024","startDate":"2024-11-28T17:30:00+05:30","url":"http://twchennai.github.io/geeknight/","location":{"@type":"Place","name":"ThoughtWorks","address":{"@type":"PostalAddress","addressLocality":"Chennai","addressRegion":"Tamil Nadu","postalCode":"600113","streetAddress":"Ascendas"}}}
23+
{"@context":"http://schema.org","@type":"EducationEvent","name":"Geek Night Chennai - Dec 2024","startDate":"2024-12-19T17:30:00+05:30","url":"http://twchennai.github.io/geeknight/","location":{"@type":"Place","name":"ThoughtWorks","address":{"@type":"PostalAddress","addressLocality":"Chennai","addressRegion":"Tamil Nadu","postalCode":"600113","streetAddress":"Ascendas"}}}
2424
</script>
2525
</head>
2626
<body>
@@ -55,15 +55,15 @@
5555
<div class="intro-info-place-title">Geek Night Chennai</div>
5656
<div class="line"></div>
5757
</div>
58-
<div class="intro-info-edition">101<sup>st</sup> Edition </p></div>
58+
<div class="intro-info-edition">102<sup>nd</sup> Edition </p></div>
5959
<div class="intro-info-date">
60-
NOV 28<sup>th</sup>, 2024
60+
DEC 19<sup>th</sup>, 2024
6161
</div>
6262

6363
<div class="intro-info-buttons">
6464
<div class="intro-info-buttons-button">
6565

66-
<a href="https://www.meetup.com/chennai-geek-night/events/304665970/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link" target="_blank" rel="nofollow"
66+
<a href="https://www.meetup.com/chennai-geek-night/events/304930874/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link" target="_blank" rel="nofollow"
6767
onclick="ga('send', 'event', 'participate', 'participate')">
6868
<div class="intro-info-buttons-button-text">PARTICIPATE</div>
6969
</a>
@@ -86,7 +86,7 @@
8686
</div>
8787
<div class="line"></div>
8888

89-
<div class="intro-info-subnote">This event will be live streamed on <a href='https://www.youtube.com/playlist?list=PLH8WPOo4hnqwpZNqV_s_uF5FwJA_vy83p' class='youtube' target='_blank' rel='nofollow' onclick="ga('send', 'event', 'youtube', 'youtube')"></a></div>
89+
<div class="intro-info-subnote">This event will be live streamed on <a href='https://www.youtube.com/playlist?list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p' class='youtube' target='_blank' rel='nofollow' onclick="ga('send', 'event', 'youtube', 'youtube')"></a></div>
9090

9191
</div>
9292
</div>
@@ -122,22 +122,24 @@
122122
<div class="speaker-detail">
123123

124124

125-
<span class="title"><a href="https://www.youtube.com/watch?v=RuL8PSkg9ew&list=PLH8WPOo4hnqwpZNqV_s_uF5FwJA_vy83p" target="_blank" class="link">Integration Tests - How to do them right?</a></span>
125+
<span class="title"><a href="https://www.youtube.com/watch?v=87r2qms-Klw&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p" target="_blank" class="link">Boosting Text-to-SQL Accuracy: Dynamic Few-Shot Prompting in Action</a></span>
126126

127127

128128

129-
<div class="subtitle">Get to know what you should be testing in Integration tests of your backend applications to avoid duplicating scenarios and slowness in your test suite.</div>
129+
<div class="subtitle">Achieving high accuracy in Text-to-SQL systems is crucial for streamlining database interactions and enabling seamless data retrieval. This talk explores how dynamic few-shot prompting—a method of adaptively selecting and refining prompt examples—can dramatically enhance query generation accuracy. Attendees will learn how adaptive prompt selection and contextual learning refine model outputs, balancing precision with robust adaptability across diverse databases and schemas. By the end of the session, participants will have practical techniques to optimize SQL query generation for real-world applications, paving the way for more efficient and reliable data workflows.</div>
130130

131131

132132
<span class="name">
133133

134-
<img class="img" src="img/speaker/Sayeed-Munawar-Hussain.png" alt="Sayeed Munawar Hussain" />
134+
<img class="img" src="img/speaker/Bernice-M.png" alt="Bernice M" />
135135

136136
<div class="profile">
137137

138-
Sayeed Munawar Hussain
138+
Bernice M
139139

140140

141+
<div class="speaker-description">Data Engineer from Thoughtworks</div>
142+
141143
</div>
142144
</span>
143145

@@ -169,33 +171,23 @@
169171
<div class="speaker-detail">
170172

171173

172-
<span class="title"><a href="https://www.youtube.com/watch?v=0_UCXFsZcIg&list=PLH8WPOo4hnqwpZNqV_s_uF5FwJA_vy83p" target="_blank" class="link">Neo4j Essentials: Powering Al-Ready Graph Data</a></span>
174+
<span class="title"><a href="https://www.youtube.com/watch?v=8SLPweAE73o&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p" target="_blank" class="link">Making boring websites exciting with View Transitions API</a></span>
173175

174176

175177

176-
<div class="subtitle">As data relationships grow in complexity, graph databases like Neo4j are redefining how we structure and analyze connections. In this session, we’ll dive into the basics of Neo4j, explore a real-world comparison between SQL and graph approaches, and explore how Neo4j supports Generative AI.</div>
178+
<div class="subtitle">This talk focuses on how to get good looking animations on regular Multi page applications using the View Transitions API without having to rely on any fancy frameworks or libraries. This talk will feature a demo of using existing Multi page apps being converted to full fledged animated pages using few lines of javascript and css. We will also explore how modern frameworks like Astro leverages this API while using my own personal website daniakash.com as example.</div>
177179

178180

179181
<span class="name">
180182

181-
<img class="img" src="img/speaker/Sathishkumar-Madhanagopal.png" alt="Sathishkumar Madhanagopal" />
183+
<img class="img" src="img/speaker/no_user_image.svg" alt="Dani Akash" />
182184

183185
<div class="profile">
184186

185-
Sathishkumar Madhanagopal
186-
187-
188-
</div>
189-
</span>
187+
Dani Akash
190188

191-
<span class="name">
192-
193-
<img class="img" src="img/speaker/Udhayakumar-Ulaganathan.png" alt="Udhayakumar Ulaganathan" />
194-
195-
<div class="profile">
196-
197-
Udhayakumar Ulaganathan
198189

190+
<div class="speaker-description">Dani Akash is a JavaScript Developer with expertise in React and React Native ecosystems. He is currently building AI tools & Design Systems at Clarifai. In his free time you can find him actively experimenting with various js ecosystem tools and web APIs.</div>
199191

200192
</div>
201193
</span>
@@ -308,6 +300,11 @@ <h3>ThoughtWorks Technologies Pvt Ltd</h3>
308300
<div class="months select">
309301

310302

303+
<div id="2024"
304+
class="event show"
305+
onclick="getAgenda(event, this.id, this.textContent)">Dec 19
306+
</div>
307+
311308
<div id="2024"
312309
class="event show"
313310
onclick="getAgenda(event, this.id, this.textContent)">Nov 28
@@ -838,7 +835,133 @@ <h3>ThoughtWorks Technologies Pvt Ltd</h3>
838835
</div>
839836
<div class="content">
840837

841-
<div id="2024-Nov 28" class="speakers active">
838+
<div id="2024-Dec 19" class="speakers active">
839+
<div class="edition">102<sup>nd</sup> Edition</p></div>
840+
841+
<div class="speaker-details">
842+
<span class="time">
843+
5:30 pm
844+
</span>
845+
<div class="speaker-detail">
846+
847+
848+
<span class="title-default">Registrations</span>
849+
850+
851+
852+
853+
854+
855+
</div>
856+
</div>
857+
858+
<div class="speaker-details">
859+
<span class="time">
860+
6:00 pm
861+
</span>
862+
<div class="speaker-detail">
863+
864+
865+
<span class="title"><a href="https://www.youtube.com/watch?v=87r2qms-Klw&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p" target="_blank" class="link">Boosting Text-to-SQL Accuracy: Dynamic Few-Shot Prompting in Action</a></span>
866+
867+
868+
869+
<div class="subtitle">Achieving high accuracy in Text-to-SQL systems is crucial for streamlining database interactions and enabling seamless data retrieval. This talk explores how dynamic few-shot prompting—a method of adaptively selecting and refining prompt examples—can dramatically enhance query generation accuracy. Attendees will learn how adaptive prompt selection and contextual learning refine model outputs, balancing precision with robust adaptability across diverse databases and schemas. By the end of the session, participants will have practical techniques to optimize SQL query generation for real-world applications, paving the way for more efficient and reliable data workflows.</div>
870+
871+
872+
873+
<span class="name">
874+
875+
<img class="img" src="img/speaker/Bernice-M.png" alt="Bernice M" />
876+
877+
<div>
878+
879+
Bernice M
880+
881+
882+
<div class="speaker-description">Data Engineer from Thoughtworks</div>
883+
884+
</div>
885+
</span>
886+
887+
888+
889+
890+
</div>
891+
</div>
892+
893+
<div class="speaker-details">
894+
<span class="time">
895+
6:45 pm
896+
</span>
897+
<div class="speaker-detail">
898+
899+
900+
<span class="title-default">Break</span>
901+
902+
903+
904+
905+
906+
907+
</div>
908+
</div>
909+
910+
<div class="speaker-details">
911+
<span class="time">
912+
07:00 pm
913+
</span>
914+
<div class="speaker-detail">
915+
916+
917+
<span class="title"><a href="https://www.youtube.com/watch?v=8SLPweAE73o&list=PLH8WPOo4hnqx14I4YsgTTyBX_FH4y6f4p" target="_blank" class="link">Making boring websites exciting with View Transitions API</a></span>
918+
919+
920+
921+
<div class="subtitle">This talk focuses on how to get good looking animations on regular Multi page applications using the View Transitions API without having to rely on any fancy frameworks or libraries. This talk will feature a demo of using existing Multi page apps being converted to full fledged animated pages using few lines of javascript and css. We will also explore how modern frameworks like Astro leverages this API while using my own personal website daniakash.com as example.</div>
922+
923+
924+
925+
<span class="name">
926+
927+
<img class="img" src="img/speaker/no_user_image.svg" alt="Dani Akash" />
928+
929+
<div>
930+
931+
Dani Akash
932+
933+
934+
<div class="speaker-description">Dani Akash is a JavaScript Developer with expertise in React and React Native ecosystems. He is currently building AI tools & Design Systems at Clarifai. In his free time you can find him actively experimenting with various js ecosystem tools and web APIs.</div>
935+
936+
</div>
937+
</span>
938+
939+
940+
941+
942+
</div>
943+
</div>
944+
945+
<div class="speaker-details">
946+
<span class="time">
947+
08:00 pm
948+
</span>
949+
<div class="speaker-detail">
950+
951+
952+
<span class="title-default">Networking & Dinner</span>
953+
954+
955+
956+
957+
958+
959+
</div>
960+
</div>
961+
962+
</div>
963+
964+
<div id="2024-Nov 28" class="speakers ">
842965
<div class="edition">101<sup>st</sup> Edition</p></div>
843966

844967
<div class="speaker-details">
@@ -13450,4 +13573,4 @@ <h3>ThoughtWorks Technologies Pvt Ltd</h3>
1345013573
</body>
1345113574
</html>
1345213575

13453-
<script>window.targetDate = new Date(1732795200 * 1000)</script>
13576+
<script>window.targetDate = new Date(1734609600 * 1000)</script>

0 commit comments

Comments
 (0)