Skip to content

Commit

Permalink
meetup31: add musthaq (#102)
Browse files Browse the repository at this point in the history
* meetup31: add musthaq

* fix: workaround for vuejs/vuepress#2831
  • Loading branch information
Sangeeth Sudheer authored Apr 20, 2021
1 parent 3602a18 commit 74122a9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .vuepress/components/EventPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<main class="agenda">
<EventGallery :photos="$page.frontmatter.photos" />
<div
v-if="$page.frontmatter.description"
v-html="$page.frontmatter.description"
v-if="$page.frontmatter.event_description"
v-html="$page.frontmatter.event_description"
></div>
<h2>Agenda</h2>
<template
Expand Down
2 changes: 1 addition & 1 deletion 26/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 26
title: Vue.js Global (vue-global)
description: |
event_description: |
<p>Come to the first ever Vue Global Meetup event!</p>
<p>We want to bring all Vue communities together and create a place where we can all share resources and knowledge. Every location can provide a speaker as we broadcast around the world bringing new and seasoned speakers to everyone!</p>
<p>The first event will include collaboration between the following communities:</p>
Expand Down
2 changes: 1 addition & 1 deletion 27/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 27
title: 'VueBLR Online #27'
description: |
event_description: |
<p>We're getting ready for a new online meetup experience for the VueBLR community. Join us and the many Vue enthusiasts on Saturday, the 23rd of May for some great sessions and discussions.</p>
<p>📝 Agenda:</p>
<p>2:00 - 2:15 PM: Get to know each other</p>
Expand Down
2 changes: 1 addition & 1 deletion 28/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 28
title: 'VueBLR Online #28'
description: |
event_description: |
<p>We're keeping the ball rollin' and having our second remote meetup this month. We'll have our usual lineup of great speakers and great talks—all experienced at the comfort of your homes.</p>
<p>📝 Schedule:</p>
<p>2:00 - 2:05 PM: Get to know each other</p>
Expand Down
2 changes: 1 addition & 1 deletion 29/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 29
title: 'VueBLR Online #29'
description: |
event_description: |
<p>Hi y'all! It's <a href="https://youtu.be/Gs069dndIYk">September</a> and we have another fantastic online meetup in the works. Check out the schedule for all the details.</p>
<p>📝 Schedule:</p>
<p>2:00 - 2:05 PM: Get to know each other</p>
Expand Down
2 changes: 1 addition & 1 deletion 30/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 30
title: "VueBLR Online #30"
description: |
event_description: |
<p>Hello friends! 👋 It's been a while, but we're back and there's A LOT to talk about. We're kicking off our first meetup for the year, this March so get excited!</p>
<p>📝 Schedule:</p>
<p>2:30 - 2:45 PM: Intro</p>
Expand Down
13 changes: 11 additions & 2 deletions 31/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
id: 31
title: "VueBLR Online #31"
description: |
event_description: |
<p>We're gearing up for the April meetup. Want to be in the spotlight? <a href="https://bit.ly/vueblrcfp">Submit your talk here.</a></p>
<p>📝 Schedule:</p>
<p>TBA</p>
<p>2:30 - 2:45 PM: Intro</p>
<p>2:45 - 3:30 PM: Talk #1: Going off the main thread in Vue by Musthaq Ahamad</p>
<p>TBA</p>
<p>PS. All times are in IST (+5:30 GMT)</p>
<p>📹 YouTube Stream link: TBA</p>
<p>You can post your questions and discuss with us in the YouTube chat.</p>
Expand All @@ -15,6 +17,13 @@ venue:
name: Online
photos:
- https://secure.meetupstatic.com/photos/event/6/c/3/5/highres_495447701.jpeg
agenda:
- title: "Going off the main thread in Vue"
type: talk
description: |
Modern web frameworks and architecture heavily relies on the main/ui thread and any expensive computation done with Javascript can block the main thread causing slow pages, unresponsive feedbacks and lagging. In this talk we'll explore ways we can optimize our vue applications with best practices and utilising available options to spawn web workers to offload task off from the main thread.
speaker: Musthaq Ahamad <@haxzie_>
bio: "UX Engineer at Locale.ai. Loves to write, design and build for the web."
organizers:
- Vue Bangalore <@vueblr>
---
Expand Down

0 comments on commit 74122a9

Please sign in to comment.