mirror of
https://github.com/yawaflua/yawaflua.git
synced 2025-12-10 04:29:29 +02:00
60 lines
1.5 KiB
Markdown
60 lines
1.5 KiB
Markdown
# Hi there, I`m [yawaflua](https://yawaflua.ru)
|
||
```cs
|
||
class AboutMe
|
||
{
|
||
public string[] pronounces = ["he", "him"];
|
||
public string[] searchingFor = ["Full-stack developer", "DevOps Engineer"];
|
||
public Dictionary<TypeOfAnknowledges, string[]> anknowledges = new(){
|
||
{
|
||
DevOps, [
|
||
"Docker", "Docker-compose", "AWS"
|
||
]
|
||
},
|
||
{
|
||
Languages, [
|
||
"Java", "C#", "C++", "Python", "JavaScript", "TypeScript", "Golang"
|
||
]
|
||
},
|
||
{
|
||
Databases, [
|
||
"SQLite3", "PostgreSQL"
|
||
]
|
||
},
|
||
{
|
||
Frameworks, [
|
||
"ASP/.NET", "Vue.js", "Django", "Flask", "Discord.NET", "Telegram.NET"
|
||
]
|
||
},
|
||
{
|
||
Platforms, [
|
||
"Ubuntu", "Windows", "Arduino", "Android"
|
||
]
|
||
},
|
||
{
|
||
FrontEnd, [
|
||
"Vue.js", "ASP.NET MVC", "Razor"
|
||
]
|
||
},
|
||
{
|
||
BackEnd, [
|
||
"ASP.NET Core", "Django", "Flask"
|
||
]
|
||
},
|
||
{
|
||
Others, [
|
||
"Postman", "Swagger", "Minecraft Plugins DEV", "Vercel"
|
||
]
|
||
}
|
||
};
|
||
|
||
public AboutMe()
|
||
=> Console.WriteLine("Hello, Github!");
|
||
}
|
||
```
|
||
~~That`s a .NET8~~
|
||
|
||

|
||
### 🌱 I’m currently learning to FrontEnd frameworks (Tailwind CSS, Vue.js)
|
||
|
||
### 📫 If u wanna help, contact me in [Discord](https://discord.com/users/945317832290336798), [Telegram](https://t.me/ForAskAboutBot/?start=yawaflua) or [e-mail](mailto:support-gh@yawaflua.ru)
|