FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Angstromico (Manuel Esteban Morales Zuarez) · GitHub

🎯
Focusing
🎯
Focusing

Block or report Angstromico

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Angstromico/README.md

Hi, I'm Manuel Morales


Mission Control

+------------------------------------------------------------------------+
|  ANGSTROMICO://DEV-CONSOLE                                             |
+------------------------------------------------------------------------+
|                                                                        |
|   > boot profile --user Manuel-Morales                                 |
|   > status: online                                                     |
|   > role: full-stack developer                                         |
|   > base: Carabobo, Venezuela                                          |
|   > focus: fast interfaces, robust APIs, clean deployments             |
|                                                                        |
|        _                      _                           _            |
|       / \   _ __   __ _ ___ | |_ _ __ ___  _ __ ___ (_) ___ ___     |
|      / _ \ | '_ \ / _` / __|| __| '__/ _ \| '_ ` _ \| |/ __/ _ \    |
|     / ___ \| | | | (_| \__ \| |_| | | (_) | | | | | | | (_| (_) |   |
|    /_/   \_\_| |_|\__, |___/ \__|_|  \___/|_| |_| |_|_|\___\___/    |
|                   |___/                                                |
|                                                                        |
+------------------------------------------------------------------------+

> whoami

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 = ['C#', '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())

Current Signal

Tech Arsenal

Languages

Frontend

Backend

Database, Cloud, and Workflow

Build Style

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

GitHub Signals

Daily Spark

Let's Connect and Build Something Useful

Thanks for visiting my profile.

If my work looks interesting, feel free to star a repository, follow for updates, or reach out for collaboration.

Pinned Loading

  1. my-personal-bash-aliases my-personal-bash-aliases Public

    A repo for my custom aliases and functions on shell

    Shell 2

  2. Portfolio-Next-Brit Portfolio-Next-Brit Public

    A Portfolio base on Brittany Chiang Web Page

    TypeScript 3

  3. Powershell-utilities Powershell-utilities Public

    A list of my personal Powershell custom functions

    PowerShell 2 1

  4. gemini-web2api gemini-web2api Public

    Forked from Sophomoresty/gemini-web2api

    Convert Google Gemini web into OpenAI-compatible API. Zero auth, cross-platform, single file.

    JavaScript 2


Back | FazBrowse Home | New Git URL