Daniel Dueñas
Cloud Services & Technical Support Specialist
Welcome to my personal documentation and project portfolio.
🚀 About This Space
This site serves as a centralized hub to showcase my professional background, technical projects, infrastructure setups, and ongoing cloud research.
- Hands-on Labs: Architectural diagrams and step-by-step technical guides.
- Portfolio Showcase: Real-world implementations in Cloud, Linux administration, and software development.
- Continuous Learning: Notes and documentation as I work toward new technical certifications.
🛠️ Core Technical Skills
| Domain | Technologies & Tools |
|---|---|
| Cloud Platforms | Google Cloud Platform (GCP), Amazon Web Services (AWS), Oracle Cloud (OCI) |
| Containers & Ops | Docker, Kubernetes, Linux System Administration |
| Web & Automation | Python, JavaScript, HTML/CSS, Git, Bash |
| Support & Operations | Technical Troubleshooting, Incident Response, Ticket Management |
📌 Featured Projects
Here are some of the projects I have worked on, focusing on cloud infrastructure, Linux administration, automation, and system deployment.
☁️ Deplyment of Fullstack Portfolio Using Oracle OCI
A highly available web hosting environment built using Vanilla JS, HTML containers and automated system administration using github actions.
Key highlights:
- Self-Managed Cloud: Deployed on Oracle Cloud Infrastructure (OCI) running Ubuntu Linux, managed through Nginx as a reverse proxy with encrypted SSH access.
- Asynchronous Backend: API developed in Python using FastAPI and Pydantic for strict data validation, along with an automated email delivery system via SMTP.
- Security and Resilience: Use of environment variables (
.env), strict CORS policies, protection against injection attacks, and services managed through Systemd with automatic restart capabilities.
🔗 View Project Documentation →
☁️ Barberia Alura on Google Cloud
A static website deployed to Google Cloud Storage using Terraform. This project focuses on infrastructure as code and automated cloud resource deployment.
🔗 View Project Documentation →
🖥️ Linux Service Administration
Configuration and administration of open-source documentation and ticketing platforms on Linux enterprise servers.
Key highlights:
- Apache2 web server configuration and tuning
- MariaDB optimization
- Automated backup solutions
- Linux service administration
🔗 View Project Documentation →
⚡ Quick Snippets & Commands
Here is an example of how technical code blocks look on this site:
```bash
Verify active environment and start local preview
source venv/Scripts/activate mkdocs serve