Add in meta descriptions for all blog posts missing them

This commit is contained in:
Corbin Crutchley
2022-02-09 23:49:57 -08:00
parent 70d1abcb43
commit d564848db4
16 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
---
{
title: "Angular Route Guards For Authorization In A Web And Mobile Application",
description: '',
description: "Learn how to use Angular route guards for authenticating & authorizing access to certain child and parent routes.",
published: '2018-07-13T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['angular'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Change the Host File of an Android Emulator",
description: "",
description: "In order to test web applications with Android properly, you may need to edit the Android Emulator network host file. Here's how to do so.",
published: '2019-12-27T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['android'],

View File

@@ -1,7 +1,7 @@
---
{
title: "My Advice to Technical Interviewers",
description: "",
description: "Interviewing candidates is tough. It just is. Here are just a few of my tips to make your tech recruiting go smoother.",
published: '2021-05-03T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['interviewing'],

View File

@@ -1,7 +1,7 @@
---
{
title: "A Better Way To Code: Documentation Driven Development",
description: "",
description: "Test driven development is often taught to improve a your dev workflow; I think works Documentation drive development (DDD) works better.",
published: '2022-01-18T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['documentation', 'testing', 'opinion'],

View File

@@ -1,7 +1,7 @@
---
{
title: "GitHub Copilot Breaks Bad Interviews",
description: "",
description: "GitHub Copilot is a huge step forward for tech. Luckily, it improves our lives. Unfortunately, it will break your interviews. Here's why.",
published: '2021-07-22T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['interviewing', 'opinion', 'copilot'],

View File

@@ -1,7 +1,7 @@
---
{
title: "GitHub Copilot is Amazing - It Won't Replace Developers",
description: "",
description: "GitHub Copilot is an amazing tool that I think will drastically improve the way that I code. But it won't replace me. Here's why.",
published: '2021-10-04T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['opinion', 'tools', 'copilot'],

View File

@@ -1,7 +1,7 @@
---
{
title: "How to Upgrade to React 18",
description: "",
description: "React 18 introduces some awesome features that I'm sure you can't wait to try! Here's how you can get started with React 18 today!",
published: '2022-01-07T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['react', 'webdev'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Introduction to Web Accessibility (A11Y)",
description: "",
description: "Accessibility allows as many people to use your product as possible. That, in turn, generates more profit. Here's how to improve it on web.",
published: '2021-05-30T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['accessibility', 'webdev'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Web Components 101: Vanilla JS",
description: "",
description: "One of the ways web components differs from a framework is that it works right in the browser. Here's how to build them from scratch.",
published: '2021-07-15T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['javascript', 'html', 'webdev'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Master React Unidirectional Data Flow",
description: "",
description: "Making sure your app's code is structured well is critical. Mastering React Unidirectionality is a huge part of that. Learn how to here.",
published: '2021-04-27T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['react', 'javascript'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Python List Comprehension - The Comprehensive Guide",
description: "",
description: "Python is language with a broad and powerful APIs. One such API is "List Comprehensions". Let's learn to use them to improve your code!",
published: '2021-05-07T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['python'],

View File

@@ -1,7 +1,7 @@
---
{
title: "React Refs: The Complete Story",
description: "",
description: "React Refs are an immensely powerful, yet often misunderstood API. Let's learn what they're capable of, and how they're usually misused.",
published: '2020-12-01T05:12:03.284Z',
authors: ['crutchcorn'],
tags: ['react', 'javascript'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Rust Enums, Matching, & Options API",
description: "",
description: "Rust allows you to build super-fast and flexible applications. Let's build one leveraging enums, pattern matching, and the Options API.",
published: '2021-04-16T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['rust'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Web Components 101: Framework Comparison",
description: "",
description: "While web components can be used standalone, they're paired best with a framework. With that in mind, which is the best and why?",
published: '2021-12-02T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['lit', 'vue', 'react', 'angular'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Web Components 101: History",
description: "",
description: "Web components have had a long history to get where they are today. Let's look back to see where they came from & their immense growth!",
published: '2021-12-21T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['webdev', 'history'],

View File

@@ -1,7 +1,7 @@
---
{
title: "Web Components 101: Lit Framework",
description: "",
description: "Google pushed for web components, sure, but they didn't stop there. They also went on to make an amazing framework to help build them: Lit!",
published: '2021-11-04T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['webdev', 'lit'],