Possibly the easiest ways to reach me:
A little bit (actually, quite some bytes [implied joke]) about me...
class Lowizdev(Developer):
def __init__(self):
#TODO: Add more of those 'bad jokes' here...
self.education = "Bachelor's Degree in Computer Science"
self.is_backend = True
self.pronoums = ("He", "Him")
self.weapons_of_choice = ["C#", "Java", "Ruby", "JavaScript", "PHP", "C++", "C", "Python", "Go"] #Quicknote: Possible new additions in the future...
self.auxiliar_arsenal = [".NET Core", "ASP.NET", "ExpressJS", "Spring", "Quarkus", "Symfony", "Slim", "Rails", "Flask", "Django", "Laravel", "TKinter", "Electron", "STL"]
self.shells = ["PowerShell", "Bash"]
self.frontend_friends = ["HTML5", "CSS3", "Bootstrap", "JQuery", "React", "React Native", "Redux", "Bulma CSS"]
self.storing_my_stuff = ["SQLite", "MySQL", "PostgreSQL", "Firebase", "MongoDB"]
self.stuff_that_makes_thinking_machines = ["scikit", "Keras", "Tensorflow", "ML.NET", "Weka"]
self.architectures = ["monolithic", "microservices", "service oriented"]
def set_personal_stuff(self):
currently_learning = "Automation and having a peek at Ruby"
current_personal_project = "Training..."
current_creative_activity = "Gotta get back into writing and blogging..."
current_recreational_activity = "Reading Morgan Housel's The Psychology of Money"
self.personal_stuff = [currently_learning, current_personal_project, current_creative_activity, current_recreational_activity]
def listen_to_alice_in_chains(self, album):
pass