This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #835 from Susmita-Dey/main
Add 3 new webinars
- Loading branch information
Showing
8 changed files
with
110 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import Poster from '@/assets/webinars/Maximising-Developer-Productivity-AI-Era.png'; | ||
|
||
const DevProductivityAIEra = { | ||
name: 'Maximising Developer Productivity in the AI Era', | ||
description: | ||
'This webinar will explore strategies and best practices for developers to enhance their productivity in the rapidly evolving landscape of AI technology. It will cover how to effectively integrate AI tools into the development workflow, manage time and resources, and stay updated with the latest trends in AI.', | ||
poster: Poster, | ||
time: '19 December 2023 15:30:00 GMT', | ||
slug: 'https://www.youtube.com/watch?v=lferMocTGso', | ||
}; | ||
|
||
export default DevProductivityAIEra; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import Poster from '@/assets/webinars/pulumi-webinar.jpg'; | ||
|
||
import { | ||
IndividualWebinarCompletedPageHeader, | ||
IndividualWebinarPageFAQ, | ||
} from './IndividualWebinarPageContent'; | ||
|
||
const PulumiWebinar = { | ||
header: IndividualWebinarCompletedPageHeader, | ||
name: 'Learn and Build Infrastructure as Code with Pulumi AI', | ||
description: | ||
'The skills gap is real. Understanding Infrastructure as Code (IaC) is necessary to unlock multiple cloud-native careers, from cloud engineering, platform engineering, and DevOps to AI/ML-related. Learn how Pulumi AI empowers you to discover, learn, and build cloud infrastructure so you can add infrastructure as code to your skill set.', | ||
poster: Poster, | ||
videoUrl: 'https://youtube.com/embed/5K8tXgeZV0U', | ||
takeaways: [ | ||
'Learn how to use Pulumi AI to set up and manage cloud infrastructure', | ||
'Gain insights into how Pulumi AI simplifies working with various cloud services and managing complex settings', | ||
'Learn how to integrate Pulumi AI into your development workflows', | ||
], | ||
time: '21 December 2023 11:00:00 GMT', | ||
speakers: [ | ||
{ | ||
name: 'Engin Diri', | ||
description: 'Customer Success Architect @Pulumi', | ||
twitter: '_ediri', | ||
img: 'https://pbs.twimg.com/profile_images/1681427562998685697/-mpZuJgO_400x400.jpg', | ||
}, | ||
], | ||
register: 'PulumiWebinar', | ||
slug: 'learn-and-build-infrastructure-as-code-with-pulumi-ai', | ||
faq: IndividualWebinarPageFAQ, | ||
}; | ||
|
||
export default PulumiWebinar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import Poster from '@/assets/webinars/state-of-java.jpg'; | ||
|
||
import { | ||
IndividualWebinarCompletedPageHeader, | ||
IndividualWebinarPageFAQ, | ||
} from './IndividualWebinarPageContent'; | ||
|
||
const StateOfJava = { | ||
header: IndividualWebinarCompletedPageHeader, | ||
name: 'Is It Worth Learning Java in 2024?', | ||
description: | ||
'Join us for an insightful webinar as we explore the relevance of Java in 2024. In this session, we will address the pressing question of whether learning Java remains a valuable investment in your career. Discover how Java continues to play a pivotal role in various industries, gain insights into future job opportunities, and explore the exciting possibilities this versatile programming language offers.', | ||
poster: Poster, | ||
videoUrl: 'https://youtube.com/embed/ITEAqgVZAQE', | ||
takeaways: [ | ||
'Gain insights into the current state of Java and its future prospects', | ||
'Learn about the latest developments in the Java ecosystem', | ||
'Discover how Java continues to play a pivotal role in various industries', | ||
'Explore the exciting possibilities this versatile programming language offers', | ||
], | ||
time: '22 December 2023 10:00:00 GMT', | ||
speakers: [ | ||
{ | ||
name: 'Sébastien Blanc', | ||
description: 'Staff Developer Advocate @aiven_io', | ||
twitter: 'sebi2706', | ||
img: 'https://pbs.twimg.com/profile_images/1588539610489126913/68Synunh_400x400.jpg', | ||
}, | ||
], | ||
register: 'StateOfJava', | ||
slug: 'state-of-java-in-2024', | ||
faq: IndividualWebinarPageFAQ, | ||
}; | ||
|
||
export default StateOfJava; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters