-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add three upcoming community events to events page #4
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
RehabAbotalep
merged 2 commits into
DevOpsVisions:main
from
aymanaboghonim:add-upcoming-events
Jul 19, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -6,6 +6,63 @@ order: 5 | |
|
|
||
| All community sessions past and upcoming are listed below. The most recent events appear at the top. | ||
|
|
||
| ## 🔹 Copilot End-to-End Website Walkthrough | ||
|
|
||
| ### 📝About this event: | ||
|
|
||
| A public demo session on how GitHub Copilot was used to build the Elmentor website in just a few hours. http://elmentorprogram.com/ | ||
|
|
||
| - **📅 Date:** Nov 19, 2025 | ||
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), [Ayman Aboghonim](https://github.com/aymanaboghonim) | ||
| - **👁️ Views:** Upcoming Event | ||
| - **💻 Streamed Live on:** Facebook | ||
| - **🌐 Language:** Arabic | ||
| - **🎞️ Record available on:** | ||
| - [Facebook Event](https://www.facebook.com/share/16VA46JTZo/) | ||
| - [YouTube Video](https://www.youtube.com/@MRadwanMSF/videos) | ||
|
|
||
| - **🏷️ Tags:** `copilot` `website development` `AI` | ||
|
|
||
| --- | ||
|
|
||
| ## 🔹 DORA 2025 AI Report Review | ||
|
|
||
| ### 📝About this event: | ||
|
|
||
| A public discussion session analyzing the new DORA report 2025 (Impact of Generative AI in Software Development). This report offers research-backed guidance for leaders and practitioners to effectively navigate this transformation, providing actionable insights to maximize AI's benefits while mitigating potential risks. DORA report link: https://services.google.com/fh/files/misc/dora-impact-of-generative-ai-in-software-development.pdf | ||
|
|
||
| - **📅 Date:** Oct 08, 2025 | ||
|
||
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), [Ayman Aboghonim](https://github.com/aymanaboghonim) | ||
| - **👁️ Views:** Upcoming Event | ||
| - **💻 Streamed Live on:** Facebook | ||
| - **🌐 Language:** Arabic | ||
| - **🎞️ Record available on:** | ||
| - [Facebook Event](https://www.facebook.com/share/19M6GbMjKX/) | ||
| - [YouTube Video](https://www.youtube.com/@MRadwanMSF/videos) | ||
|
|
||
| - **🏷️ Tags:** `DORA` `AI` `software development` | ||
|
|
||
| --- | ||
|
|
||
| ## 🔹 Career Guidance Session with Kareem | ||
|
|
||
| ### 📝About this event: | ||
|
|
||
| A community-wide Career Guidance Session will be arranged in collaboration with Kareem. The session will offer practical insights into job seeking, personal branding, and navigating the hiring process, supporting our members in their professional journeys. | ||
|
|
||
| - **📅 Date:** Sep 06, 2025 | ||
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), [Kareem Khamis](https://github.com/KareemKhamis) | ||
| - **👁️ Views:** Upcoming Event | ||
| - **💻 Streamed Live on:** Facebook | ||
| - **🌐 Language:** Arabic | ||
| - **🎞️ Record available on:** | ||
| - [Facebook Event](https://www.facebook.com/share/16i5zPMTZe/) | ||
| - [YouTube Video](https://www.youtube.com/@MRadwanMSF/videos) | ||
|
|
||
| - **🏷️ Tags:** `career guidance` `mentorship` `professional development` | ||
|
|
||
| --- | ||
|
|
||
| ## 🔹 GitHub Foundation Course [AR] [May 2025]-[#1] | ||
|
|
||
| ### 📝About this event: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The date format 'Nov 19, 2025' is inconsistent with the format used in other events. Line 34 uses 'Oct 08, 2025' and line 53 uses 'Sep 06, 2025', but existing events may use different formats. Consider standardizing to a consistent date format across all events.