Hey DEV Community,
I don't have a high-end desktop, a mechanical keyboard, or even a mouse. Due to constraints, my entire development environment is just my tablet's touch screen. But I didn't let that stop me. Over the last week, typing letter-by-letter with my fingers, I built Maliklang-V2—a distributed genomic bio-computing engine designed for early cancer anomaly detection.
Being a Law (LLB) student, I realized a massive gap in the tech world: brilliant engineers build great code, but often miss compliance frameworks. I wanted to bridge Law and Medicine using pure Python.
🧬 What is Maliklang-V2?
It is a distributed multi-agent interpreter designed to parse human DNA streams (A, T, C, G) and match them against known oncogenic mutations (like BRCA1 & TP53) years before physical tumor formation.
🛡️ The Architecture I Built on my Tablet:
-
Predictive DNA Lexer (
dna_lexer.py): Tokenizes massive raw genomic streams into structured execution blocks. -
Genetic AST Shield (
genetic_shield.py&research_matrix.py): Runs real-time cross-reference scanning to catch co-occurring multi-gene mutations. -
HIPAA & GDPR Compliance Shield (
hipaa_shield.py): My core legal-tech contribution. It completely anonymizes patient identities and encrypts genetic streams using runtime zero-latency obfuscation. -
Zero-Latency Generator (
zero_latency_stream.py): Streams massive FASTA files chunk-by-chunk using async generators, ensuring 0% memory leak. -
Dynamic Self-Learning Discovery Engine (
discovery_engine.py): Captures unknown mutation variations at runtime and registers them into an active research cache.
🌍 Why Open Source?
I have pushed all 11 core commits directly onto GitHub under the MIT License. I believe healthcare tech should be decentralized and community-driven. (Note: The official V2.0.0 release is slated for next week after final staging).
I would love to hear feedback from senior software architects, bioinformatics researchers, and the open-source community on how to optimize my asynchronous streaming pipeline.
🔗 Check out my Proof of Work on GitHub: https://github.com/shailendra-codes
Built with fingers on a glass screen. Driven by vision. 🇮🇳
Created by Shailendra Kumar Singh
Top comments (0)