Hi there, I'm Sergey

const aboutMe = {
pronouns: "He" | "Him",
code: ["JavaScript", "TypeScript", "C++", "Python"],
askMeAbout: [
"Web Development",
"Internet of Things",
"Playing Music Instruments",
],
technologies: {
webFrontEnd: {
typescript: ["VueJS", "NuxtJS"],
css: ["materialize", "vuetify", "primeVue", "nuxtUi", "tailwind"],
},
webBackEnd: {
typescript: ["Node", "Express"],
},
devOps: ["Docker🐳"],
databases: ["MongoDB", "Sqlite"],
},
architecture: [
"Progressive Web Applications",
"Single Page Applications",
"Serverless Architecture",
],
hobbies: [
"Reading books on technology and philosophy",
"Traveling and exploring new cultures",
"Photography",
],
projects: [
{
name: "Gym Bro",
description: "TMA for those who like to work out in the gym and keep track of workouts",
link: "https://github.com/molsrg/gym-bro-app",
},
{
name: "Working stopwatch",
description: "Optimize your working hours",
link: "https://github.com/molsrg/working-stopwatch",
},
// ... other in my Profile
],
};