function createWebsite() { return "GarzaDev"; }
const skills = ["HTML", "CSS", "JavaScript", "Python"];
def hello_world(): print("Welcome to GarzaDev")
// Loop through all skills and log them for(let i=0; i < skills.length; i++) { console.log(skills[i]); }
class Developer { constructor() { this.name = "Heriberto"; } }
import React from 'react'; function App() { return <div>Hello!</div>; }
async function fetchData() { const response = await fetch('/api'); }
const portfolio = { name: 'GarzaDev', author: 'Heriberto Garza' };
// Binary for "Hello!" 01001000 01100101 01101100 01101100 01101111 00100001

🚀 Welcome to GarzaDev.com

Heriberto Garza

Hi, I'm Heriberto Garza — future software developer.

This site is currently under construction. Stay tuned for updates!

Download Resume

Skills & Interests

HTML CSS JavaScript Python Web Development

Projects

Portfolio Site

A personal portfolio website built with HTML, CSS, and JavaScript. Features a dark/light mode toggle and responsive design.

HTML CSS JS

Weather App

A weather dashboard that displays current weather and forecasts for any city using a public API.

React API
📫 Contact: heriberto@garzadev.com