Git Product home page Git Product logo
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:
	    coding = {
		      'expert':   ['python','java','js'],
		      'intermediate': ['html', 'css' ,'c++'],
		      'learning': ['js','c++']
		      }

	    expertise  = ['web-development','telegram-bot-development',
		          'SPICE','CP',
		          'git','github']
      	    environment = ['vscode','postman']
     	    return langs, expertise, environnement
Languages and Skills 🌐

My Skills

My Skills

Comfortable with ✅

My Skills

Currently learning 📚

My Skills

GitHub Stats 📈

GitHub Stats1

GitHub Stats2

GitHub Stats3

Connect 🔗





Dolphin Mulugeta's Projects

aait_oop_lab_solutions icon aait_oop_lab_solutions

Solutions to the problems of Object-Oriented Programming (OOP) course at Addis Ababa Institue of Technology. A course I took in my third year undergraduate study.

competitive-programming icon competitive-programming

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 programming languages. I also provide explanations and comments for some of the problems to help others understand the logic and techniques behind them.

public_chat_room icon public_chat_room

This is a simple chat application built with java that allows users to connect to a server and chat with each other.

webdev icon webdev

🎉 Personal Chronicle of Web Development Explorations and Skill Acquisition 🎉

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.