{% extends "public/base.html" %} {% block title %}About — {{ site.name }}{% endblock %} {% block content %}
About

Teniola Ayodele

I'm a software developer in Nigeria building websites, web applications and payment platforms. I work independently, which means the person you brief is the person who writes the code and the person who picks up the phone when something breaks.

{% if site.logo %}{{ site.name }}{% else %}Photo{% endif %}

What I do

I take a business problem and return a working system: a website that brings in customers, a dashboard that replaces a spreadsheet, or a platform that collects money reliably. Most of my work is Django on the backend with a frontend built to be fast on Nigerian mobile networks.

I also run the infrastructure — domains, hosting, SSL, deployments and backups — so clients aren't left holding parts they can't maintain.

My approach

Scope agreed in writing before work starts. Milestones you can see. No surprise invoices. If something in your brief is going to cost more than it's worth, I say so early rather than building it quietly.

I prefer simple systems that keep working over clever ones that need me forever.

Technologies I work with

Backend

Python, Django, Django REST Framework, Celery, PostgreSQL, MySQL, Redis

Frontend

HTML, CSS, JavaScript, Tailwind, Alpine, responsive layout systems

Payments & APIs

Card and transfer collection, virtual accounts, webhooks, reconciliation, third-party API integration

Infrastructure

Linux servers, Nginx, Gunicorn, domains, DNS, SSL, deployment pipelines, backups

{% if products %}

Products I've built

Platforms I own, run and support in production.

{% for p in products %}

{{ p.name }}

{{ p.summary }}

{% for t in p.tech_list %}{{ t }}{% endfor %}
{% endfor %}
{% endif %}

Let's talk about your project

Send me the details and I'll tell you honestly whether I'm the right person to build it.

Get in touch
{% endblock %}