mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 12:57:44 +00:00
chore: cull down list of tags to be more organized
This commit is contained in:
@@ -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',
|
||||
edited: '2020-02-02T22:07:09.945Z',
|
||||
authors: ['edpratti'],
|
||||
tags: ['android', 'design', 'figma'],
|
||||
tags: ['android', 'design'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -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!",
|
||||
published: '2020-05-05T13:45:00.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['tooling', 'windows'],
|
||||
tags: ['tools', 'windows'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
published: '2019-07-11T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['angular', 'templates'],
|
||||
tags: ['angular', 'webdev'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -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.',
|
||||
published: '2020-03-11T13:45:00.284Z',
|
||||
authors: ['reikaze', 'crutchcorn'],
|
||||
tags: ['networking', 'osi model'],
|
||||
tags: ['networking'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
series: "Networking 101",
|
||||
|
||||
@@ -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.",
|
||||
published: "2020-04-29T12:27:06.284Z",
|
||||
authors: ["thodges314"],
|
||||
tags: ["javascript", "computer science", "interview"],
|
||||
tags: ["javascript", "computer science", "interviewing"],
|
||||
attached: [],
|
||||
license: "cc-by-4",
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-05-03T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['interviews'],
|
||||
tags: ['interviewing'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/5-tips-for-tech-recruiting/'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Learn how to interactively debug your NodeJS applications using a GUI-based debugger built into Chrome.',
|
||||
published: '2020-01-21T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['nodejs', 'debugging', 'chrome'],
|
||||
tags: ['node', 'chrome'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
published: '2020-05-26T05:12:03.284Z',
|
||||
authors: ['crutchcorn', 'skatcat31'],
|
||||
tags: ['testing', 'testing library', 'jest'],
|
||||
tags: ['testing', 'jest'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-07-22T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['interviews', 'github copilot'],
|
||||
tags: ['interviewing', 'opinion', 'copilot'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/github-copilot-breaks-bad-interviews/'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-10-04T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['github copilot', 'tools'],
|
||||
tags: ['opinion', 'tools', 'copilot'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2019-10-07T22:07:09.945Z',
|
||||
edited: '2020-02-02T22:07:09.945Z',
|
||||
authors: ['edpratti'],
|
||||
tags: ['android', 'design', 'figma'],
|
||||
tags: ['android', 'design'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: "2020-08-25T04:45:30.247Z",
|
||||
edited: "2020-08-25T04:45:30.247Z",
|
||||
authors: ["crutchcorn", "reikaze"],
|
||||
tags: ["hardware", "javascript", "ast"],
|
||||
tags: ["hardware", "javascript", "computer science"],
|
||||
attached: [],
|
||||
license: "cc-by-nc-sa-4"
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
published: '2020-03-02T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['engineering', 'advice'],
|
||||
tags: ['opinion'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-05-30T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['a11y', 'accessibility', 'web'],
|
||||
tags: ['accessibility', 'webdev'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/introduction-to-web-accessibility-a11y/'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-07-15T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['javascript', 'html', 'web'],
|
||||
tags: ['javascript', 'html', 'webdev'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/intro-to-web-components-vanilla-js/',
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Basic (but detailed) instructions for setting up a Freenode IRC account through various clients',
|
||||
published: '2019-08-22T05:12:03.284Z',
|
||||
authors: ['fennifith'],
|
||||
tags: ['irc'],
|
||||
tags: ['tools'],
|
||||
attached: [],
|
||||
license: 'publicdomain-zero-1'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2021-02-11T00:00:00.000Z',
|
||||
edited: '2021-02-12T00:00:00.000Z',
|
||||
authors: ['pierremtb'],
|
||||
tags: ['tooling', 'ipad'],
|
||||
tags: ['tools', 'opinion'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
published: '2020-03-31T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['udp', 'networking'],
|
||||
tags: ['networking'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
series: "Networking 101",
|
||||
|
||||
@@ -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",
|
||||
published: "2019-11-07T05:12:03.284Z",
|
||||
authors: ["crutchcorn"],
|
||||
tags: ["binary", "hexadecimal"],
|
||||
tags: ["computer science"],
|
||||
attached: [],
|
||||
license: "cc-by-nc-sa-4",
|
||||
}
|
||||
|
||||
@@ -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', 'cpp'],
|
||||
tags: ['computer science', 'c++'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -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!",
|
||||
published: '2020-06-23T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['packaging', 'engineering', 'javascript'],
|
||||
tags: ['npm', 'javascript'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'An introduction to the type generic functionality in TypeScript',
|
||||
published: '2019-09-26T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['typescript', 'polymorphic functions', 'functional programming'],
|
||||
tags: ['typescript'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2020-04-07T05:12:03.284Z',
|
||||
edited: "2022-01-05T04:45:30.247Z",
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['tooling', 'windows'],
|
||||
tags: ['tools', 'windows'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Learn how the browser internally handles HTML and CSS to show the user webpages on-screen',
|
||||
published: '2019-11-26T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['dom', 'css', 'javascript', 'html'],
|
||||
tags: ['webdev', 'css', 'javascript', 'html'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'An introduction to Unicorn Utterances, including a mission statement and general roadmap',
|
||||
published: '2019-06-29T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['community', 'announcements'],
|
||||
tags: ['announcements'],
|
||||
attached: [],
|
||||
license: 'cc-by-4'
|
||||
}
|
||||
|
||||
@@ -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', 'cpp'],
|
||||
tags: ['computer science', 'c++'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-12-21T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['web components', 'history'],
|
||||
tags: ['webdev', 'history'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/web-components-101-history/',
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "",
|
||||
published: '2021-11-04T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['web components', 'lit'],
|
||||
tags: ['webdev', 'lit'],
|
||||
attached: [],
|
||||
license: 'coderpad',
|
||||
originalLink: 'https://coderpad.io/blog/web-components-101-lit-framework/',
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: "2020-07-11T20:58:16.292Z",
|
||||
edited: "2020-07-11T20:58:16.292Z",
|
||||
authors: ["skatcat31"],
|
||||
tags: ["files","extensions", "magic numbers"],
|
||||
tags: ["computer science"],
|
||||
attached: [],
|
||||
license: "cc-by-nc-sa-4"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: "2020-05-12T04:45:30.247Z",
|
||||
edited: "2020-06-09T04:45:30.247Z",
|
||||
authors: ["skatcat31"],
|
||||
tags: ["testing", "unit tests", "angular"],
|
||||
tags: ["testing", "angular"],
|
||||
attached: [],
|
||||
license: "cc-by-nc-sa-4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user