惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Vercel News
Vercel News
F
Fortinet All Blogs
月光博客
月光博客
G
Google Developers Blog
博客园 - Franky
GbyAI
GbyAI
The Cloudflare Blog
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
小众软件
小众软件
腾讯CDC
B
Blog
量子位
V
V2EX
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Spent 15 Months Porting a 20-Year-Old Computational Che...
Mansour Ansari · 2026-06-01 · via DEV Community

Mansour Ansari

QuantumCURE Pro Serve Node Main Dock/Score Lab

My very first post. I am excited to be here.
I retired from the software industry years ago and now work from a small back office in Oklahoma City. Most people think retirement means stepping away from building things. I saw it differently. So, about fifteen months ago, I started a project that eventually became QuantumCURE Pro™. (https://citizenscientist.org/) The goal was ambitious but simple: build a cloud-native platform that could help accelerate early-stage drug discovery before anything ever reaches a wet lab.

What started as curiosity quickly became an obsession.

I spent thousands of hours buried in Python/JS code, cloud architecture, scientific papers (online), Docker containers, databases, APIs, and computational chemistry workflows. The deeper I looked, the more I realized that many research tools were powerful/super expensive, individually, but fragmented when combined into a real workflow. A total mess of workflow.
I wanted to see if a single engineer could assemble a practical, multi-user scientific platform using modern cloud infrastructure.

Today, QuantumCURE Pro™ orchestrates molecular docking campaigns directly from a web browser:

Researchers to Central Queue to AutoDock Vina to Results & Golden List
Results & Golden List, various reportings and forensic trail, to (MD, GANN, to Skala) to Wet list ....
**
So, **researchers upload compound libraries, jobs enter a queue, workers scale on demand, and results flow back through dashboards, mobile monitoring, APIs, and validation tools.

The surprising part wasn't getting AutoDock Vina running.

The hard part was everything around it:

*** Multi-user orchestration

  • Worker scaling
  • Queue management
  • Reliability tracking
  • Mobile monitoring
  • Cloud deployment
  • Data provenance
  • Dashboard truthfulness, and I can list more.**

One of the biggest milestones came when I finally got Physics-based AutoDock Vina running reliably inside a cloud container. That took me months of work. That was the moment I realized the real project wasn't docking/scoring, it was everything around docking.

Once the engine could run consistently in the cloud, I could start building worker pools, queues, APIs, monitoring, scheduling, mobile access, and multi-user workflows around it. The problem shifted from "Can I run this scientific software?" to "Can I scale it into a reliable platform that real researchers can use?"

So, the journey continued toward perfection and trust building. After more than 5,000 hours of solo development, the challenge is no longer building features. The challenge is proving reliability, documenting behavior, and preparing the platform for real researchers. I will get there!.

This is my first post on DEV. In future articles, I'll share what I learned about worker pools, cloud orchestration, scientific software, dashboard design, and building a complex platform as a solo founder at an age when most people expect you to stop building altogether.

Ask me a question about the workflow. I am here to answer.