I am an ASEAN Scholar and Computer Science undergraduate at Nanyang Technological University (NTU); I am into cybersecurity, AI, and math. I love environments where I can continuously learn by practicing. Sometimes, I think philosophically, about life, love, whoami.
'Great thoughts come from the heart.' - Luc de Clapiers
class Me:
def __init__(self):
self.name = "Julian"
self.role = "Aspiring Red Teamer"
self.location = "Singapore 🇸🇬"
self.education = "NTU Computer Science"
self.interests = ["Cybersecurity, AI, Math"]
def get_daily_routine(self):
return [
"Doing math",
"Learning cybersecurity",
"Vibe-coding practices",
"Reading research papers",
"Morning double expresso with news"
]
def get_motto(self):
return "Great thoughts come from the heart."