Skip to content
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

feat: add slides for devoxx greece #1404

Merged
merged 3 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 12 additions & 0 deletions src/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,5 +744,17 @@
"nuxt"
],
"date": "2024-04-05T00:00:00.000Z"
},
{
"type": "conference",
"title": "Modern development with Nuxt",
"description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice.",,

Check failure on line 751 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

Property assignment expected.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the syntax error in the description field.

- "description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice.",,
+ "description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice."

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice.",,
"description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice."

"slug": "2024-04-18-devoxx-gr",

Check failure on line 752 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

',' expected.
"release": "2024-04-18-devoxx-gr",

Check failure on line 753 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

',' expected.
"source": "Devoxx Greece",

Check failure on line 754 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

',' expected.
"tags": [

Check failure on line 755 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

',' expected.
"nuxt",
"unjs"
]
}

Check failure on line 759 in src/data/talks.json

View workflow job for this annotation

GitHub Actions / test

',' expected.
]
11 changes: 0 additions & 11 deletions src/server/api/upcoming-conferences.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ const upcomingConferences: Array<{
}
location: string
}> = [
{
name: 'Devoxx Greece',
dates: '18-20 April',
link: 'https://devoxx.gr/',
location: '🇬🇷',
image: {
url: 'https://devoxx.gr/wp-content/uploads/2024/01/devoxxgreece.png',
height: 630,
width: 945,
},
},
{
name: 'Vue.js Live',
dates: '25-26 April',
Expand Down
Loading