This commit is contained in:
parent
8dd6acfab7
commit
693a8975c2
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@ import { Technology } from "./domain/Technology.ts";
|
||||||
import { Work } from "./domain/Work.ts";
|
import { Work } from "./domain/Work.ts";
|
||||||
|
|
||||||
export const CHRONOLOGICAL_WORKS: Work[] = [
|
export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
|
{
|
||||||
|
name: "yandexgpt_tg_bot",
|
||||||
|
url: "/pleshevskiy/yandexgpt_tg_bot",
|
||||||
|
description: "The Telegram bot to describe article with link by YandexGPT.",
|
||||||
|
roles: [Role.Author],
|
||||||
|
technologies: [Technology.JavaScript, Technology.NodeJS, Technology.Nix],
|
||||||
|
startDate: new Date("2023-06-27"),
|
||||||
|
status: Status.PassivelyMaintained,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "tree-sitter-plpgsql",
|
name: "tree-sitter-plpgsql",
|
||||||
url: "/pleshevskiy/tree-sitter-plpgsql",
|
url: "/pleshevskiy/tree-sitter-plpgsql",
|
||||||
|
|
Loading…
Reference in a new issue