mirror of
https://github.com/yawaflua/yawaflua.git
synced 2025-12-08 19:49:32 +02:00
61 lines
1.6 KiB
Markdown
61 lines
1.6 KiB
Markdown
## Hi there, I`m [yawaflua](https://t.me/meharmen)
|
|
```cs
|
|
class AboutMe
|
|
{
|
|
public string[] pronounces = ["he", "him"];
|
|
public string[] searchingFor = ["Full-stack developer", "DevOps Engineer"];
|
|
public bool availableForHire = true;
|
|
public Dictionary<TypeOfAnknowledges, string[]> anknowledges = new(){
|
|
{
|
|
DevOps, [
|
|
"Docker", "Docker-compose", "AWS", "Azure", "Portainer"
|
|
]
|
|
},
|
|
{
|
|
Languages, [
|
|
"Java", "C#", "C++", "Python", "JavaScript", "TypeScript", "Golang"
|
|
]
|
|
},
|
|
{
|
|
Databases, [
|
|
"SQLite3", "PostgreSQL", "Redis"
|
|
]
|
|
},
|
|
{
|
|
Frameworks, [
|
|
"ASP/.NET", "Vue.js", "Django", "Flask", "Discord.NET", "Telegrator", "net/http", "sqlx"
|
|
]
|
|
},
|
|
{
|
|
Platforms, [
|
|
"Ubuntu/Nix", "Windows", "Arduino", "Android"
|
|
]
|
|
},
|
|
{
|
|
FrontEnd, [
|
|
"Vue.js", "ASP.NET MVC", "Razor"
|
|
]
|
|
},
|
|
{
|
|
BackEnd, [
|
|
"ASP.NET Core", "Django", "Flask", "net/http", "gin"
|
|
]
|
|
},
|
|
{
|
|
Others, [
|
|
"Postman", "Swagger", "Minecraft Plugins DEV", "Vercel", "NATS - Message broker", "API proto", "ElasticSearch"
|
|
]
|
|
}
|
|
};
|
|
|
|
public AboutMe()
|
|
=> Console.WriteLine("Hello, GitHub!");
|
|
}
|
|
```
|
|
|
|

|
|
|
|
### 🌱 I am currently studying for the frontend frameworks, such as Vue.js, React
|
|
|
|
### 💼 Available for hire! Contact me in [Discord](https://discord.com/users/945317832290336798), [Telegram](https://t.me/yawaflua) or [e-mail](mailto:yawaflua.il@gmail.com)
|