Skip to content
View Kokoserver's full-sized avatar

Block or report Kokoserver

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kokoserver/README.md

Who is Kokoserver?

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.

Hello from Kokoserver

Nothing like a quick API to say hi.

pip install fastapi uvicorn

Then, 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 --reload

Then open:

http://127.0.0.1:8000
http://127.0.0.1:8000/your-name

What I work with

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

Open source

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

Featured projects

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

GitHub stats

GitHub trophies

Let's connect

LinkedIn · GitHub · Twitter

Random dev quote

Pinned Loading

  1. backgrounder backgrounder Public

    Forked from dymmond/backgrounder

    Run background tasks in async mode in any application

    Python

  2. mjhea0/awesome-fastapi mjhea0/awesome-fastapi Public

    A curated list of awesome things related to FastAPI

    11.6k 883

  3. dymmond/ravyn dymmond/ravyn Public

    Ravyn combines performance, type safety, and elegance. A next-generation async Python framework for APIs, microservices, and web applications.

    Python 388 21

  4. dymmond/edgy dymmond/edgy Public

    🔥 The perfect ORM to work with complex databases 🔥

    Python 437 11

  5. dymmond/lilya dymmond/lilya Public

    Yet another ASGI toolkit that delivers

    Python 68 5

  6. dymmond/backgrounder dymmond/backgrounder Public

    Run background tasks in async mode in any application

    Python 8 1