🐾 🐾
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Lucie"
self.role = "Software Engineer"
self.language_spoken = ["Swahili", "English"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
const Lucie = {
pronouns: "she" | "her",
code: [Javascript, Typescript, HTML, CSS, Angular, Python, Django, React, Ruby],
tools: [React, stack overflow, Node, Storybook, Styled-Components, Github, Music],
architecture: ["microservices", "Funn", "design system pattern"],
techCommunities: {
Manager: "my own managment",
Building stuff: "Writting product code.",
mentor: "Moringaschool"
},
challenge: "I am doing the #100DaysOfCode challenge focused on Ruby and Ruby on rails"
}