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 14 hrs 56 mins βββββββββββββββββββββββββ 57.9%
HTML 10 hrs 41 mins βββββββββββββββββββββββββ 41.44%
Git Config 3 mins βββββββββββββββββββββββββ 0.21%
CSS 3 mins βββββββββββββββββββββββββ 0.2%
Text 2 mins βββββββββββββββββββββββββ 0.17%
π₯ Editors:
VS Code 25 hrs 48 mins βββββββββββββββββββββββββ 100.0%
π±βπ» Projects:
investioo 21 hrs 32 mins βββββββββββββββββββββββββ 83.49%
ekilibre 4 hrs 3 mins βββββββββββββββββββββββββ 15.75%
demo 8 mins βββββββββββββββββββββββββ 0.55%
hudim 3 mins βββββββββββββββββββββββββ 0.2%
π» Operating System:
Linux 25 hrs 48 mins βββββββββββββββββββββββββ 100.0%
Last Updated on 04/01/2025 18:40:25 UTC