Giter VIP home page Giter VIP logo

30daysofcodingwithflutter's Introduction

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

30daysofcodingwithflutter's People

Contributors

imgbotapp avatar yokwejuste avatar

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.