mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 04:22:06 +00:00
chore: fix build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
title: "Better Angular Form Components with ngModel and formControl Implementation",
|
title: "Better Angular Form Components with ngModel and formControl Implementation",
|
||||||
description: "Some components make controlling their state easier with "formControl" and "ngModel". Let's see how we can build our own!",
|
description: "Some components make controlling their state easier with 'formControl' and 'ngModel'. Let's see how we can build our own!",
|
||||||
published: '2020-06-09T13:45:00.284Z',
|
published: '2020-06-09T13:45:00.284Z',
|
||||||
authors: ['crutchcorn'],
|
authors: ['crutchcorn'],
|
||||||
tags: ['angular', 'javascript'],
|
tags: ['angular', 'javascript'],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
title: "Networking 101: A Basic Overview of Packets and OSI",
|
title: "Networking 101: A Basic Overview of Packets and OSI",
|
||||||
description: 'You use networking every day - even to read this! Let's 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! Let's 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'],
|
tags: ['networking'],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
title: "Integrating Native Android Code in Unity",
|
title: "Integrating Native Android Code in Unity",
|
||||||
description: 'Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well, you can! Let's see how.',
|
description: "Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well, you can! Let's see how.",
|
||||||
published: '2020-01-04T05:12:03.284Z',
|
published: '2020-01-04T05:12:03.284Z',
|
||||||
authors: ['crutchcorn'],
|
authors: ['crutchcorn'],
|
||||||
tags: ['unity', 'android', 'csharp', 'java'],
|
tags: ['unity', 'android', 'csharp', 'java'],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
title: "Python List Comprehension - The Comprehensive Guide",
|
title: "Python List Comprehension - The Comprehensive Guide",
|
||||||
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!",
|
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',
|
published: '2021-05-07T22:12:03.284Z',
|
||||||
authors: ['crutchcorn'],
|
authors: ['crutchcorn'],
|
||||||
tags: ['python'],
|
tags: ['python'],
|
||||||
|
|||||||
Reference in New Issue
Block a user