- Things I like : Development, Latest Tech releases, Custom Roms, Linux Distros'
- Telegram
- XDA
- Sourceforge
class KaRTiK0821():
def __init__(self):
self.name = ['kartik']
self.country = ['India']
self.language = ['Hindi', 'English']
def programming_languages(self):
return [
'Python', 'Bash', 'Shell', 'Java', 'Javascript'
]
def developer_tools(self):
return [
'GitHub', 'Stack Overflow', 'Docker',
'Visual Studio Code', 'Oracle Cloud', 'Termux'
]
def operating_system(self):
return [
'Linux', 'Windows', 'Android'
]
def linux_distros(self):
return [
'Ubuntu', 'Mint', 'KaliLinux', 'ArchLinux'
]
def windows_os(self):
return [
'Windows 11', 'Windows 10'
]
def interests(self):
return [
'Coding', 'Graphic Design', 'Gaming', 'Fitness', 'Content Creation', 'Architecture'
]
def fun_fact(self):
return "I explore Android system files and try to understand their configuration."