Turning ideas into AI‑powered reality
- Full‑stack developer · Python / Django & DRF · Node.js / Fastify.
- Passionate about AI, cybersecurity and clean UI/UX.
- Manga & cinema enthusiast · Gaming on week‑ends.
- Future AI engineer — always learning, always shipping.
#Languages & Frameworks
#In code ⇣
class TechStack:
"""Keep it DRY: one place to find all my favourite tools."""
def __init__(self):
self.languages = [
"Python", "JavaScript", "HTML", "CSS"
]
self.backends = [
"Django", "DRF", "Node.js", "Fastify"
]
self.tools = [
"TailwindCSS", "Docker"
]
def __iter__(self):
"""Iterate over everything I use on a daily basis."""
yield from self.languages + self.backends + self.tools
def __str__(self):
return " | ".join(self)
stack = TechStack()
print(stack) # ➜ Python | JavaScript | HTML | CSS | Django | DRF | Node.js | Fastify | TailwindCSS | Docker
Are you the king of the humansBeru in Solo leveling.
Code, create, share.
Always learning → Always shipping → Always sharing
Built with ❤️ using Markdown, Devicon & shields.io badges, and GitHub‑Readme‑Stats.