Skip to content
View elvishabib's full-sized avatar

Highlights

  • Pro

Block or report elvishabib

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

Hi there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Elvis Habib Akadjame"
        self.role = "Software Developer"
        self.language_spoken = ["en_US", "fr_FR"]
        self.stack = {
            "Main Stack": {
                "Backend": {
                    "Language": ["Python"],
                    "Frameworks": ["FastAPI", "Django", "Flask"],
                    "Databases": ["MongoDB", "PostgreSQL"],
                    "API Services and Tools": {
                        "Creating APIs": ["FastAPI", "Django Rest", "Flask"],
                        "Testing APIs": ["Postman"]
                    }
                }
            },
            "Side Stack": {
                "Backend": {
                    "Languages": ["JavaScript", "PHP"],
                    "Frameworks": ["Express", "Symfony", "Laravel"],
                    "Databases": ["MySQL", "Redis"],
                    "API Services and Tools": {
                        "Creating APIs": ["Express", "Laravel"],
                        "Testing APIs": ["Insomnia"]
                    }
                },
                "Frontend": {
                    "JS Libs and Frameworks": ["jQuery", "React", "Typescript"],
                    "Template Engine": ["HTML5", "Django Template Engine", "Jinja"],
                    "CSS and Frameworks": ["CSS3", "SCSS", "SASS", "TailwindCSS"]
                }
            }
        }

    def say_hi(self):
        print("Welcome, I'm passionate about coding and building cool software projects. Feel free to reach out!")


me = SoftwareDeveloper()
me.say_hi()

Popular repositories Loading

  1. Sentiment-Analysis Sentiment-Analysis Public

    The goal of this project is to create an end-to-end Machine Learning project, including : - extract tweets of specifics topics from Twitter, in real-time using Apache Kafka - transform - load data …

    Jupyter Notebook 1

  2. Alinagnon Alinagnon Public

    Application Web de reservation de billets de bus

    Java

  3. Integration Integration Public

    Introduction to HTML / CSS integration, essential in the field of web technologies.

    HTML

  4. MyShop MyShop Public

    At the end of this module you will be able to create static and dynamic web pages, understand some of the issues related to web security (SQL requests, connection, upload), to connect to a PDO data…

    CSS

  5. Freeads Freeads Public

    Learning the "MVC" design pattern in PHP used today by all web development companies and which allows teamwork and collaboration on ambitious projects between developers.

    JavaScript

  6. Post_it Post_it Public

    A front-end application using Vue.js to discover this technology, which will allow you to manage post-it notes.

    Vue