Loading repository dataβ¦
Loading repository dataβ¦
mmanthe37 / repository
π§ͺ Personal dev testbed & digital lab for mmanthe37. Houses experiments, prototypes, web apps, research, API integrations, and project scaffolding across Swift, TypeScript, React, Python & more. A living sandbox for professional identity, creative projects, and technical exploration.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to my personal development laboratory! This repository serves as a comprehensive testbed for experimenting with new technologies, prototyping ideas, and managing various development projects.
A comprehensive, Azure-like administration platform for managing all your development resources in one place!
π Launch Admin Platform - Unified dashboard for projects, Azure resources, GitHub repos, credentials, learning progress, and deployments.
Features:
β Get Started with the Admin Platform
This repository is my digital playground where I:
m37-dev-testbed/
βββ admin-platform/ # π Personal Dev Admin Platform (Azure-like dashboard)
βββ experiments/ # Quick experiments and technology explorations
βββ prototypes/ # Working prototypes and proof-of-concepts
βββ apps/ # Full-fledged applications under development
βββ research/ # Research notes, findings, and documentation
βββ scripts/ # Utility scripts and automation tools
βββ docs/ # Project documentation and guides
βββ templates/ # Project templates and boilerplates
β βββ react-nextjs/ # React/Next.js starter template
β βββ swift-swiftui/ # Swift/SwiftUI starter template
β βββ python-script/ # Python script template
βββ README.md # You are here!
Depending on what you're working with, you may need:
Clone the repository
git clone https://github.com/mmanthe37/m37-dev-testbed.git
cd m37-dev-testbed
Choose your path
/experiments/templates to kickstart a project/prototypesUse the templates
# Copy a template to start a new project
cp -r templates/react-nextjs experiments/my-new-project
cd experiments/my-new-project
npm install
Quick tests and explorations of new technologies. These are typically:
More developed proof-of-concepts that demonstrate:
Full applications under active development:
Documentation and findings including:
Utility scripts and tools:
Comprehensive documentation:
This testbed supports multiple technology stacks:
/experiments or use a template/research or /docs/prototypes or /apps/appsReady-to-use templates are available in /templates:
Each template includes:
This repository uses automated linting via GitHub Actions:
Run linting locally:
npm run lint # For JavaScript/TypeScript projects
python -m black . # For Python projects
This is a personal development testbed, but feel free to:
This is a personal development repository. Individual projects may have their own licenses.
This repository is actively maintained and continuously evolving with new experiments and projects.
Happy Coding! π