from django.views.generic.detail import DetailView
class AboutMe(DetailView):
name = "Toumi Mustapha Abderrahmane"
location = "Tiaret, ALgeria"
education = "Software engineering"
website = "abderrahmane-mustapha.codes"
#get social media links
def get_social_contact(self)
social_media_links = {
"twitter": "twitter.com/Abderrahmaneend"
"dev community" : "dev.to/abderrahmanemustapha"
}
return social_media_links
#get all my favourite programming languages
def get_fav_lang(self):
languages = ['python 🐍 ', 'javascript😺 ', 'Typesc']
return languages
#get all my favourite frameworks
def get_fav_frameworks(self):
frameworks = ['django 🔫 ', 'react 🎯', 'bootstrap✨ ', 'django-rest-framework🧬', 'vuejs', 'angular', 'expressjs', 'nodejs']
return frameworks
#get all my favourite databases
def get_databases(self)
data_bases = ['postgres🐘 ', 'mysql 👍', 'mongodb 🍃']
return data_bases
Pinned Loading
-
-
algeria-api-natural-disaster
algeria-api-natural-disaster Publicthe natural disaster algerian api
-
the-cryptopals-solutions
the-cryptopals-solutions Publicpython3 solutions of the cryptopals crypto challenges https://cryptopals.com/
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.