Skip to content
View Cofucan's full-sized avatar
😔
Open to job opportunities
😔
Open to job opportunities

Highlights

  • Pro
Block or Report

Block or report Cofucan

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
Cofucan/README.md

👨‍💻 About Me :

class Profile():
    def __init__(self):
        self.name = "Uche Ofia"
        self.email = "coolucheofia@gmail.com"
        self.country = "Nigeria"
        self.title = "Software Engineer"
        self.specialization = {"Backend", "APIs", "Database", "Servers"}
        self.other_titles = ["Data Analyst", "Graphics Designer"]
        self.languages = ["Python", "C/C++", "PHP", "Rust", "Javascript", "SQL", "HTML/CSS", "Bash"]
        self.other_software = ["Excel", "Illustrator", "Blender"]
        self.degree = "Electrical & Electronics Engineering"
        self.linkedin = "https://www.linkedin.com/in/cofucan"
        self.twitter = "@coolucheofia"

🛠️ Languages and Tools :

CSS  HTML  JavaScript 

🔥 My Stats :

GitHub Streak
Anurag's GitHub stats

Pinned

  1. simple_shell simple_shell Public

    This is a simple shell project which performs similar to the Thompson Shell. It performs most of the operations that can be performed by the regular shell.

    C 3

  2. favicon-generator-mf favicon-generator-mf Public

    Forked from zuri-training/favicons_gen_proj_team_63

    This project contains the codebase of the project "Favigen" which is a website where users can upload images and get favicons of different sizes. Its build using Django.

    JavaScript

  3. football_data_analysis football_data_analysis Public

    An analysis of European soccer/football from 2008 to 2016 using a dataset from Kaggle. I employ different data wrangling techniques to clean and filter the data using Python and Jupyter notebook.

    HTML

  4. Huddle-Landing-Page Huddle-Landing-Page Public

    This is a recreation of the popular Huddle Landing Page website. I make use of HTML and CSS alone and it is very responsive.

    CSS

  5. RSA-Factoring-Challenge RSA-Factoring-Challenge Public

    RSA-Factoring-Challenge

    C

  6. airline_performance_analysis airline_performance_analysis Public

    This is an Exploratory and Explanatory Data Viz of flight arrival and departure data for all commercial flights within the USA, from October 1987 to April 2008. I take a deep dive and explore multi…

    HTML