Hi there ✋!
#!/usr/bin/python
# -*- coding: utf-8 -*-
class MiningEngineer:
def __init__(self):
self.name = "Max"
self.role = "Mining Engineer"
self.language_spoken = ["es_CL", "en_US"]
def say_hi(self):
print("Real miners don't need maps - they just follow the ore!")
me = MiningEngineer()
me.say_hi()
/**
* @description My IT/DEV Profile
* @type {object}
*/
const MAX = {
pronouns: "he" | "him",
code: [Javascript, Typescript, HTML, CSS, Python, VBA],
frameworks: [React, Node, Bootstrap, Tailwind, Jquery, Django, Flask],
tools: [VScode, Helix, Zed, Neovim],
databases: [PostgreSQL, MySQL, MongoDB],
}