from rest_framework.views import APIView
from rest_framework.response import Response
from rest_framework import status
class AboutMe(APIView):
def get(self, request):
baba_mandef = {
'name': 'Abiodoun PARAISO',
'stack': {
'languages': ['Python', 'JS', 'Dart', 'PHP', 'Yoruba', 'Fongbe', 'Kreyol', 'French', 'English'],
'tools': ['Django', 'React', 'Flutter', 'Figma', 'GIMP', 'Inckscape', 'Kdenlive', 'Blender'],
'databases': ['Mysql', 'Postgresql', 'Sqlite'],
'architectures': ['MVC', 'MVT', 'REST', 'PWA', 'SPA', 'MicroServices']
},
'roles': ['Software Engineer', 'Video & 3D Artist', 'Teacher', 'Mentor', 'Farmer'],
'askme': ['DIY', 'Africa', 'Science', 'Photo & Video', 'Tech', 'Agro'],
'contact': {
'Telegram': 'baba_mandef',
'Youtube': 'baba-mandef'
'Mail': '[email protected]',
}
}
return Response(baba_mandef, status=status.HTTP_200_OK)
π This Week I Spent My Time On
βοΈ Time Zone: Africa/Porto-Novo
π¬ Programming Languages:
Python 12 hrs 54 mins βββββββββββββββββββββββββ 50.65%
HTML 12 hrs 26 mins βββββββββββββββββββββββββ 48.8%
Git Config 3 mins βββββββββββββββββββββββββ 0.21%
Text 2 mins βββββββββββββββββββββββββ 0.18%
CSS 1 min βββββββββββββββββββββββββ 0.09%
π₯ Editors:
VS Code 25 hrs 29 mins βββββββββββββββββββββββββ 100.0%
π±βπ» Projects:
investioo 21 hrs 19 mins βββββββββββββββββββββββββ 83.63%
ekilibre 3 hrs 52 mins βββββββββββββββββββββββββ 15.2%
demo 14 mins βββββββββββββββββββββββββ 0.98%
hudim 3 mins βββββββββββββββββββββββββ 0.2%
π» Operating System:
Linux 25 hrs 29 mins βββββββββββββββββββββββββ 100.0%
Last Updated on 03/01/2025 18:41:43 UTC