Skip to content
View yokwejuste's full-sized avatar
🐒
malin
🐒
malin

Organizations

@fossasia @gdsc-uba @osscameroon @mlsa-cm @djangocameroon
Block or Report

Block or report yokwejuste

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

Hey there 👋

Visitor count

class Yokwejuste:
    def __init__(self):
        # Personal Information
        self.name = "Steve Junior Yonkeu Kweya"
        self.email = "yokwejuste@gmail.com"
+       self.phone = "+237 677 123 206"
-       self.phone = "+237 656 248 161"
        self.linkedin = "linkedin.com/in/yokwejuste"
        self.github = "@yokwejuste"
        self.twitter = "@yokwejuste"
+       self.website = "https://yokwejuste.me"
-       self.website = "https://go-reords.me"
        
        # Hard Skills
        self.languages = ["Python", "Go", "JavaScript"]
        self.frameworks = ["Django", "Flask", "Gin"]
        self.tools = ["Jenkins", "JIRA", "Git", "Azure", "AWS"]
        self.other_skills = ["DevOps", "Cloud Architecture"]
        self.languages_proficiency = {"French": "Fluent", "English": "Native"}

        # Soft Skills
        self.soft_skills = ["Communication", "Teamwork", "Leadership", "Analytical and Problem-solving", "Sociable"]
        
        # Education
        self.education = {
            "degree": "BEng in Computer Engineering",
            "degree": "BEng in Computer Engineering",
            "institution": "University of Bamenda",
            "location": "Cameroon",
            "graduation_date": "December 2023"
        }

        # Projects
        self.projects = [
            "Visuleo Portfolio",
            "Onacut",
            "Atalkam",
            "DocLMS",
            "Podcasts",
            "Chaoss",
            "CMRPlagio"
        ]
        
        # Blogs
        self.blogs = [
            "https://dev.to/yokwejuste",
            "https://blog.yokwejuste.me",
+           "https://medium.com/@yokwejuste",
        ]

    def display_info(self):
        info = {
            "Name": self.name,
            "Email": self.email,
            "Phone": self.phone,
            "LinkedIn": self.linkedin,
            "GitHub": self.github,
            "Twitter": self.twitter,
            "Website": self.website,
            "Hard Skills": {
                "Languages": self.languages,
                "Frameworks": self.frameworks,
                "Tools": self.tools,
                "Others": self.other_skills,
                "Language Proficiency": self.languages_proficiency
            },
            "Soft Skills": self.soft_skills,
            "Education": self.education,
            "Certifications": self.certifications,
            "Work Experience": self.work_experience,
            "Projects": self.projects,
            "Blogs": self.blogs
        }
        return info

🛠 Tech Stack 🛠

📌 Programming Language

📌 Framework

📌 Database

📌 Deploy


📌 Tools

📌Markup Language

📌Interesting Tech

img start

Popular repositories

  1. linkedin_scraper linkedin_scraper Public

    This is the 2022 version of the linkedin scraper

    Python 19 5

  2. visuleo_port visuleo_port Public

    An opensource Portfolio for Devs

    Python 6 4

  3. CssSlider CssSlider Public

    The Css slider full implementation by yokwejuste

    CSS 5 1

  4. assignment assignment Public

    JavaScript 3 3

  5. atalkam atalkam Public

    JavaScript 3

  6. yokwejuste yokwejuste Public

    This is a repo about me Dudes!

    2