const current_acitivty : String = "Applying leetcode concepts to projects".to_owned();
from typing import List, Dict
# Language use cases
languages : Dict[str, List[str]] = { 'dsa' : ['python','rust'], 'projects' : ['rust', 'typescript'] }
interests : str = ['Backend Developement', 'Distributed Systems', 'Game/Graphic Engines', 'Compilers/OS']