first commit
This commit is contained in:
102
dictionary/en.json
Normal file
102
dictionary/en.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"header": {
|
||||
"whoami": "Who am I",
|
||||
"skills": "Skills",
|
||||
"projects": "Projects",
|
||||
"name": "Ivan Rezchikov",
|
||||
"contact": "Contact me"
|
||||
},
|
||||
"main": {
|
||||
"changeLanguage": "О нет, я не говорю по-английски!",
|
||||
"whoami": {
|
||||
"title": "Hi there!",
|
||||
"text": "I'm Ivan and I enjoy creating websites and experimenting with different ideas in programming. I like playing around with design, which makes projects more interesting. I was born in St. Petersburg and I think that the atmosphere of the city has influenced my sense of style — it might be seen in this and other projects of mine."
|
||||
},
|
||||
"skills": {
|
||||
"title": "Developing my skills",
|
||||
"timeline": [
|
||||
{
|
||||
"era": "Era 1.",
|
||||
"text": "Since my start of coding in 2019 till about 2022, I've been programming using basics — pure HTML, CSS, JS, and PHP with MySQL. Those were my first experiments, small sites and scripts, and attempts to understand how systems work. Back then I was playing around creating pseudo-viruses in Windows CMD and using Termux trying to hack my own phone using Metasploit..."
|
||||
},
|
||||
{
|
||||
"era": "Era 2.",
|
||||
"text": "In 2023 I decided to seriously learn React. At first, it felt a bit difficult to understand, but once it tried, I loved it. React gave me a new way to think about web design. That same year, I discovered Next.js — my favorite framework till now and the core of my main stack."
|
||||
},
|
||||
{
|
||||
"era": "Era 3.",
|
||||
"text": "Later I started exploring databases. I tried MongoDB and PostgreSQL — and found that Postgres is much better for my needs. Around that time I also discovered Tailwind, which completely changed the way I write styles for my sites. It became my tool for keeping things clean and minimal. I also tried Python a bit, but honestly, it never felt that interesting to me."
|
||||
},
|
||||
{
|
||||
"era": "Now",
|
||||
"text": "These days I continue improving my skills. I'm learning to deploy my projects using Docker, working with Supabase as my database, and running server on Linux. The biggest challenge right now is learning Go — my first real systems-level language, not just another framework."
|
||||
}
|
||||
]
|
||||
},
|
||||
"projects": {
|
||||
"title": "My projects",
|
||||
"intro": "Okay, I'll be honest — these are basically all for a virtual state project called the Duspean Republic, named after my cat. Yes, I built a couple of governmental sites for an imaginary country and for the organisation where it is. It's kinda embarrassing, but also... I learned a ton doing it? So here they are:",
|
||||
"items": [
|
||||
{
|
||||
"logoAlt": "Dusiburg ID logo",
|
||||
"title": "Dusiburg ID",
|
||||
"description": "The main e-government platform with everything a virtual state needs — citizen registration, a banking system with national currency, document registry, government forms, and even a little military wiki."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Map logo",
|
||||
"title": "Map of Virtual Countries",
|
||||
"description": "An interactive map of the Organisation of Virtual Nations, displaying territories of virtual states including the Duspean Republic."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Vote logo",
|
||||
"title": "Central Election Commission",
|
||||
"description": "A voting platform for conducting elections, referendums, and polls with auth to ensure only citizens of Dusiburg can vote."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Fastlink logo",
|
||||
"title": "Fastlink",
|
||||
"description": "This is what I'm currently working on. It's a try to create a messanger-like service in order to practice my Go knowledge in backend. Of course, it's not ready yet..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"notOnlyCoding": {
|
||||
"title": "Not only coding",
|
||||
"subtitle": "I also love learning human languages. Here're some of them:",
|
||||
"outro": "So if you also learn one of these languages — we can practice!",
|
||||
"languages": [
|
||||
{
|
||||
"name": "Русский",
|
||||
"level": "Native",
|
||||
"text": "Russian is my native language - born and raised with it. I speak it fluently, obviously, since it's literally how I think. I study it at school too, and while it's not my favorite subject, it's definitely not the worst one either."
|
||||
},
|
||||
{
|
||||
"name": "English",
|
||||
"level": "B1-B2",
|
||||
"text": "English was the first foreign language I started learning. I knew some sentences even back in kindergarten, then began serious study in second grade. I absolutely love this language and I'm always looking for ways to practice it."
|
||||
},
|
||||
{
|
||||
"name": "Italiano",
|
||||
"level": "A2-B1",
|
||||
"text": "My passion for Italian was born right after my first trip to Italy in 2019. I've been learning it since 2022, completely self-taught. I think I have a pretty good level for someone who learned it by himself, but there's always so much more to learn."
|
||||
},
|
||||
{
|
||||
"name": "Suomi",
|
||||
"level": "A1",
|
||||
"text": "I learned Finnish for 6 months, also by myself. It was interesting - the structure is really unique. But I found it too difficult to learn alone, so I've abandoned this idea for a while..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"title": "Wanna write me?",
|
||||
"subtitle": "If you want to chat with me about coding or anything else — it's a sure thing. You can reach me here:",
|
||||
"remember": "Remember you my main skills again ^^",
|
||||
"contacts": [
|
||||
{ "name": "Telegram" },
|
||||
{ "name": "E-Mail #1" },
|
||||
{ "name": "E-Mail #2" },
|
||||
{ "name": "VK" },
|
||||
{ "name": "Tiktok" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
102
dictionary/it.json
Normal file
102
dictionary/it.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"header": {
|
||||
"whoami": "Chi sono?",
|
||||
"skills": "Competenze",
|
||||
"projects": "Progetti",
|
||||
"name": "Ivan Rezchikov",
|
||||
"contact": "Contattami"
|
||||
},
|
||||
"main": {
|
||||
"changeLanguage": "Switch to English",
|
||||
"whoami": {
|
||||
"title": "Ciao!",
|
||||
"text": "Mi chiamo Ivan (o Giovanni, se preferite in italiano) e mi piace creare i siti e sperimentare con idee diverse in programmazione. Mi piace giocare con il design, che rende i progetti più interessanti. Sono nato a S. Pietroburgo e penso che l'atmosfera della mia città abbia influenzato il mio senso di stile — si possa vedere in questo sito e in alcuni altri progetti che ho realizzato."
|
||||
},
|
||||
"skills": {
|
||||
"title": "Sviluppando le mie competenze nella programmazione",
|
||||
"timeline": [
|
||||
{
|
||||
"era": "Epoca 1.",
|
||||
"text": "All'inizio della mia espirenza nella programmazione — dal 2019 al 2022, scrivevo le cose semplice, usando HTML, CSS, JS, con PHP e MySQL. Erano i miei esperimenti primi, piccoli siti e scripts, tentativi a capire, come funzionano i sistemi. Allo stesso tempo, cercavo a scrivere cosiddetti virus nel prompt dei commandi di Windows, usavo Termux per hack il mio telefono tramitte Metasploit..."
|
||||
},
|
||||
{
|
||||
"era": "Epoca 2.",
|
||||
"text": "In 2023 I decided to seriously learn React. At first, it felt a bit difficult to understand, but once it tried, I loved it. React gave me a new way to think about web design. That same year, I discovered Next.js — my favorite framework till now and the core of my main stack."
|
||||
},
|
||||
{
|
||||
"era": "Epoca 3.",
|
||||
"text": "Later I started exploring databases. I tried MongoDB and PostgreSQL — and found that Postgres is much better for my needs. Around that time I also discovered Tailwind, which completely changed the way I write styles for my sites. It became my tool for keeping things clean and minimal. I also tried Python a bit, but honestly, it never felt that interesting to me."
|
||||
},
|
||||
{
|
||||
"era": "Ora",
|
||||
"text": "These days I continue improving my skills. I'm learning to deploy my projects using Docker, working with Supabase as my database, and running server on Linux. The biggest challenge right now is learning Go — my first real systems-level language, not just another framework."
|
||||
}
|
||||
]
|
||||
},
|
||||
"projects": {
|
||||
"title": "My projects",
|
||||
"intro": "Okay, I'll be honest — these are basically all for a virtual state project called the Duspean Republic, named after my cat. Yes, I built a couple of governmental sites for an imaginary country and for the organisation where it is. It's kinda embarrassing, but also... I learned a ton doing it? So here they are:",
|
||||
"items": [
|
||||
{
|
||||
"logoAlt": "Dusiburg ID logo",
|
||||
"title": "Dusiburg ID",
|
||||
"description": "The main e-government platform with everything a virtual state needs — citizen registration, a banking system with national currency, document registry, government forms, and even a little military wiki."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Map logo",
|
||||
"title": "Map of Virtual Countries",
|
||||
"description": "An interactive map of the Organisation of Virtual Nations, displaying territories of virtual states including the Duspean Republic."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Vote logo",
|
||||
"title": "Central Election Commission",
|
||||
"description": "A voting platform for conducting elections, referendums, and polls with auth to ensure only citizens of Dusiburg can vote."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Fastlink logo",
|
||||
"title": "Fastlink",
|
||||
"description": "This is what I'm currently working on. It's a try to create a messanger-like service in order to practice my Go knowledge in backend. Of course, it's not ready yet..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"notOnlyCoding": {
|
||||
"title": "Not only coding",
|
||||
"subtitle": "I also love learning human languages. Here're some of them:",
|
||||
"outro": "So if you also learn one of these languages — we can practice!",
|
||||
"languages": [
|
||||
{
|
||||
"name": "Русский",
|
||||
"level": "Native",
|
||||
"text": "Russian is my native language - born and raised with it. I speak it fluently, obviously, since it's literally how I think. I study it at school too, and while it's not my favorite subject, it's definitely not the worst one either."
|
||||
},
|
||||
{
|
||||
"name": "English",
|
||||
"level": "B1-B2",
|
||||
"text": "English was the first foreign language I started learning. I knew some sentences even back in kindergarten, then began serious study in second grade. I absolutely love this language and I'm always looking for ways to practice it."
|
||||
},
|
||||
{
|
||||
"name": "Italiano",
|
||||
"level": "A2-B1",
|
||||
"text": "My passion for Italian was born right after my first trip to Italy in 2019. I've been learning it since 2022, completely self-taught. I think I have a pretty good level for someone who learned it by himself, but there's always so much more to learn."
|
||||
},
|
||||
{
|
||||
"name": "Suomi",
|
||||
"level": "A1",
|
||||
"text": "I learned Finnish for 6 months, also by myself. It was interesting - the structure is really unique. But I found it too difficult to learn alone, so I've abandoned this idea for a while..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"title": "Wanna write me?",
|
||||
"subtitle": "If you want to chat with me about coding or anything else — it's a sure thing. You can reach me here:",
|
||||
"remember": "Remember you my main skills again ^^",
|
||||
"contacts": [
|
||||
{ "name": "Telegram" },
|
||||
{ "name": "E-Mail #1" },
|
||||
{ "name": "E-Mail #2" },
|
||||
{ "name": "VK" },
|
||||
{ "name": "Tiktok" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
102
dictionary/ru.json
Normal file
102
dictionary/ru.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"header": {
|
||||
"whoami": "Кто я такой?",
|
||||
"skills": "Навыки",
|
||||
"projects": "Проекты",
|
||||
"name": "Иван Резчиков",
|
||||
"contact": "Связь со мной"
|
||||
},
|
||||
"main": {
|
||||
"changeLanguage": "Help, I don't speak Russian!",
|
||||
"whoami": {
|
||||
"title": "Привет!",
|
||||
"text": "Меня зовут Ваня. Мне нравится создавать сайты и пробовать разные идеи в программировании. Я люблю экспериментировать с дизайном, это делает проекты интереснее. Я родился в Санкт-Петербурге. Думаю, атмосфера моего города повлияла на моё чувство стиля — это можно заметить в этом и других моих проектах."
|
||||
},
|
||||
"skills": {
|
||||
"title": "Развитие моих навыков в программировании",
|
||||
"timeline": [
|
||||
{
|
||||
"era": "Эра 1.",
|
||||
"text": "В самом начале моего опыта программирования — с 2019 по 2022 год, я писал самые простые вещи, используя базовый HTML, CSS, JS, позже начал использовать PHP и MySQL. Это были мои первые эксперименты, небольшие сайтики и скрипты, попытки понять, как работают системы. В то же время я пытался писать так называемые вирусы в командной строке Windows, использовал Termux, пытаясь взломать собственный телефон через Metasploit..."
|
||||
},
|
||||
{
|
||||
"era": "Эра 2.",
|
||||
"text": "В 2023 году я решил серьёзно заняться изучением React. По началу он казался сложноватым, однако вскоре я его очень его полюбил. React дал возможность писать сайты на новом уровне. В этом же году, я открыл для себя Next.js — мой самый любимый фреймворк и по сей день. Именно он является основой практически всех моих проектов."
|
||||
},
|
||||
{
|
||||
"era": "Эра 3.",
|
||||
"text": "Позже я начал исследовать базы данных. Я пробовал MongoDB и PostgreSQL — и остановился на последнем. Мне он понравился больше. Где-то в это же время я узнал про Tailwind, который полностью изменил то, как я стилизирую свои сайты. Он стал идеальным средством для того, чтобы писать стили быстро, легко и минималистично. Также я пробовал писать на Python, но он, если честно, меня не заинтересовал."
|
||||
},
|
||||
{
|
||||
"era": "Сейчас",
|
||||
"text": "Сейчас я продолжаю развивать свои умения в программировании. Я учусь деплоить свои проекты с помощью Docker, использовать Supabase, как основную платформу для баз данных, и запускать это всё на сервере Linux. Самое главное, чем я занимаюсь сейчас — это изучение Go."
|
||||
}
|
||||
]
|
||||
},
|
||||
"projects": {
|
||||
"title": "Мои проекты",
|
||||
"intro": "По факту — сейчас все мои реализованные проекты связаны с виртуальным государством под названием Дусибурская Республика, названное в честь моего кота. Да, мною создано несколько правительственных сайтов для моей воображаемой страны и сообщества, в которой она состоит. Это может показаться смешным, но... Я многому научился, благодаря этому проекту... Так вот:",
|
||||
"items": [
|
||||
{
|
||||
"logoAlt": "Логотип Dusiburg ID",
|
||||
"title": "Dusiburg ID",
|
||||
"description": "Главная платформа, где есть всё для виртуального государства — регистрация граждан, платёжная система с виртуальной валютой, реестр государственных документов, подобие Госуслуг и даже небольшая военная вики."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Логотип карты ОВН",
|
||||
"title": "Карта ОВН",
|
||||
"description": "Интерактивная карта для Организации Виртуальных Наций, на которой показаны территории стран из данной организации, включая вышеупомянутую Дусибурскую Республику."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Vote logo",
|
||||
"title": "ЦИК Дусибурга",
|
||||
"description": "Платформа для голосований, где проводятся выборы, референдумы и опросы. Сервис создан для того, чтобы исключительно Граждане Дусибурга могли на них голосовать."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Fastlink logo",
|
||||
"title": "Fastlink",
|
||||
"description": "Это — над чем я работаю прямо сейчас. Это попытка создать сервис по типу мессенджера. Делаю я это с целью попрактиковать мои знания в Go. Конечно, пока Fastlink ещё не готов..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"notOnlyCoding": {
|
||||
"title": "Не только программирование",
|
||||
"subtitle": "Я также люблю изучать человеческие языки. Вот некоторые из них:",
|
||||
"outro": "Так что если Вы тоже изучаете один из этих языков — мы можем попрактиковаться!",
|
||||
"languages": [
|
||||
{
|
||||
"name": "Русский",
|
||||
"level": "Носитель",
|
||||
"text": "Русский — мой родной язык. Я вырос, говоря на нём. Очевидно, я говорю на нём свободно, поскольку это буквально язык, на котором я думаю. Я продолжаю его изучать в школе, но не могу сказать, что это мой любимый предмет, хотя определённо я его и не ненавижу."
|
||||
},
|
||||
{
|
||||
"name": "English",
|
||||
"level": "B1-B2",
|
||||
"text": "Английский стал первым иностранным языком, который я начал учить. Я знал какие-то предложения на нём ещё в детском саду, однако его изучение серьёзно началось во втором классе. Я обожаю этот язык и всегда ищу способ попрактиковать его."
|
||||
},
|
||||
{
|
||||
"name": "Italiano",
|
||||
"level": "A2-B1",
|
||||
"text": "Моя страсть к итальянскому появилась вскоре после моей первой поездки в Италию в 2019 году. Учить его сам я начал с 2022 года. Думаю, я имею достаточно хороший уровень для человека, который учил его полностью сам. Но конечно, мой итальянский ещё далёк от идеала."
|
||||
},
|
||||
{
|
||||
"name": "Suomi",
|
||||
"level": "A1",
|
||||
"text": "Я учил финский язык около 6 месяцев, также сам. Язык интересный. У него действительно уникальная структура. Однако, он показался мне весьма тяжёлым для самостоятельного обучения, поэтому я забросил идею его изучения..."
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"title": "Хотите написать мне?",
|
||||
"subtitle": "Я всегда рад поболтать о программировании или о чём нибудь ещё! Найти меня можно здесь:",
|
||||
"remember": "Снова напомню о своих основных навыках ^^",
|
||||
"contacts": [
|
||||
{ "name": "Телеграм" },
|
||||
{ "name": "Почта 1" },
|
||||
{ "name": "Почта 2" },
|
||||
{ "name": "ВК" },
|
||||
{ "name": "Тикток" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user