Kokoserver is also known as Daniel Owonikoko, a Full Stack Software Engineer based in Lagos, Nigeria.
I am backend-leaning and full-stack capable. I build backend systems, REST APIs, SaaS platforms, dashboards, payment-enabled applications, and full-stack products using Python, FastAPI, Node.js, TypeScript, Vue, React, Svelte, SQL databases, Docker, and cloud tools.
I am also an active contributor to the Dymmond ecosystem, including Esmerald, Lilya, Edgy, and Backgrounder.
I'm currently working on Virtual Football Analytic Bot, a research-driven football analytics project focused on understanding virtual match systems, data patterns, result simulation, and prediction logic. I am open to collaborating on full-stack projects, especially with Python, FastAPI, Vue, React, Svelte, TypeScript, and Node.js.
Nothing like a quick API to say hi.
pip install fastapi uvicornThen, inside app.py:
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def welcome():
return {"message": "Welcome to Kokoserver's GitHub"}
@app.get("/{user}")
def user(user: str):
return {"message": f"Welcome to Kokoserver's GitHub, {user}"}
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, port=8000)Run it with:
uvicorn app:app --reloadThen open:
http://127.0.0.1:8000
http://127.0.0.1:8000/your-name
Backend: Python, FastAPI, Node.js, Express.js, REST APIs, Microservices, Background Jobs, Multi-Tenant Systems
Frontend: Vue.js, React, Svelte, SvelteKit, TypeScript, JavaScript, Tailwind CSS, Bootstrap, HTML, CSS
Databases: PostgreSQL, MySQL, MongoDB, Redis
ORM and Validation: SQLAlchemy, Pydantic, msgspec
Security: Authentication, Authorization, JWT, Bcrypt, API validation
Payments: Paystack, Flutterwave, Stripe
Infrastructure: Docker, Linux, Nginx, AWS, Google Cloud Platform, GitHub Actions, CI/CD
Testing: Pytest, JUnit, Vitest, Jest, Playwright, Unit Testing, Integration Testing, Regression Testing, Test Automation
Tools: Git, GitHub, Postman, Swagger/OpenAPI, Bash, Figma
Active contributor to the Dymmond ecosystem:
| Project | Contribution focus | Stack |
|---|---|---|
| Esmerald | Contributing to Python ASGI framework improvements, developer experience, documentation, and framework tooling. | Python, ASGI, APIs |
| Lilya | Contributing to lightweight ASGI tooling, framework behavior, utilities, and documentation improvements. | Python, ASGI |
| Edgy | Contributing to ORM-related improvements, developer experience, async patterns, and documentation. | Python, ORM, Async |
| Backgrounder | Contributing to background task processing improvements, async tooling, and developer-focused utilities. | Python, Async, Background Jobs |
| Project | What it does | Stack |
|---|---|---|
| Virtual Football Analytic Bot | A research-driven analytics project for studying virtual football match patterns, simulation logic, result behavior, and prediction signals. | Python, Node.js, Data Analysis, APIs |
| Achebe Campus | A digital learning platform that helps students and learners access structured courses, lessons, and educational content online. | Python, FastAPI, NestJS, React, PostgreSQL, Docker |
| Tichly.com | A web platform built to support product visibility, user engagement, and online service delivery. | Python, Node.js, Svelte, TypeScript, APIs |
| CRM/HRM SaaS Platform | A business management platform for handling customer relationships, employee records, HR workflows, permissions, and internal operations. | Python, FastAPI, PostgreSQL, Redis, Docker |
| Payment-Enabled Web Platforms | Web applications with secure payment workflows for customer transactions, payment validation, and business processing. | FastAPI, Paystack, Flutterwave, Stripe, MySQL |
| Marketplace Platforms | Marketplace systems that connect users, products, orders, inventory, and payment workflows in one platform. | Node.js, FastAPI, PostgreSQL, Redis, React, Vue |
| Open Source Contributions | Contributions to Python and ASGI ecosystem projects including Backgrounder, Lilya, Edgy ORM, and Esmerald. | Python, ASGI, ORM, Async Tools |




