Here's how to pronounce my username: Riigess /Ree-j-eh-s/.
- 🔭 I’m currently working at a major technology company.
- 🌱 I’m currently learning about Kotlin RESTful APIs, iOS App Development, and UI/UX design. Turns out, I can't stand C#/C++ development or its developers. (Unrelated to an interview that occurred recently. Apologies if you feel it's tightly related to you, a previous interviewer of mine. It's not.)
- 🤔 I’m looking for help with learning more about iOS and macOS development, what additional communities should I join?
- 👀 Looking for a new DevOps and OSS platforms that aren't Microsoft-related, starting to settle on a TODO markdown file and intermittently syncing changes from a local git server
- 😄 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"],
"Swift": ["UIKit", "SwiftUI", "Swift Data", "Core Data", "SceneKit", "ARKit"]
},
"mobileApp": {
native: ["iOS Development", "tvOS Development", "watchOS Development", "visionOS/xrOS Development"]
},
"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()
AI is about as useful as a burnt slice of bread. Copilot, ChatGPT, etc, could all die off and actively benefit humanity in a week. Just sayin'.