- 🔭 I’m currently working on my startup in the Software Engineering space. Fetchr (a REST API client, server, and automation tool), Medialytics.app, and an unannounced AR application are all exciting to me!
- 🌱 I’m currently learning about Java/Kotlin RESTful APIs, iOS App Development, UI/UX design, and starting my own company that's self-funded.
- 🤔 I’m looking for help with learning more about Natural Language Processing, what communities should I join?
- 💬 Ask me about a time when I was excited to do something new, but knew I had never done something like that before. I think we all find creative ways to engage with new-to-you materials. :)
- 📫 How to reach me: [email protected]
- 😄 Pronouns: he/him
class SoftwareEngineer:
def __init__(self):
self.technologies = {
"backend": {
"Python": ["discord.py", "flask-restful", "requests", "pytorch", "tensorflow", "mysql", "google-client-api"],
"Java": ["OpenCV", "mysql", "postgresql"]
},
"mobileApp": {
native: ["iOS Development", "tvOS Development", "watchOS Development", "visionOS Development", "Linux-ROS"]
},
"desktopApp": {
native: ["macOS Development", "Linux"]
},
"devOps": ["AWS", "Azure", "Docker", "GCP", "git", "gradle", "Maven", "Slack", "TeamCity"],
"databases": ["MySQL", "PostgreSQL", "SQLite"],
"misc": ["ffmpeg", "OpenCV"]
}
self.languages = ["Python", "Swift", "Java", "C++", "HTML", "CSS", "JavaScript"]
self.tools = ["Xcode", "VSCode", "Docker", "DataGrip"]
self.architecture = ["Single page applications", "event-driven", "design system pattern"]
def hello(self):
print("Hello, I hope you enjoy what you see!")
print("Please, let me know if you have any questions, comments, or feedback. :)")
me = SoftwareEngineer()
me.hello()