ui(page/works): add latest works
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-04 13:13:16 +03:00
parent 91bc37e990
commit 9c9f4cd19b
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 25 additions and 0 deletions

View File

@ -110,6 +110,31 @@ enum Status {
}
const CHRONOLOGICAL_WORKS: Work[] = [
{
name: RepoLink("vnetod", "/pleshevskiy/vnetod"),
description: "Dotenv section switcher",
roles: [Role.Author],
technologies: [Technology.Rust],
startDate: "2022",
statuses: [Status.PassivelyMaintained],
},
{
name: RepoLink("estring", "github.com/pleshevskiy/estring"),
description: "A simple way to parse a string using type annotations.",
roles: [Role.Author],
technologies: [Technology.Rust],
startDate: "2022",
statuses: [Status.ActiveDeveloped],
},
{
name: RepoLink("enve", "github.com/pleshevskiy/enve"),
description:
"It helps you work with environment variables and convert it to any type using only type annotations",
roles: [Role.Author],
technologies: [Technology.Rust],
startDate: "2022",
statuses: [Status.ActiveDeveloped],
},
{
name: RepoLink("dexios", "github.com/brxken128/dexios"),
description: