import typing
priyank: typing.Dict[str : typing.Any] = {
"pronouns": ["He", "Him"],
"personal": {
"website": "https://priyankt.com",
"loves": ["Hiking", "Programming", "Badminton", "Learning"],
"current_focus": "Finding own purpose",
},
"tech": {
"can_code_in": ["HTML", "JS", "Python", "Ruby", "SQL", "Swift"],
"can_discuss": [
"web dev",
"app dev",
"tech",
"system architucture",
"philosophy",
"trading",
],
"front_end": {
"ui_ux": ["Figma"],
"js": ["Alpine.js", "VanillaJS"],
"html": ["jinja2", "Ruby ERB"],
"css": ["TailwindCSS", "Bootstrap"],
"iOS": ["Swift"],
},
"back_end": {"python": ["FastAPI"], "Ruby": ["Rails", "Sinatra"]},
"data_analysis": ["Pandas"],
"mobile_app": ["iOS Development"],
"dev_ops": ["Docker🐳", "Nginx"],
"databases": ["PostgreSQL", "Redis"],
"cloud": ["AWS", "Digital Ocean"],
},
}
This list of blog posts is automatically generated using GitHub actions
Investing for Child's Education and Marriage: A Systematic Approach
11 Apr, 2024
Glimpses from the trek to the Everest Base Camp - Part 2
15 Feb, 2024
Glimpses from the trek to the Everest Base Camp - Part 1
15 Feb, 2024
Enhancing your GitHub public profile
13 Feb, 2024
Minor issue that haunted me for 3 days
31 Jan, 2024