eolas-app/src/mock-data/mock-entries.ts

84 lines
1 KiB
TypeScript

const mockEntries = [
{
title: "Accessing secrets from a Lambda",
url: "#",
},
{
title: "Appending to files in Python",
url: "#",
},
{
title: "Application Layer",
url: "#",
},
{
title: "Bluetooth",
url: "#",
},
{
title: "Call stack",
url: "#",
},
{
title: "Dependency injection",
url: "#",
},
{
title: "Disk size utilities",
url: "#",
},
{
title: "Docker architecture",
url: "#",
},
{
title: "File descriptors",
url: "#",
},
{
title: "Function overloads",
url: "#",
},
{
title: "Guide to YAML",
url: "#",
},
{
title: "Hardware abstraction and modularity",
url: "#",
},
{
title: "HTTPS",
url: "#",
},
{
title: "Identify merged branches",
url: "#",
},
{
title: "Journey of a GraphQL query",
url: "#",
},
{
title: "Latches",
url: "#",
},
{
title: "Linux disk partitions",
url: "#",
},
{
title: "Let's Encrypt",
url: "#",
},
{
title: "Memoization in React",
url: "#",
},
{
title: "Network protocols",
url: "#",
},
]
export { mockEntries }