Thanks to visit codestin.com
Credit goes to github.com

Skip to content

meetup31: add musthaq #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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