Skip to content

Commit

Permalink
feat: update recommended resources with new stories and videos
Browse files Browse the repository at this point in the history
Added new entries to recommended stories and videos, including topics on AI, GitHub Copilot, and Microsoft Teams. Enhanced AI topic description in `topics.yml`.
  • Loading branch information
abhith committed Jan 7, 2025
1 parent ebdeb44 commit c0aa7b7
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/topics/topics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image: "abp-logo-long.png"
- title: AI
slug: ai
description: ""
description: "Artificial Intelligence (AI) is transforming industries by enabling machines to perform intelligent tasks, including learning, reasoning, and self-correction."
image: ""
- title: Azure Kubernetes Service
slug: aks
Expand Down
29 changes: 29 additions & 0 deletions src/data/recommended/stories/stories.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"url": "https://blog.jetbrains.com/fleet/2024/12/introducing-fleets-new-islands-ui/",
"title": "Introducing Fleet's New Islands UI | The Fleet Blog",
"description": "",
"date": "2025-01-07T14:59:39Z",
"tags": [
"jetbrains",
"ide"
]
},
{
"url": "https://composio.dev/blog/notes-on-new-deepseek-v3/",
"title": "Notes on the new Deepseek v3 - Composio",
"description": "In this blog we go thorough the new Deepseek v3 and compare it with GPT-4o and 3.5 Sonnet across reasoning, math, coding, & writing tasks.",
"date": "2025-01-07T13:59:39Z",
"tags": [
"ai"
]
},
{
"url": "https://github.blog/changelog/2024-12-18-announcing-github-copilot-free/",
"title": "Announcing GitHub Copilot Free - GitHub Changelog",
"description": "",
"date": "2025-01-07T12:59:39Z",
"tags": [
"github",
"ai"
]
},
{
"url": "https://www.inc.com/marcel-schwantes/heres-how-microsoft-knows-in-less-than-5-minutes-if-someone-is-a-good-leader/91065839",
"title": "Here’s How Microsoft Knows in Less Than 5 Minutes If Someone Is a Good Leader",
Expand Down
28 changes: 28 additions & 0 deletions src/data/recommended/videos/videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
[
{
"url": "https://www.youtube.com/watch?v=goVmt8CVZUM",
"title": "How to Use the NEW Microsoft Teams Calendar—Now Powered by Outlook!",
"tags": [
"microsoft-teams"
],
"date": "2025-01-07T09:15:58Z",
"type": "youtube"
},
{
"url": "https://www.youtube.com/watch?v=DGOeyJjq80g",
"title": "My top 5 most popular front-end tips",
"tags": [
"css"
],
"date": "2025-01-07T09:14:58Z",
"type": "youtube"
},
{
"url": "https://www.youtube.com/watch?v=upgU0dRDs2Q",
"title": "Fearless Rebase Demo",
"tags": [
"git",
"ide"
],
"date": "2025-01-07T09:13:58Z",
"type": "youtube"
},
{
"url": "https://www.youtube.com/watch?v=5gh1TqMsYKE",
"title": "Technical writing with JetBrains' Writerside and Grazie",
Expand Down

0 comments on commit c0aa7b7

Please sign in to comment.