💻 I'm particularly skilled in Python development, and I'm currently diving deep into cloud computing, web development, and automation. Whether it’s scripting, backend logic, or deploying apps on the cloud—I'm all in!
🌱 Currently exploring:
- Cloud platforms like AWS, Oracle, Linode
- Backend frameworks like Flask & Django
- Containers & DevOps tools like Docker and Nginx
- IoT with Arduino, ESP32, and LoRa
🌐 Let’s build something meaningful together and make tech fun, secure, and accessible!
class Developer:
def __init__(self):
self.name = "Kishore S"
self.role = "Computer Science Student"
self.organization = "CyberHakz"
self.location = "India"
self.focus = ["Python", "Cloud", "Web Dev", "Cybersecurity"]
def __str__(self):
return f"{self.name} | {self.role} at {self.organization}"