Files
portfolio/messages/en.json
2025-10-04 22:17:42 +00:00

20 lines
984 B
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!",
"name": "Aboubacar TRAORE",
"welcome": {
"header": "welcome",
"before_name": "Hi, I'm",
"after_name": "(aka aboutrax), a Systems Engineer and System Administrator. Feel free to reach out to me if you have any projects in mind, or just to say hello."
},
"aboutme": {
"header": "About me",
"intro": "I specialize in backend development and ERP solutions, with a strong focus on open-source technologies. I build robust, scalable systems and manage reliable IT infrastructures, tackling complex technical challenges along the way.",
"ending": "Beyond coding, I'm passionate about reading (fiction and manga) and listening to podcast. An unusual hobby of mine is the need of self hosting everything.",
"tools": {
"intro": "My primary tools of choice includes:",
"stacks":"Java,Kotlin,Spring Boot,Typescript,Svelte,Tailwind Css,PostgreSQL,MongoDB"
}
}
}