Skip to content
View dododoyo's full-sized avatar
🐬
Available except on sundays
🐬
Available except on sundays

Block or report dododoyo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dododoyo/README.md
class HumanBeing():
	@staticmethod
	def contact() -> tuple:
            name = "Dolphin Mulugeta"
	    telegram = "t.me/dododoyo"
	    gmail = "dolphinmulugeta88@gmail.com"

	    return name, telegram, gmail

	@staticmethod
	def life() -> tuple:
	    langs = ['Amharic', 'English']
	    location = 'Addis Ababa, Ethiopia'
            nationality : Final[str] = 'Ethiopian'
	    age = 23
            hobbies = ['Movies','Swimming','Cooking','Reading']

            return langs, nationality,location,age, hoobies

	@staticmethod
	def skills() -> tuple:
	    langs = {
		      'expert':   ['python','java','js','ts','go'],
		      'intermediate': ['c#'],
		      'learning': ['c++','rust']
		      }

	    expertise  = ['Web-Development','Telegram-Bot-Development',
		          'Game-Development','Data Structures & Algorithms',
		          'MircoComputers and Embedded Systems', 'Database Management']

      	    environment = ['vscode','docker','spice','proteus','git','github']

     	    return langs, expertise, environnement

dododoyo

Languages and Skills 🌐

My Skills

My Skills

Comfortable with ✅

My Skills

Currently learning 📚

My Skills

📬 Connect with me:

dododoyo dododoyo dododoyo dododoyo


GitHub Stats 📈

GitHub Stats1

GitHub Stats2

GitHub Stats3

committers.top badge






Pinned Loading

  1. create-bot-template create-bot-template Public

    Kickstart 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

  2. Competitive-Programming Competitive-Programming Public

    This 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…

    Python 7 1

  3. Public_Chat_Room Public_Chat_Room Public

    This 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.📡

    Java 2 1

  4. TelegramBots TelegramBots Public

    A 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 9

  5. Robo-Annotator Robo-Annotator Public

    Forked 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

  6. a2sv-mella/web-app a2sv-mella/web-app Public

    A 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