Skip to content

Commit

Permalink
add typescript and zustand expertises
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaish committed Jun 24, 2024
1 parent 2d35301 commit 7a14cf9
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 8 deletions.
16 changes: 16 additions & 0 deletions components-features/expertise/SkillCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@ export default function SkillCards() {
link: 'https://tailwindcss.com/',
source: '/assets/brands/tailwindcss_logo.png',
title: 'Tailwind CSS'
},
{
alt: 'TypeScript Logo',
color: 'rgba(0, 122, 204, 0.5)',
description: i18n.t('typescript_desc'),
link: 'https://www.typescriptlang.org/',
source: '/assets/brands/typescript_logo.png',
title: 'TypeScript'
},
{
alt: 'Zustand Logo',
color: 'rgba(255, 174, 0, 0.5)',
description: i18n.t('zustand_desc'),
link: 'https://zustand-demo.pmnd.rs/',
source: '/assets/brands/zustand_logo.png',
title: 'Zustand'
}
];

Expand Down
Binary file added public/assets/brands/typescript_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/brands/zustand_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion services/localization/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"top_languages__description": "Dies sind die sechs Sprachen, mit denen ich am meisten Zeit verbracht habe, in absteigender Reihenfolge nach Stunden.",
"total_hours_coding": "Codierung der Gesamtstunden",
"total_unique_visitors": "Insgesamt einzigartige Besucher",
"typescript_desc": "TypeScript ist eine typisierte Obermenge von JavaScript, die zu einfachem JavaScript kompiliert wird. Es bietet Klassen, Module und Schnittstellen, die Ihnen beim Aufbau robuster Komponenten helfen.",
"website": "Webseite",
"with_blend_of_creativity": "Mit einer Mischung aus Kreativität und technischem Fachwissen brilliere ich als Full-Stack-Entwickler, der Ideen in dynamische Mobil- und Webanwendungen umwandelt, die das Engagement der Benutzer steigern und Unternehmen voranbringen."
"with_blend_of_creativity": "Mit einer Mischung aus Kreativität und technischem Fachwissen brilliere ich als Full-Stack-Entwickler, der Ideen in dynamische Mobil- und Webanwendungen umwandelt, die das Engagement der Benutzer steigern und Unternehmen voranbringen.",
"zustand_desc": "Zustand ist eine kleine, schnelle und skalierbare Bearbones-Lösung für das Zustandsmanagement. Es hat eine geringe Stellfläche und ist einfach zu bedienen."
}
4 changes: 3 additions & 1 deletion services/localization/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"top_languages__description": "These are the top six languages I've spent the most time with in descending order by hours.",
"total_hours_coding": "Total Hours Coding",
"total_unique_visitors": "Total unique visitors",
"typescript_desc": "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components.",
"website": "Website",
"with_blend_of_creativity": "With a blend of creativity and technical expertise, I excel as a full stack developer, transforming ideas into dynamic mobile and web applications that enhance user engagement and propel businesses forward."
"with_blend_of_creativity": "With a blend of creativity and technical expertise, I excel as a full stack developer, transforming ideas into dynamic mobile and web applications that enhance user engagement and propel businesses forward.",
"zustand_desc": "Zustand is a small, fast and scalable bearbones state-management solution. It has a tiny footprint and is easy to use."
}
4 changes: 3 additions & 1 deletion services/localization/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"top_languages__description": "Estos son los seis idiomas principales con los que he pasado más tiempo en orden descendente por horas.",
"total_hours_coding": "Codificación de horas totales",
"total_unique_visitors": "Visitantes únicos totales",
"typescript_desc": "TypeScript es un superconjunto escrito de JavaScript que se compila en JavaScript simple. Ofrece clases, módulos e interfaces para ayudarle a construir componentes robustos.",
"website": "Sitio web",
"with_blend_of_creativity": "Con una combinación de creatividad y experiencia técnica, me destaco como desarrollador completo, transformando ideas en aplicaciones móviles y web dinámicas que mejoran la participación del usuario e impulsan a las empresas hacia adelante."
"with_blend_of_creativity": "Con una combinación de creatividad y experiencia técnica, me destaco como desarrollador completo, transformando ideas en aplicaciones móviles y web dinámicas que mejoran la participación del usuario e impulsan a las empresas hacia adelante.",
"zustand_desc": "Zustand es una solución de gestión estatal de huesos de oso pequeña, rápida y escalable. Ocupa poco espacio y es fácil de usar."
}
4 changes: 3 additions & 1 deletion services/localization/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
"top_languages__description": "Ce sont les six langues avec lesquelles j'ai passé le plus de temps, par ordre décroissant d'heures.",
"total_hours_coding": "Codage des heures totales",
"total_unique_visitors": "Nombre total de visiteurs uniques",
"typescript_desc": "TypeScript est un sur-ensemble typé de JavaScript qui se compile en JavaScript simple. Il propose des classes, des modules et des interfaces pour vous aider à créer des composants robustes.",
"website": "Site web",
"with_blend_of_creativity": "Avec un mélange de créativité et d'expertise technique, j'excelle en tant que développeur full stack, transformant des idées en applications mobiles et Web dynamiques qui améliorent l'engagement des utilisateurs et propulsent les entreprises vers l'avant."
"with_blend_of_creativity": "Avec un mélange de créativité et d'expertise technique, j'excelle en tant que développeur full stack, transformant des idées en applications mobiles et Web dynamiques qui améliorent l'engagement des utilisateurs et propulsent les entreprises vers l'avant.",
"zustand_desc": "Zustand est une petite solution de gestion d'état Bearbones, rapide et évolutive. Il a un faible encombrement et est facile à utiliser."
}
4 changes: 3 additions & 1 deletion services/localization/languages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"top_languages__description": "これらは、私が最も多くの時間を費やした上位 6 つの言語を時間単位で降順に示しています。",
"total_hours_coding": "コーディングの合計時間",
"total_unique_visitors": "合計ユニーク訪問者数",
"typescript_desc": "TypeScript は、プレーンな JavaScript にコンパイルされる JavaScript の型付きスーパーセットです。堅牢なコンポーネントの構築に役立つクラス、モジュール、インターフェイスを提供します。",
"website": "Webサイト",
"with_blend_of_creativity": "創造性と技術的専門知識の融合により、私はフルスタック開発者として優れており、アイデアをダイナミックなモバイルおよび Web アプリケーションに変換して、ユーザー エンゲージメントを強化し、ビジネスを前進させます。"
"with_blend_of_creativity": "創造性と技術的専門知識の融合により、私はフルスタック開発者として優れており、アイデアをダイナミックなモバイルおよび Web アプリケーションに変換して、ユーザー エンゲージメントを強化し、ビジネスを前進させます。",
"zustand_desc": "Zustand は、小型、高速、スケーラブルなベアボーンの状態管理ソリューションです。設置面積も小さくて使いやすいです。"
}
4 changes: 3 additions & 1 deletion services/localization/languages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
"top_languages__description": "Estes são os seis principais idiomas com os quais passei mais tempo, em ordem decrescente por horas.",
"total_hours_coding": "Codificação total de horas",
"total_unique_visitors": "Total de visitantes únicos",
"typescript_desc": "TypeScript é um superconjunto digitado de JavaScript que é compilado em JavaScript simples. Oferece classes, módulos e interfaces para ajudá-lo a construir componentes robustos.",
"website": "Local na rede Internet",
"with_blend_of_creativity": "Com uma mistura de criatividade e conhecimento técnico, me destaquei como desenvolvedor full stack, transformando ideias em aplicativos móveis e web dinâmicos que melhoram o envolvimento do usuário e impulsionam os negócios."
"with_blend_of_creativity": "Com uma mistura de criatividade e conhecimento técnico, me destaquei como desenvolvedor full stack, transformando ideias em aplicativos móveis e web dinâmicos que melhoram o envolvimento do usuário e impulsionam os negócios.",
"zustand_desc": "Zustand é uma solução de gerenciamento de estado bearbones pequena, rápida e escalável. Ele ocupa pouco espaço e é fácil de usar."
}
4 changes: 3 additions & 1 deletion services/localization/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
"top_languages__description": "Это шесть самых популярных языков, с которыми я провел больше всего времени, в порядке убывания количества часов.",
"total_hours_coding": "Общее количество часов кодирования",
"total_unique_visitors": "Всего уникальных посетителей",
"typescript_desc": "TypeScript — это типизированная расширенная версия JavaScript, которая компилируется в простой JavaScript. Он предлагает классы, модули и интерфейсы, которые помогут вам создавать надежные компоненты.",
"website": "Веб-сайт",
"with_blend_of_creativity": "Обладая сочетанием креативности и технических знаний, я преуспеваю в качестве разработчика полного цикла, превращая идеи в динамичные мобильные и веб-приложения, которые повышают вовлеченность пользователей и продвигают бизнес вперед."
"with_blend_of_creativity": "Обладая сочетанием креативности и технических знаний, я преуспеваю в качестве разработчика полного цикла, превращая идеи в динамичные мобильные и веб-приложения, которые повышают вовлеченность пользователей и продвигают бизнес вперед.",
"zustand_desc": "Zustand — это небольшое, быстрое и масштабируемое решение для управления состоянием медвежьих костей. Он имеет небольшой размер и прост в использовании."
}
4 changes: 3 additions & 1 deletion services/localization/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
"top_languages__description": "以下是我使用时间最多的六种语言(按小时降序排列)。",
"total_hours_coding": "编码总时间",
"total_unique_visitors": "独立访客总数",
"typescript_desc": "TypeScript 是 JavaScript 的类型化超集,可编译为纯 JavaScript。它提供类、模块和接口来帮助您构建健壮的组件。",
"website": "网站",
"with_blend_of_creativity": "凭借创造力和技术专长的结合,我作为一名出色的全栈开发人员,将想法转化为动态的移动和 Web 应用程序,从而增强用户参与度并推动业务发展。"
"with_blend_of_creativity": "凭借创造力和技术专长的结合,我作为一名出色的全栈开发人员,将想法转化为动态的移动和 Web 应用程序,从而增强用户参与度并推动业务发展。",
"zustand_desc": "Zustand 是一个小型、快速且可扩展的 Bearbones 状态管理解决方案。它占地面积小且易于使用。"
}

0 comments on commit 7a14cf9

Please sign in to comment.