{"id":49789177,"url":"https://github.com/demg-dev/demg_resume","last_synced_at":"2026-05-12T03:04:38.773Z","repository":{"id":122104397,"uuid":"336189951","full_name":"DEMG-DEV/DEMG_Resume","owner":"DEMG-DEV","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-29T06:31:56.000Z","size":8742,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T02:25:55.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DEMG-DEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-05T06:54:36.000Z","updated_at":"2025-12-29T06:32:00.000Z","dependencies_parsed_at":"2025-10-17T03:00:55.405Z","dependency_job_id":"6fe8e4d4-6eb4-4fad-bf35-e2c6d444b4ae","html_url":"https://github.com/DEMG-DEV/DEMG_Resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DEMG-DEV/DEMG_Resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMG-DEV%2FDEMG_Resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMG-DEV%2FDEMG_Resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMG-DEV%2FDEMG_Resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMG-DEV%2FDEMG_Resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DEMG-DEV","download_url":"https://codeload.github.com/DEMG-DEV/DEMG_Resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMG-DEV%2FDEMG_Resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32921618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"online","status_checked_at":"2026-05-12T02:00:06.338Z","response_time":102,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-12T03:04:37.654Z","updated_at":"2026-05-12T03:04:38.765Z","avatar_url":"https://github.com/DEMG-DEV.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEMG-DEV Portfolio\n\nMy personal portfolio and resume website showcasing my professional experience, skills, and projects as a Full Stack Developer.\n\n## 🎯 About This Project\n\nThis is a modern, professional portfolio website built with Astro, featuring:\n\n- **Professional Resume**: Complete work experience history from 2017 to present\n- **About Me**: Personal introduction and professional background\n- **Skills Showcase**: Technologies and tools I work with\n- **Projects**: Portfolio of my development work\n- **Contact Page**: Get in touch with me\n\n## 👨‍💻 About Me\n\nI'm **David Mendez Guardado (DEMG-DEV)**, a Full Stack Developer with a Bachelor's Degree in Administrative Computer Systems. I specialize in:\n\n- .NET Core \u0026 C#\n- React \u0026 Angular\n- Node.js \u0026 Golang\n- SQL Server \u0026 PostgreSQL\n- Cloud technologies (Azure)\n- Docker \u0026 CI/CD\n\n## 🚀 Project Structure\n\n```text\n/\n├── public/\n│   ├── images/          # Profile pictures and assets\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   ├── header.astro\n│   │   ├── footer.astro\n│   │   └── index/\n│   │       ├── about.astro\n│   │       ├── work.astro\n│   │       ├── skills.astro\n│   │       └── projects.astro\n│   ├── layouts/\n│   │   └── layout.astro\n│   └── pages/\n│       ├── index.astro\n│       └── contact.astro\n└── package.json\n```\n\n## 🛠️ Tech Stack\n\n- **Framework**: [Astro](https://astro.build) - Fast, modern static site generator\n- **Runtime**: Bun - Fast JavaScript runtime\n- **Styling**: Native CSS\n- **Deployment**: Static hosting ready\n\n## 💻 Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh) installed on your machine\n\n### Installation\n\n1. Clone the repository:\n```sh\ngit clone https://github.com/yourusername/DEMG_Resume.git\ncd DEMG_Resume\n```\n\n2. Install dependencies:\n```sh\nbun install\n```\n\n3. Start the development server:\n```sh\nbun dev\n```\n\n4. Open your browser and visit `http://localhost:4321`\n\n## 🧞 Available Commands\n\n| Command           | Action                                           |\n| :---------------- | :----------------------------------------------- |\n| `bun install`     | Install dependencies                             |\n| `bun dev`         | Start local dev server at `localhost:4321`       |\n| `bun build`       | Build production site to `./dist/`               |\n| `bun preview`     | Preview build locally before deploying           |\n| `bun astro ...`   | Run Astro CLI commands                           |\n\n## 📦 Building for Production\n\nTo create a production build:\n\n```sh\nbun build\n```\n\nThe built files will be in the `./dist/` directory, ready to be deployed to any static hosting service.\n\n## 📝 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 📧 Contact\n\nFeel free to reach out if you want to collaborate on a project or just chat about technology!\n\n- **Portfolio**: [Your Website URL]\n- **GitHub**: [@DEMG-DEV](https://github.com/DEMG-DEV)\n- **LinkedIn**: [David Mendez](https://www.linkedin.com/in/david-mendez-guardado/)\n\n---\n\nBuilt with ❤️ using [Astro](https://astro.build)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemg-dev%2Fdemg_resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemg-dev%2Fdemg_resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemg-dev%2Fdemg_resume/lists"}