#!/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()
- Cotonou, Benin
-
02:58
(UTC +01:00) - in/elvishabib
- @elvis_habib
Highlights
- Pro
Popular repositories Loading
-
Sentiment-Analysis
Sentiment-Analysis PublicThe 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
-
-
Integration
Integration PublicIntroduction to HTML / CSS integration, essential in the field of web technologies.
HTML
-
MyShop
MyShop PublicAt 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
-
Freeads
Freeads PublicLearning 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
-
Post_it
Post_it PublicA front-end application using Vue.js to discover this technology, which will allow you to manage post-it notes.
Vue
If the problem persists, check the GitHub status page or contact support.