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 44 mins βββββββββββββββββββββββββ 51.95%
HTML 9 hrs 21 mins βββββββββββββββββββββββββ 38.13%
JSON 1 hr 5 mins βββββββββββββββββββββββββ 4.43%
Text 39 mins βββββββββββββββββββββββββ 2.68%
CSS 21 mins βββββββββββββββββββββββββ 1.48%
π₯ Editors:
VS Code 24 hrs 31 mins βββββββββββββββββββββββββ 100.0%
π±βπ» Projects:
interlin 10 hrs 46 mins βββββββββββββββββββββββββ 43.94%
ekilibre 10 hrs 39 mins βββββββββββββββββββββββββ 43.46%
investioo 2 hrs 19 mins βββββββββββββββββββββββββ 9.48%
agri-pelle 26 mins βββββββββββββββββββββββββ 1.81%
suprek 12 mins βββββββββββββββββββββββββ 0.88%
π» Operating System:
Linux 24 hrs 31 mins βββββββββββββββββββββββββ 100.0%
Last Updated on 30/01/2025 18:41:14 UTC