An open API service indexing awesome lists of open source software.

https://github.com/demg-dev/demg_resume


https://github.com/demg-dev/demg_resume

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# DEMG-DEV Portfolio

My personal portfolio and resume website showcasing my professional experience, skills, and projects as a Full Stack Developer.

## 🎯 About This Project

This is a modern, professional portfolio website built with Astro, featuring:

- **Professional Resume**: Complete work experience history from 2017 to present
- **About Me**: Personal introduction and professional background
- **Skills Showcase**: Technologies and tools I work with
- **Projects**: Portfolio of my development work
- **Contact Page**: Get in touch with me

## 👨‍💻 About Me

I'm **David Mendez Guardado (DEMG-DEV)**, a Full Stack Developer with a Bachelor's Degree in Administrative Computer Systems. I specialize in:

- .NET Core & C#
- React & Angular
- Node.js & Golang
- SQL Server & PostgreSQL
- Cloud technologies (Azure)
- Docker & CI/CD

## 🚀 Project Structure

```text
/
├── public/
│ ├── images/ # Profile pictures and assets
│ └── favicon.svg
├── src/
│ ├── components/
│ │ ├── header.astro
│ │ ├── footer.astro
│ │ └── index/
│ │ ├── about.astro
│ │ ├── work.astro
│ │ ├── skills.astro
│ │ └── projects.astro
│ ├── layouts/
│ │ └── layout.astro
│ └── pages/
│ ├── index.astro
│ └── contact.astro
└── package.json
```

## 🛠️ Tech Stack

- **Framework**: [Astro](https://astro.build) - Fast, modern static site generator
- **Runtime**: Bun - Fast JavaScript runtime
- **Styling**: Native CSS
- **Deployment**: Static hosting ready

## 💻 Getting Started

### Prerequisites

- [Bun](https://bun.sh) installed on your machine

### Installation

1. Clone the repository:
```sh
git clone https://github.com/yourusername/DEMG_Resume.git
cd DEMG_Resume
```

2. Install dependencies:
```sh
bun install
```

3. Start the development server:
```sh
bun dev
```

4. Open your browser and visit `http://localhost:4321`

## 🧞 Available Commands

| Command | Action |
| :---------------- | :----------------------------------------------- |
| `bun install` | Install dependencies |
| `bun dev` | Start local dev server at `localhost:4321` |
| `bun build` | Build production site to `./dist/` |
| `bun preview` | Preview build locally before deploying |
| `bun astro ...` | Run Astro CLI commands |

## 📦 Building for Production

To create a production build:

```sh
bun build
```

The built files will be in the `./dist/` directory, ready to be deployed to any static hosting service.

## 📝 License

This project is open source and available under the [MIT License](LICENSE).

## 📧 Contact

Feel free to reach out if you want to collaborate on a project or just chat about technology!

- **Portfolio**: [Your Website URL]
- **GitHub**: [@DEMG-DEV](https://github.com/DEMG-DEV)
- **LinkedIn**: [David Mendez](https://www.linkedin.com/in/david-mendez-guardado/)

---

Built with ❤️ using [Astro](https://astro.build)