diff --git a/content/blog/how-to-get-started-with-net/index.md b/content/blog/how-to-get-started-with-net/index.md index cbcf82c8..f05d8977 100644 --- a/content/blog/how-to-get-started-with-net/index.md +++ b/content/blog/how-to-get-started-with-net/index.md @@ -4,7 +4,7 @@ description: "Did you know that 35% of developers are using .NET? This is a great article to read to get started with .NET.", published: '2022-01-18T19:20:19.000Z', authors: ['bobrossrtx'], - tags: ['dotnet', 'c#'], + tags: ['dotnet', 'csharp'], attached: [], license: 'cc-by-4', originalLink: 'https://dev.to/bobrossrtx/how-to-get-started-with-net-50bh' diff --git a/content/blog/integrating-android-code-in-unity/index.md b/content/blog/integrating-android-code-in-unity/index.md index c7d44c5d..acf2d8d5 100644 --- a/content/blog/integrating-android-code-in-unity/index.md +++ b/content/blog/integrating-android-code-in-unity/index.md @@ -4,7 +4,7 @@ description: 'Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well you can! This article outlines how to set that up!', published: '2020-01-04T05:12:03.284Z', authors: ['crutchcorn'], - tags: ['unity', 'android', 'c#', 'java', 'kotlin'], + tags: ['unity', 'android', 'csharp', 'java'], attached: [], license: 'cc-by-nc-sa-4' } diff --git a/content/blog/pointers-and-references-cpp/index.md b/content/blog/pointers-and-references-cpp/index.md index f34aeb2e..28b9c481 100644 --- a/content/blog/pointers-and-references-cpp/index.md +++ b/content/blog/pointers-and-references-cpp/index.md @@ -4,7 +4,7 @@ description: 'An overview of how pointers and references function in C/C++', published: '2020-06-02T09:40:00.000Z', authors: ['seanmiller'], - tags: ['computer science', 'c++'], + tags: ['computer science', 'cpp'], attached: [], license: 'cc-by-nc-nd-4' } diff --git a/content/blog/virtual-memory-overview/index.md b/content/blog/virtual-memory-overview/index.md index 34631708..c3a60d0a 100644 --- a/content/blog/virtual-memory-overview/index.md +++ b/content/blog/virtual-memory-overview/index.md @@ -4,7 +4,7 @@ description: 'An overview of how operating systems give processes their own address space.', published: '2020-05-19T12:45:00.000Z', authors: ['seanmiller'], - tags: ['computer science', 'c++'], + tags: ['computer science', 'cpp'], attached: [], license: 'cc-by-nc-nd-4' }