class HumanBeing():
@staticmethod
def contact() -> tuple:
name = "Dolphin Mulugeta"
telegram = "t.me/dododoyo"
gmail = "[email protected]"
return name, telegram, gmail
@staticmethod
def life() -> tuple:
langs = ['Amharic', 'English']
location = 'Addis Ababa, Ethiopia'
nationality : Final[str] = 'Ethiopian'
age = 22
hobbies = ['Swimming','Cooking','Reading']
return langs, nationality,location,age, hoobies
@staticmethod
def skills() -> tuple:
langs = {
'expert': ['python','java','js','ts','go','html','css'],
'intermediate': ['c#'],
'learning': ['c++','rust']
}
expertise = ['Web-Development','Telegram-Bot-Development',
'Game-Development','Competitive Programming',
'MircoComputers and Embedded Systems', 'Database Management']
environment = ['vscode','postman','spice','proteus','git','github']
return langs, expertise, environnement
-
Addis Ababa University
- Addis Ababa, Ethiopia
-
06:57
(UTC +03:00) - https://dododoyo.github.io/
- @dododooyo
- https://t.me/dododoyo
- in/dododoyo
Highlights
Pinned Loading
-
create-bot-template
create-bot-template PublicKickstart your Telegram bot development with ease! This npm package generates a ready-to-use project structure, complete with best practices and essential files. Simplify your workflow and focus on…
JavaScript 3
-
Competitive-Programming
Competitive-Programming PublicThis repo contains my solutions to various competitive programming questions from different platforms such as Codeforces, HackerRank, LeetCode, etc. I use C++, Python, and Java as my main programmi…
-
Public_Chat_Room
Public_Chat_Room PublicThis is a simple yet powerful chat application built with Java for a course project. It allows users to connect to a central server and chat with each other in real time.📡
-
TelegramBots
TelegramBots PublicA collection of powerful and efficient Telegram bots built for automation, productivity, and fun! 🚀 From secure payment integrations to optimized performance for thousands of users, this repo showc…
JavaScript 8
-
Robo-Annotator
Robo-Annotator PublicForked from Mulugeta-Solomon/LineAnnotationTool
A powerful tool designed for robotic vision systems to annotate wireframe lines with precision. 📏✨ It helps generate high-quality training data for machine learning models by labeling structural ed…
TypeScript 1
-
a2sv-mella/web-app
a2sv-mella/web-app PublicA hackathon project for A2SV designed to help developers monetize their services. Whether you're building APIs, tools, or web apps. With a focus on simplicity and scalability, it's the perfect solu…
JavaScript
If the problem persists, check the GitHub status page or contact support.