+------------------------------------------------------------------------+
| ANGSTROMICO://DEV-CONSOLE |
+------------------------------------------------------------------------+
| |
| > boot profile --user Manuel-Morales |
| > status: online |
| > role: full-stack developer |
| > base: Carabobo, Venezuela |
| > focus: fast interfaces, robust APIs, clean deployments |
| |
| _ _ _ |
| / \ _ __ __ _ ___ | |_ _ __ ___ _ __ ___ (_) ___ ___ |
| / _ \ | '_ \ / _` / __|| __| '__/ _ \| '_ ` _ \| |/ __/ _ \ |
| / ___ \| | | | (_| \__ \| |_| | | (_) | | | | | | | (_| (_) | |
| /_/ \_\_| |_|\__, |___/ \__|_| \___/|_| |_| |_|_|\___\___/ |
| |___/ |
| |
+------------------------------------------------------------------------+
type Stack = 'frontend' | 'backend' | 'database' | 'cloud' | 'ai'
class FullStackDeveloper {
readonly name = 'Manuel (Angstromico)'
readonly location = 'Carabobo, Venezuela'
readonly currentCompany = 'Fibex Telecom'
readonly corporateGithub = 'https://github.com/mmorales-fibex'
readonly learning = ['Kotlin', 'Flutter', 'Lua', 'Zig', 'Svelte']
build(stack: Stack): string {
const output = {
frontend: 'React, Vue, Astro, Next.js, Nuxt',
backend: 'Node.js, Express, NestJS, Laravel, FastAPI',
database: 'PostgreSQL, MySQL, MongoDB',
cloud: 'Docker, AWS, Azure, CI/CD',
ai: 'Smarter user experiences with practical AI',
} satisfies Record<Stack, string>
return output[stack]
}
philosophy(): string {
return 'Code with clarity, scale with purpose, deliver with impact.'
}
}
const dev = new FullStackDeveloper()
console.log(dev.philosophy())- Working on Fibex Telecom
- Corporate GitHub at Fibex Telecom: @mmorales-fibex
- Learning Golang and Flutter
- Exploring AI to create smarter user experiences
- Open to collaborate on full stack projects
- Ask me about React, Vue, Astro, Laravel, PHP, APIs, and web platforms
- Portfolio: manuel-morales-brit-portfolio.netlify.app
- Contact: manumaxidev@proton.me
| Layer | What I Care About |
|---|---|
| UI | Clean interfaces, responsive layouts, accessible flows |
| API | Clear contracts, maintainable logic, predictable behavior |
| Data | Practical schemas, performance awareness, safe integrations |
| Delivery | CI/CD mindset, cloud readiness, iterative shipping |
| Collaboration | Useful communication, readable code, shared ownership |
Thanks for visiting my profile.
If my work looks interesting, feel free to star a repository, follow for updates, or reach out for collaboration.



