first commit

This commit is contained in:
2025-11-06 13:59:10 +03:00
commit 778af9fd19
26 changed files with 2968 additions and 0 deletions

102
dictionary/it.json Normal file
View 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" }
]
}
}
}