Giter Club home page Giter Club logo

Hey there πŸ‘‹

Visitor count

class Yokwejuste:
    def __init__(self):
        # Personal Information
        self.name = "Steve Junior Yonkeu Kweya"
        self.email = "[email protected]"
        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

Steve Yonkeu's Projects

passwordgenerator icon passwordgenerator

This is a software built with python which automatically generates a users password when he inputs his details.

plagiarism-checker icon plagiarism-checker

This app is built using Python 3.9+, Flask 2.0+, and Pinecone. It performs a similarity search using the Pinecone SDK to find articles that contain the same or similar content as what's entered by the user.

podcast icon podcast

A Django podcast app optimized for Apple Podcasts

py-googletrans icon py-googletrans

(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.

pyqt icon pyqt

This is a GUI app in python

secondreact icon secondreact

This is the second part of the reactjs tutorial series.

telegram-api icon telegram-api

It connects to Telegram's API. It generates JSON files containing channel's data, including channel's information and posts. You can search for a specific channel, or a set of channels provided in a text file (one channel per line.)

ubuntu-initializer icon ubuntu-initializer

This repository helps initialize bare-bone Ubuntu systems for developers. Very handy in order to quickly bring a development laptop upto speed.

vacua icon vacua

Providing affordable solutions to class rooms booking for universities

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.