korhonen.cc/data/en/sections/skills.toml

43 lines
1.4 KiB
TOML
Raw Normal View History

2022-03-22 19:53:09 +02:00
[section]
name = "Skills"
id = "skills"
enable = true
weight = 2
showOnNavbar = true
template = "sections/skills.html"
[[skills]]
name = "Java"
logo = "images/skills/java.svg"
summary = "My main \"back-end\" programming language. Proficient in frameworks and libraries such as Hibernate, JPA and Spring."
[[skills]]
name = "React.js"
logo = "images/skills/react.svg"
summary = "Lots of experience creating modern web applications using React. Also familiar with the Material-UI library."
2022-03-22 19:53:09 +02:00
2024-02-29 23:47:26 +02:00
[[skills]]
name = "TypeScript"
logo = "images/skills/typescript.svg"
summary = "Most of my frontend development these days is done using TypeScript. I have extensive experience on the typing system and know how to make the most effective use of it."
2022-03-22 19:53:09 +02:00
[[skills]]
name = "Docker"
logo = "images/skills/docker.svg"
summary = "Experienced in packaging, distributing and managing Dockerized software."
[[skills]]
name = "Linux"
logo = "images/skills/linux.svg"
summary = "Using Linux as my main operating system for a number of years both at work and on my free time. Capable of writing bash/shell scripts."
[[skills]]
name = "Git"
logo = "images/skills/git.svg"
summary = "Experienced with git-based development. Especially feature driven development workflow."
2024-02-29 23:47:26 +02:00
[[skills]]
name = "PostgreSQL"
logo = "images/skills/postgresql.svg"
summary = "I have experience in designing and maintaining PostgreSQL databases."