Giter Site home page Giter Site logo

Just run the script ⚙️🧠😎

import json
from dataclasses import asdict, dataclass

@dataclass
class AboutMe:
    name            : str   = "Enrique Vázquez"
    age             : int   = 30
    career          : str   = "Computer Engineer"
    languages       : tuple = ("Python", "Scala", "JS", "Bash", "VBA")
    databases       : tuple = ("PostgreSQL", "MongoDB", "MySQL","Hive","Server","Firebase", "Snowflake")
    frameworks/lib  : tuple = ("Spark","Pandas","Airflow")
    cloud           : tuple = ("GCP", "AWS")
    ongoing         : tuple = ("Kafka", "Databricks")
    challenge       : str   = "Getting new certs"

    def Myself(self):
        return json.dumps(asdict(self), indent=4)

Introduce = AboutMe()
print(Introduce.Myself())

Enrique Vázquez's Projects

city-bike-bigdata-cloud icon city-bike-bigdata-cloud

The objective of this project is made a ETL using CityBike program public information. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.

d3-challenge icon d3-challenge

This project was done to give a bigger view on the relationship between common problems in the US which are smoking, obesity, lacks heathcare and age as well as the average age of US citizens.

dashboard-challenge icon dashboard-challenge

This interactive dashboard seeks to explore the Belly Button Biodiversity dataset, which catalogs the microbes that colonize human navels. The dataset reveals that a small handful of microbial species (also called operational taxonomic units, or OTUs, in the study) were present in more than 70% of people, while the rest were relatively rare.

etl-challenge icon etl-challenge

This project was created to aply ETL techiques to different datasets. The data was provided from different sources (Kaggle and the OMDB API’s)

excel-challenge icon excel-challenge

In this project an excel file was given, the data of 4,000 past Kickstarter projects was modified and analized given some conclusions

flights-gcp-etl icon flights-gcp-etl

The objective of this project is made a ETL using flights data obtained from Kaggle. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.

javascript-challenge icon javascript-challenge

In this project code was developed to create a table dynamically based upon a dataset that was provided by Tecnologico de Monterrey. The web page allows users to filter the table data for specific values. This web page was developed with pure JavaScript, HTML, and CSS, and D3.js

leaflet-challenge icon leaflet-challenge

This project was done to give a bigger view of the earthquakes around the world between 2020-May-01 and 2020-May-15

matplotlib-challenge icon matplotlib-challenge

The purpose of this study was to compare the performance of Pymaceuticals' drug of interest, Capomulin, versus the other treatment regimens generating a technical report.

mexico-gas-prices icon mexico-gas-prices

Project that runs in GCP using Big Query and Cloud Functions services, this pipeline is an ETL process that leaves the information ready to apply different analyzes.

pandas-challenge icon pandas-challenge

The goal of this project is make a report of the game Heroes of Pymoli that breaks down the game's purchasing data into meaningful insights.

python-api-challenge icon python-api-challenge

In this project the climate was thoroughly analyzed in order to find patterns.This is divided into two: WeatherPy and VacationPy. Each chart of each project have the conclusions in the jupyter notebooks.

python-challenge icon python-challenge

This project is made to help companies like Banks or Government with the power of python programming languages

shop-temporal icon shop-temporal

Full HTML web page that give Information about some products. This is a personal project to help friends to sell temporal products. It is like a garage sale on the internet.

sql-challenge icon sql-challenge

in this project an analysis was made using information from a company and tools such as SQL and python

sqlalchemy-challenge icon sqlalchemy-challenge

This project is made to be able to give future references to people who plan to travel to Honolulu Hawaii or for people who want information about the weather in the place.

vba-challenge icon vba-challenge

This project helps to automate calculations and excel sheet processes using two exel files saved in the resources folder.

videogames icon videogames

This project was created with the intention of answering certain questions about video games

web-design-challenge icon web-design-challenge

In this project a dashboard was created to visualizate the Longitud - Latitude Analysis. This web pages contain the visualizations plots and their corresponding explanations.

web-scraping-challenge icon web-scraping-challenge

This web application scrapes various websites for data related to the Mission to Mars and displays the information in an HTML web page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.