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', 'PHP', 'Yoruba', 'Fongbe', 'Kreyol', 'English', 'French'],
'tools': ['Django', 'React', 'Flet', '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:
Other 2 mins βββββββββββββββββββββββββ 100.0%
π₯ Editors:
GIMP 2 mins βββββββββββββββββββββββββ 93.76%
Terminal 0 secs βββββββββββββββββββββββββ 6.24%
π» Operating System:
Mac 2 mins βββββββββββββββββββββββββ 100.0%
Last Updated on 07/02/2026 18:58:43 UTC

