Giter Site home page Giter Site logo

Hi Tonatiuh here

class readme():
  def __init__(self):
      self.data = {
        'name': 'Tonatiuh Morales',
        'about': 'Developer in my free time, father, husband | SAP Technical Lead',
        'pronouns': 'he/him',
        'fun fact': 'I like sports (football, baseball, soccer) | jogging 🏃 | Rock music 🎸',
        'fav teams': '🏈 Philadelphia Eagles, ⚾ Atlanta Braves, ⚽ Santos Laguna, México'
        }

      self.other_data = {
        'skills': '🌱 I’m currently learning web development (HTML, CSS, JS) & Python',
        'help': '💬 Ask me about SAP-ABAP, SAP Business Intelligence & Manage SAP Environments',
        'available for': '👯 I’m looking to collaborate on any project, volunteer 😊'
      }

  def get_data(self):
    print("###### General Information ######")
    for i, j in self.data.items():
        print(i, ':', j)

  def get_other_data(self):
    print('\n')
    print("###### Additional Information ######")
    for i, j in self.other_data.items():
        print(i, ':', j)

Tonatiuh GitHub Stats

Top Langs


How to reach me:

Twitter Telegram LinkedIn


Tonatiuh Morales's Projects

fcc-javascript icon fcc-javascript

FreeCodeCamp exercises - Java Script Algorithms and Data Structures

gpwd icon gpwd

A simple web page to generate random passwords

minima icon minima

Minima is a one-size-fits-all Jekyll theme for writers.

rebus icon rebus

🌟 👣 Take your first steps as an open source contributor

social-media-header icon social-media-header

Custom Markup for social media headers using HTML & CSS. Customize your header using this template.

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.