Skip to content

Commit

Permalink
feat: add slides for devoxx greece (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 18, 2024
1 parent 5e2de5a commit 55488d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
13 changes: 13 additions & 0 deletions src/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,5 +744,18 @@
"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.",
"slug": "2024-04-18-devoxx-gr",
"release": "2024-04-18-devoxx-gr",
"source": "Devoxx Greece",
"tags": [
"nuxt",
"unjs"
],
"date": "2024-04-18T00:00:00.000Z"
}
]
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

0 comments on commit 55488d3

Please sign in to comment.