Compare commits

...

2 Commits

Author SHA1 Message Date
vchikalkin
017ae6fbcb feat: add 'n8n' to skills list in Skills component 2025-12-25 13:35:31 +03:00
vchikalkin
33a498eaaa fix: update technology from Telegraf.js to Grammy.js in Projects component 2025-12-11 09:43:39 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export function Projects() {
'Next.js',
'Strapi',
'PostgreSQL',
'Telegraf.js',
'Grammy.js',
'Tailwind CSS',
'Telegram Mini App',
],

View File

@ -14,6 +14,7 @@ const skills = [
'MongoDB',
'Redis',
'JWT',
'n8n',
'CI/CD',
];