Skip to content
View eri-bga's full-sized avatar

Block or report eri-bga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
eri-bga/README.md

Hi there πŸ‘‹

Hello there πŸ‘‹

visitors Open Source Love

Brhane's Dev Card

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Brhane"
        self.role = "Developer"
        self.language_spoken = ["tig", "en_US", "dutch"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Blogs

  • Personal website and blog: coming soon

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Brhane's GitHub Stats Brhane's GitHub Stats

πŸ† GitHub Trophies

trophy

Popular repositories Loading

  1. Worpress-docker-composer Worpress-docker-composer Public

    Shell

  2. JavaScript-sample JavaScript-sample Public

    HTML

  3. drupal-project drupal-project Public

    Forked from drupal-composer/drupal-project

    πŸš€ Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"

    PHP

  4. drupal drupal Public

    Forked from drupal/drupal

    Verbatim mirror of the git.drupal.org repository for Drupal core. Changes will not be pulled, and merge requests will not be accepted, if you want to contribute, go to Drupal.org:

    PHP

  5. drupal_social drupal_social Public

    Forked from goalgorilla/drupal_social

    Open Social Development repository.

  6. docker-symfony docker-symfony Public

    Forked from eko/docker-symfony

    Run a Symfony application using Docker & docker-compose

    Dockerfile