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

Dunamix | Creator of Nexios

My Stack


Python

Django

PHP

JavaScript

React

MySQL

PostgreSQL

Redis

Hi 👋, I'm Chidbele Dunamis, a software engineer and the creator of Nexios(a Python framework designed for simplicity and efficiency) , Voltar. I am also actively building an open-source community to foster collaboration and innovation in software development.

Nexios: A Modern Python Framework

Nexios is a high-performance, developer-friendly Python framework tailored for API development, authentication, and scalable applications.

Quick Example

from nexios import NexiosApp

app = NexiosApp()

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

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 Genrics 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.

  • VoltarVoltar 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. Whether you're working with input from APIs, forms, or databases, Voltar helps you validate and transform data quickly, ensuring your application can handle invalid input gracefully.

📝 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 66 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. Classify Classify Public

    Welcome to Classify, an innovative platform that seamlessly blends the features of a classroom management tool with the engaging elements of a social network. Designed to enhance the learning exper…

    Python 5

  4. 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

  5. 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

  6. 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