Skip to content
View TechWithDunamix's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@nexios-labs

Block or report TechWithDunamix

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
TechWithDunamix/README.md

Hey 👋! I’m @dunamix (Chidebele Dunamis), a passionate software engineer from Nigeria.

I created Nexios, Nexios Generics, Voltar, Formaby, and asgi_statik and some other project you can find here.

Started coding at 8 ☺️, and for the last 3+ years, I've been crafting robust backend systems—optimized for performance, real-time features, and long-term maintainability.

Feature Project

  • Nexios
    Nexios is a lightweight, high-performance ASGI web framework for Python—built for speed, simplicity, and flexibility. Inspired by Express.js, Nexios lets you build APIs fast, with first-class async support, custom auth backends, and zero boilerplate. Perfect for devs who want full control without the Django overhead.

  • Nexios Generics
    NexiosGeneric is a class-based CRUD wrapper for Nexios, combining the power of Pydantic and Tortoise ORM. It simplifies building async APIs with automatic serialization, validation, and database operations—ideal for fast, scalable RESTful endpoints.

  • Voltar
    Voltar is a Python library designed for data validation with simplicity and transparency in mind. Inspired by Zod, Voltar allows developers to define schema-driven data validation without relying on hidden magic or complex patterns. It combines Python's type hints with explicit validation logic, ensuring clear, maintainable, and highly customizable validation rules.

  • Formaby
    Formaby is a platform inspired by Google Forms, designed for creating surveys and collecting feedback with ease. Built with modern web technologies, it allows users to build forms, share links, and analyze responses—perfect for educators, researchers, and teams needing quick feedback solutions.

  • asgi_statik
    asgi_statik is a minimal ASGI-compatible static file server. It makes it easy to serve static assets like HTML, CSS, JS, and images in any ASGI app with zero setup. Ideal for microservices, SPAs, or Nexios-based apps needing simple static file delivery.

Since we are here why not talk about nexios

Quick Example

from nexios import NexiosApp

app = NexiosApp()

@app.route('/')
def home(req, res):
    return res.json({'message': 'Welcome to Nexios!'})

📝 Latest from Medium

Pinned Loading

  1. nexios-labs/Nexios nexios-labs/Nexios Public

    Nexios is a modern, high-performance ASGI framework for building async web applications in Python. It combines the simplicity of Express.js with Python's async capabilities to create a powerful, de…

    Python 67 7

  2. nexios-labs/voltar nexios-labs/voltar Public

    Sift Validator is a lightweight and expressive Python library for defining, parsing, and validating data structures with ease. Designed for clarity, speed, and full control.

    Python 2

  3. pandas-mastery pandas-mastery Public

    Welcome to the TechwithDunamix Pandas Course! This course is designed to help you master data manipulation and analysis using the Pandas library in Python. Whether you're a beginner or looking to e…

    Python 5 2

  4. express-for-beginners express-for-beginners Public

    A beginner-friendly guide to building backend apps with Express.js – one of the most popular web frameworks for Node.js. This course walks you through the core concepts of Express in a hands-on, no…

    1

  5. duna-draw-api duna-draw-api Public

    A simple API built with Nexios that dynamically generates ASCII art on the fly , no storage, no database. Just send your characters, config, or patterns, and get instant ASCII output in return. Per…

    Python

  6. formably formably Public

    a simple MVP survey form builder I built mainly to flex Nexios 😎.

    TypeScript 1