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': 'contact@abiodoun.dev',
}
}
return Response(baba_mandef, status=status.HTTP_200_OK)
π This Week I Spent My Time On
βοΈ Time Zone: Africa/Porto-Novo
π¬ Programming Languages:
HTML 6 hrs 12 mins βββββββββββββββββββββββββ 44.9%
Python 5 hrs 58 mins βββββββββββββββββββββββββ 43.2%
CSS 39 mins βββββββββββββββββββββββββ 4.75%
Bash 23 mins βββββββββββββββββββββββββ 2.82%
Gettext Catalog 15 mins βββββββββββββββββββββββββ 1.92%
π₯ Editors:
VS Code 13 hrs 48 mins βββββββββββββββββββββββββ 100.0%
π» Operating System:
Linux 13 hrs 48 mins βββββββββββββββββββββββββ 100.0%
Last Updated on 10/07/2025 18:49:28 UTC