chore: cull down list of tags to be more organized

This commit is contained in:
Corbin Crutchley
2022-01-16 20:41:58 -08:00
parent ac22a6516b
commit fdd28b3a92
30 changed files with 33 additions and 33 deletions

View File

@@ -107,7 +107,7 @@ Now that we've placed the file in the correct location, we need to add metadata
published: '2019-10-07T22:07:09.945Z', published: '2019-10-07T22:07:09.945Z',
edited: '2020-02-02T22:07:09.945Z', edited: '2020-02-02T22:07:09.945Z',
authors: ['edpratti'], authors: ['edpratti'],
tags: ['android', 'design', 'figma'], tags: ['android', 'design'],
attached: [], attached: [],
license: 'cc-by-nc-nd-4' license: 'cc-by-nc-nd-4'
} }

View File

@@ -4,7 +4,7 @@
description: "Historically, the Android Emulator has only run on Intel CPUs. While that's no longer the case, it can be tricky to setup. Let's walk through how to do so!", description: "Historically, the Android Emulator has only run on Intel CPUs. While that's no longer the case, it can be tricky to setup. Let's walk through how to do so!",
published: '2020-05-05T13:45:00.284Z', published: '2020-05-05T13:45:00.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['tooling', 'windows'], tags: ['tools', 'windows'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }
@@ -148,4 +148,4 @@ Finally, once you've selected **"Finish"**, it should save the emulator's settin
I've had incredible success with my Ryzen powered desktop during my Android development. Not only is it cost-efficient for my usage compared to the Intel option, but it's able to run the emulator quickly. Hopefully, this article has been able to help you set up your machine as well. I've had incredible success with my Ryzen powered desktop during my Android development. Not only is it cost-efficient for my usage compared to the Intel option, but it's able to run the emulator quickly. Hopefully, this article has been able to help you set up your machine as well.
Let us know what your thoughts on this article were! We not only have our comments down below, but we have [a Discord community](https://discord.gg/FMcvc6T) as well that we invite you to join! We chat about all kinds of programming and CS related topics there! Let us know what your thoughts on this article were! We not only have our comments down below, but we have [a Discord community](https://discord.gg/FMcvc6T) as well that we invite you to join! We chat about all kinds of programming and CS related topics there!

View File

@@ -4,7 +4,7 @@
description: 'Learn how templates work in Angular. From the basics to being able to read Angular source code and write your own structural directives', description: 'Learn how templates work in Angular. From the basics to being able to read Angular source code and write your own structural directives',
published: '2019-07-11T22:12:03.284Z', published: '2019-07-11T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['angular', 'templates'], tags: ['angular', 'webdev'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: 'You use networking every day - even to read this text! Join us as we dive into explaining how we send data across a network and what the OSI model is.', description: 'You use networking every day - even to read this text! Join us as we dive into explaining how we send data across a network and what the OSI model is.',
published: '2020-03-11T13:45:00.284Z', published: '2020-03-11T13:45:00.284Z',
authors: ['reikaze', 'crutchcorn'], authors: ['reikaze', 'crutchcorn'],
tags: ['networking', 'osi model'], tags: ['networking'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4', license: 'cc-by-nc-sa-4',
series: "Networking 101", series: "Networking 101",

View File

@@ -4,7 +4,7 @@
description: "Here I present a quick and dirty solution to a common interview question where the solution is not nearly as complex as it may first appear.", description: "Here I present a quick and dirty solution to a common interview question where the solution is not nearly as complex as it may first appear.",
published: "2020-04-29T12:27:06.284Z", published: "2020-04-29T12:27:06.284Z",
authors: ["thodges314"], authors: ["thodges314"],
tags: ["javascript", "computer science", "interview"], tags: ["javascript", "computer science", "interviewing"],
attached: [], attached: [],
license: "cc-by-4", license: "cc-by-4",
} }

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-05-03T22:12:03.284Z', published: '2021-05-03T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['interviews'], tags: ['interviewing'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/5-tips-for-tech-recruiting/' originalLink: 'https://coderpad.io/blog/5-tips-for-tech-recruiting/'

View File

@@ -4,7 +4,7 @@
description: 'Learn how to interactively debug your NodeJS applications using a GUI-based debugger built into Chrome.', description: 'Learn how to interactively debug your NodeJS applications using a GUI-based debugger built into Chrome.',
published: '2020-01-21T05:12:03.284Z', published: '2020-01-21T05:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['nodejs', 'debugging', 'chrome'], tags: ['node', 'chrome'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: "Writing tests is an integral skill for any engineer to take on. Unfortunately, we often tend to over complicate our tests. Let's take a look at how we can simplify them for better tests overall", description: "Writing tests is an integral skill for any engineer to take on. Unfortunately, we often tend to over complicate our tests. Let's take a look at how we can simplify them for better tests overall",
published: '2020-05-26T05:12:03.284Z', published: '2020-05-26T05:12:03.284Z',
authors: ['crutchcorn', 'skatcat31'], authors: ['crutchcorn', 'skatcat31'],
tags: ['testing', 'testing library', 'jest'], tags: ['testing', 'jest'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-07-22T22:12:03.284Z', published: '2021-07-22T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['interviews', 'github copilot'], tags: ['interviewing', 'opinion', 'copilot'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/github-copilot-breaks-bad-interviews/' originalLink: 'https://coderpad.io/blog/github-copilot-breaks-bad-interviews/'

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-10-04T22:12:03.284Z', published: '2021-10-04T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['github copilot', 'tools'], tags: ['opinion', 'tools', 'copilot'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -5,7 +5,7 @@
published: '2019-10-07T22:07:09.945Z', published: '2019-10-07T22:07:09.945Z',
edited: '2020-02-02T22:07:09.945Z', edited: '2020-02-02T22:07:09.945Z',
authors: ['edpratti'], authors: ['edpratti'],
tags: ['android', 'design', 'figma'], tags: ['android', 'design'],
attached: [], attached: [],
license: 'cc-by-nc-nd-4' license: 'cc-by-nc-nd-4'
} }

View File

@@ -5,7 +5,7 @@
published: "2020-08-25T04:45:30.247Z", published: "2020-08-25T04:45:30.247Z",
edited: "2020-08-25T04:45:30.247Z", edited: "2020-08-25T04:45:30.247Z",
authors: ["crutchcorn", "reikaze"], authors: ["crutchcorn", "reikaze"],
tags: ["hardware", "javascript", "ast"], tags: ["hardware", "javascript", "computer science"],
attached: [], attached: [],
license: "cc-by-nc-sa-4" license: "cc-by-nc-sa-4"
} }
@@ -441,4 +441,4 @@ Only time travelers will know precisely how AI will play out with using English
While computers can be incredibly complex, most of their foundation can be understood. We've touched on a lot in this article: a bit about hardware, some language design, even some linguistical parsing! This is both the blessing and the curse when it comes to a field as large as computer science: there are so many avenues to go down. If the path you're looking for is more in-depth explanations of how languages are parsed and understood by the computer, be sure to sign up for our newsletter down below! We're wanting to write an article explaining what "grammars" languages can follow. While computers can be incredibly complex, most of their foundation can be understood. We've touched on a lot in this article: a bit about hardware, some language design, even some linguistical parsing! This is both the blessing and the curse when it comes to a field as large as computer science: there are so many avenues to go down. If the path you're looking for is more in-depth explanations of how languages are parsed and understood by the computer, be sure to sign up for our newsletter down below! We're wanting to write an article explaining what "grammars" languages can follow.
If you have any questions about the article or CS in general, drop a comment down below or [join our community Discord](https://discord.gg/FMcvc6T). If you have any questions about the article or CS in general, drop a comment down below or [join our community Discord](https://discord.gg/FMcvc6T).

View File

@@ -4,7 +4,7 @@
description: 'I often get asked: "How do you pick a tech stack for your projects?". This article answers that by outlining what questions you should be asking early on', description: 'I often get asked: "How do you pick a tech stack for your projects?". This article answers that by outlining what questions you should be asking early on',
published: '2020-03-02T05:12:03.284Z', published: '2020-03-02T05:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['engineering', 'advice'], tags: ['opinion'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-05-30T22:12:03.284Z', published: '2021-05-30T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['a11y', 'accessibility', 'web'], tags: ['accessibility', 'webdev'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/introduction-to-web-accessibility-a11y/' originalLink: 'https://coderpad.io/blog/introduction-to-web-accessibility-a11y/'

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-07-15T22:12:03.284Z', published: '2021-07-15T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['javascript', 'html', 'web'], tags: ['javascript', 'html', 'webdev'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/intro-to-web-components-vanilla-js/', originalLink: 'https://coderpad.io/blog/intro-to-web-components-vanilla-js/',

View File

@@ -4,7 +4,7 @@
description: 'Basic (but detailed) instructions for setting up a Freenode IRC account through various clients', description: 'Basic (but detailed) instructions for setting up a Freenode IRC account through various clients',
published: '2019-08-22T05:12:03.284Z', published: '2019-08-22T05:12:03.284Z',
authors: ['fennifith'], authors: ['fennifith'],
tags: ['irc'], tags: ['tools'],
attached: [], attached: [],
license: 'publicdomain-zero-1' license: 'publicdomain-zero-1'
} }

View File

@@ -5,7 +5,7 @@
published: '2021-02-11T00:00:00.000Z', published: '2021-02-11T00:00:00.000Z',
edited: '2021-02-12T00:00:00.000Z', edited: '2021-02-12T00:00:00.000Z',
authors: ['pierremtb'], authors: ['pierremtb'],
tags: ['tooling', 'ipad'], tags: ['tools', 'opinion'],
attached: [], attached: [],
license: 'cc-by-nc-nd-4' license: 'cc-by-nc-nd-4'
} }

View File

@@ -4,7 +4,7 @@
description: "If networking is analogous to physical mail, then let's take a look at the letters being sent themselves. Let's dive into UDP and TCP", description: "If networking is analogous to physical mail, then let's take a look at the letters being sent themselves. Let's dive into UDP and TCP",
published: '2020-03-31T05:12:03.284Z', published: '2020-03-31T05:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['udp', 'networking'], tags: ['networking'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4', license: 'cc-by-nc-sa-4',
series: "Networking 101", series: "Networking 101",

View File

@@ -4,7 +4,7 @@
description: "Learn how to convert decimal to binary and hexadecimal, how CSS colors are calculated, and how your computer interprets letters into binary", description: "Learn how to convert decimal to binary and hexadecimal, how CSS colors are calculated, and how your computer interprets letters into binary",
published: "2019-11-07T05:12:03.284Z", published: "2019-11-07T05:12:03.284Z",
authors: ["crutchcorn"], authors: ["crutchcorn"],
tags: ["binary", "hexadecimal"], tags: ["computer science"],
attached: [], attached: [],
license: "cc-by-nc-sa-4", license: "cc-by-nc-sa-4",
} }

View File

@@ -4,7 +4,7 @@
description: 'An overview of how pointers and references function in C/C++', description: 'An overview of how pointers and references function in C/C++',
published: '2020-06-02T09:40:00.000Z', published: '2020-06-02T09:40:00.000Z',
authors: ['seanmiller'], authors: ['seanmiller'],
tags: ['computer science', 'cpp'], tags: ['computer science', 'c++'],
attached: [], attached: [],
license: 'cc-by-nc-nd-4' license: 'cc-by-nc-nd-4'
} }

View File

@@ -4,7 +4,7 @@
description: "Whether creating comprehensive changelogs or just keeping track of git tags, releases matter. Learn how to automate your release process with conventional-commits!", description: "Whether creating comprehensive changelogs or just keeping track of git tags, releases matter. Learn how to automate your release process with conventional-commits!",
published: '2020-06-23T05:12:03.284Z', published: '2020-06-23T05:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['packaging', 'engineering', 'javascript'], tags: ['npm', 'javascript'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: 'An introduction to the type generic functionality in TypeScript', description: 'An introduction to the type generic functionality in TypeScript',
published: '2019-09-26T05:12:03.284Z', published: '2019-09-26T05:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['typescript', 'polymorphic functions', 'functional programming'], tags: ['typescript'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -5,7 +5,7 @@
published: '2020-04-07T05:12:03.284Z', published: '2020-04-07T05:12:03.284Z',
edited: "2022-01-05T04:45:30.247Z", edited: "2022-01-05T04:45:30.247Z",
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['tooling', 'windows'], tags: ['tools', 'windows'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: 'Learn how the browser internally handles HTML and CSS to show the user webpages on-screen', description: 'Learn how the browser internally handles HTML and CSS to show the user webpages on-screen',
published: '2019-11-26T22:12:03.284Z', published: '2019-11-26T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['dom', 'css', 'javascript', 'html'], tags: ['webdev', 'css', 'javascript', 'html'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }

View File

@@ -4,7 +4,7 @@
description: 'An introduction to Unicorn Utterances, including a mission statement and general roadmap', description: 'An introduction to Unicorn Utterances, including a mission statement and general roadmap',
published: '2019-06-29T22:12:03.284Z', published: '2019-06-29T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['community', 'announcements'], tags: ['announcements'],
attached: [], attached: [],
license: 'cc-by-4' license: 'cc-by-4'
} }

View File

@@ -4,7 +4,7 @@
description: 'An overview of how operating systems give processes their own address space.', description: 'An overview of how operating systems give processes their own address space.',
published: '2020-05-19T12:45:00.000Z', published: '2020-05-19T12:45:00.000Z',
authors: ['seanmiller'], authors: ['seanmiller'],
tags: ['computer science', 'cpp'], tags: ['computer science', 'c++'],
attached: [], attached: [],
license: 'cc-by-nc-nd-4' license: 'cc-by-nc-nd-4'
} }

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-12-21T22:12:03.284Z', published: '2021-12-21T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['web components', 'history'], tags: ['webdev', 'history'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/web-components-101-history/', originalLink: 'https://coderpad.io/blog/web-components-101-history/',

View File

@@ -4,7 +4,7 @@
description: "", description: "",
published: '2021-11-04T22:12:03.284Z', published: '2021-11-04T22:12:03.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['web components', 'lit'], tags: ['webdev', 'lit'],
attached: [], attached: [],
license: 'coderpad', license: 'coderpad',
originalLink: 'https://coderpad.io/blog/web-components-101-lit-framework/', originalLink: 'https://coderpad.io/blog/web-components-101-lit-framework/',

View File

@@ -5,7 +5,7 @@
published: "2020-07-11T20:58:16.292Z", published: "2020-07-11T20:58:16.292Z",
edited: "2020-07-11T20:58:16.292Z", edited: "2020-07-11T20:58:16.292Z",
authors: ["skatcat31"], authors: ["skatcat31"],
tags: ["files","extensions", "magic numbers"], tags: ["computer science"],
attached: [], attached: [],
license: "cc-by-nc-sa-4" license: "cc-by-nc-sa-4"
} }
@@ -37,4 +37,4 @@ A file on a computer is stored the same way as everything on a computer is: in a
# A basic understanding # A basic understanding
Now armed with knowledge about what a file extension is, how it helps a computer, and a little about the backup mechanisms meant to aid this series of systems it probably makes more sense why there are different programs for different types of files. Now armed with knowledge about what a file extension is, how it helps a computer, and a little about the backup mechanisms meant to aid this series of systems it probably makes more sense why there are different programs for different types of files.

View File

@@ -5,7 +5,7 @@
published: "2020-05-12T04:45:30.247Z", published: "2020-05-12T04:45:30.247Z",
edited: "2020-06-09T04:45:30.247Z", edited: "2020-06-09T04:45:30.247Z",
authors: ["skatcat31"], authors: ["skatcat31"],
tags: ["testing", "unit tests", "angular"], tags: ["testing", "angular"],
attached: [], attached: [],
license: "cc-by-nc-sa-4" license: "cc-by-nc-sa-4"
} }