Skip to content
View yokwejuste's full-sized avatar
☁️
Clouding
☁️
Clouding

Organizations

@djangocameroon

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.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"
        ]

        # Soft Skills
        self.soft_skills = [
              "Communication", "Teamwork",
              "Sociable", "Leadership",
              "Analytical and Problem-solving",
        ]
        self.other_skills = ["DevOps", "Cloud Architecture"]

        # Spoken Languages
        self.languages_proficiency = {
                "French": "Fluent",
                "English": "Native",
                "Dutch": "Intermediate"
        }
        
        # 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",
+           "Stripe Payment",
            "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 Loading

  1. linkedin_scraper linkedin_scraper Public

    This is the 2022 version of the linkedin scraper

    Python 19 6

  2. visuleo_port visuleo_port Public

    An opensource Portfolio for Devs

    HTML 6 5

  3. backend-secrets backend-secrets Public

    Just a Collection of a few backend secrets I have been working with

    Python 6 1

  4. CssSlider CssSlider Public

    The Css slider full implementation by yokwejuste

    CSS 5 1

  5. assignment assignment Public

    JavaScript 3 3

  6. atalkam atalkam Public

    JavaScript 3

685 contributions in the last year

Contribution Graph
Day of Week February March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing yokwejuste's contributions from February 11, 2024 to February 15, 2025. The contributions are 91% commits, 6% pull requests, 2% code review, 1% issues.

Contribution activity

February 2025

Created 1 repository
Opened 1 issue in 1 repository
daytonaio/content 1 open
28 contributions in private repositories Feb 1 – Feb 6
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.