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
🐒
malin
Doing magic out of nothing,
- 0.0.0.0/0
-
06:29
(UTC +01:00) - yokwejuste.me
- @yokwejuste
- @yokwejuste
- in/yokwejuste
- https://cal.com/yokwejuste
Highlights
Popular repositories Loading
-
linkedin_scraper
linkedin_scraper PublicThis is the 2022 version of the linkedin scraper
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.