Skip to content
View AngelPedroza's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report AngelPedroza

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
AngelPedroza/README.md

πŸ‘¨β€πŸ’» Angel Pedroza

Software Developer & Data Engineer

LinkedIn Twitter

Typing SVG

πŸš€ About Me

class Angel:
    def __init__(self):
        self.name = "Angel Pedroza"
        self.role = "Software Developer & Data Engineer"
        self.location = "Colombia πŸ‡¨πŸ‡΄"
        self.current_work = "Backend Developer @ Attention"
        self.interests = ["Software Development", "Data Engineering", "Open Source"]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together!")

me = Angel()
me.say_hi()

πŸ’» Backend Development Arsenal

🐍 Python Ecosystem

Web Frameworks & APIs

Python FastAPI Flask

Task Queue & Async Processing

Celery asyncio

Testing & Validation

Pytest Pydantic

Data Processing Libraries

Pandas NumPy

🦦 Golang Stack

Go Gin GORM Go Kit

⚑ JavaScript/Node.js Environment

JavaScript Node.js Express

πŸ—„οΈ Database & Caching

Document Store

MongoDB

Relational

MySQL

Caching

Redis

πŸ“Š Data Engineering Expertise

πŸ” Query Engines & Storage

Trino Apache Iceberg Snowflake

πŸ› οΈ Data Engineering Tools

Workflow Orchestration

Apache Airflow

Data Quality & Transformation

Great Expectations dbt

ETL & Processing

PySpark Kedro

Stream Processing

Apache Kafka

πŸ› οΈ DevOps & Tools

Development Tools

Git Docker GitHub Actions

πŸ“Š GitHub Analytics & Achievements

πŸ† GitHub Profile Stats

GitHub Stats Most Used Languages

πŸ… Achievement Badges


πŸ“ˆ Contribution Graph

Contribution Graph

🌟 "Code is like humor. When you have to explain it, it's bad." - Cory House 🌟

Pinned Loading

  1. printf printf Public

    This is a replica of the printf function in C

    C 1 2

  2. TzStrikerYT/AirBnB_clone_v4 TzStrikerYT/AirBnB_clone_v4 Public

    Forked from jzamora5/AirBnB_clone_v3

    βœ… Holbertonbnb is a complete full-stack web application, integrating a MySQL database and 🌢Flask RESTful API with a dynamic HTML5/CSS3/jQuery front-end.

    Python 1

  3. TzStrikerYT/Hackberton_CrowdLendingApp TzStrikerYT/Hackberton_CrowdLendingApp Public

    βœ… Rappilending es un servicio dedicado a Rappitenderos que facilita el acceso a crΓ©ditos para compra de moto, sustentado por pequeΓ±as inversiones realizadas por personas que deseen generar ingresos…

    CSS 1

  4. jzamora5/sorting_algorithms jzamora5/sorting_algorithms Public

    Repo for the study of sorting algorithms in C language

    C 2 3

  5. holberton-smiling-school holberton-smiling-school Public

    This repo contains step by step the creation of a responsive web page, using technologies HTML5 and CSS3

    HTML

  6. monty monty Public

    Implement a stack and queue in C to know how these data structures works.

    C