Skip to content

Commit 12bc8f6

Browse files
committed
Personal Information Updated
1 parent ec97be0 commit 12bc8f6

File tree

7 files changed

+3788
-11
lines changed

7 files changed

+3788
-11
lines changed
30.1 KB
Loading

src/assests/images/iu_logo.png

200 KB
Loading

src/assests/images/tiktok_logo.png

282 KB
Loading

src/portfolio.js

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const greeting = {
2525
subTitle:
2626
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
2727
resumeLink:
28-
"https://drive.google.com/open?id=1XYpYhLeqCdyx_q6l0bQoC7RgwQjAjXPf",
28+
"https://drive.google.com/file/d/1FL_wydnPF2SWCdw2goYAgZ1KKBx8TpcD/view?usp=sharing",
2929
portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio",
3030
githubProfile: "https://github.com/ashutosh1919",
3131
};
@@ -48,13 +48,13 @@ const socialMediaLinks = [
4848
},
4949
{
5050
name: "LinkedIn",
51-
link: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/",
51+
link: "https://www.linkedin.com/in/ashutosh1919/",
5252
fontAwesomeIcon: "fa-linkedin-in", // Reference https://fontawesome.com/icons/linkedin-in?style=brands
5353
backgroundColor: "#0077B5", // Reference https://simpleicons.org/?q=linkedin
5454
},
5555
{
5656
name: "YouTube",
57-
link: "https://www.youtube.com/channel/UC_amoXmmxSY9KusoDczDTXQ",
57+
link: "https://youtube.com/c/DevSense19",
5858
fontAwesomeIcon: "fa-youtube", // Reference https://fontawesome.com/icons/youtube?style=brands
5959
backgroundColor: "#FF0000", // Reference https://simpleicons.org/?q=youtube
6060
},
@@ -322,6 +322,14 @@ const skills = {
322322
// Education Page
323323
const competitiveSites = {
324324
competitiveSites: [
325+
{
326+
siteName: "LeetCode",
327+
iconifyClassname: "simple-icons:leetcode",
328+
style: {
329+
color: "#F79F1B",
330+
},
331+
profileLink: "https://leetcode.com/layman_brother/",
332+
},
325333
{
326334
siteName: "HackerRank",
327335
iconifyClassname: "simple-icons:hackerrank",
@@ -372,14 +380,27 @@ const degrees = {
372380
subtitle: "B.Tech. in Computer Engineering",
373381
logo_path: "iiitk_logo.png",
374382
alt_name: "IIITDM Kurnool",
375-
duration: "2016 - Present",
383+
duration: "2016 - 2020",
376384
descriptions: [
377385
"⚡ I have studied basic software engineering subjects like DS, Algorithms, DBMS, OS, CA, AI etc.",
378386
"⚡ Apart from this, I have done courses on Deep Learning, Data Science, Cloud Computing and Full Stack Development.",
379387
"⚡ I was selected for Merit cum Means Scholarship which is given to top 10% of students in college. I have received award from respected director for consistently best performance in academics.",
380388
],
381389
website_link: "http://iiitk.ac.in",
382390
},
391+
{
392+
title: "Indiana University Bloomington",
393+
subtitle: "M.S. in Computer Science",
394+
logo_path: "iu_logo.png",
395+
alt_name: "Indiana University Bloomington",
396+
duration: "2021 - 2023",
397+
descriptions: [
398+
"⚡ I have taken varity of courses related to Artificial Intelligence which correspond to Explainable AI, Graph Machine Learning, Computer Vision etc.",
399+
"⚡ Apart from this, I have also done research assistantship. As part of it, I have worked on creating new algorithms in Graph ML and Network Science.",
400+
"⚡ During my time at university, I was also associated with multimedia department. As part of it, I have worked on some documentry films and interviews.",
401+
],
402+
website_link: "https://www.indiana.edu/",
403+
},
383404
],
384405
};
385406

@@ -512,7 +533,7 @@ const experience = {
512533
company: "Legato Health Technology",
513534
company_url: "https://legatohealthtech.com/",
514535
logo_path: "legato_logo.png",
515-
duration: "June 2020 - PRESENT",
536+
duration: "June 2020 - Aug 2021",
516537
location: "Hyderabad, Telangana",
517538
description:
518539
"I am working on automating healthcare products. The projects involve automation for process improvements and for significantly enhancing the profits. I am currently working on Cancer Survival and Reoccurence Prediction. Our goal is to make AI system which scales and removes doctor dependency as much as possible.",
@@ -545,6 +566,17 @@ const experience = {
545566
{
546567
title: "Internships",
547568
experiences: [
569+
{
570+
title: "Machine Learning Intern",
571+
company: "TikTok Inc.",
572+
company_url: "https://www.tiktok.com/en/",
573+
logo_path: "tiktok_logo.png",
574+
duration: "May 2022 - Aug 2022",
575+
location: "San Francisco, USA",
576+
description:
577+
"Building new features on the backend recommendation system, specifically ranking algorithms for Ads that touch hundreds of millions of people around the world. Improving online and offline content ranking algorithms by performing hard sample data replays for training steps.",
578+
color: "#000000",
579+
},
548580
{
549581
title: "Data Science Research Intern",
550582
company: "Delhivery Pvt. Ltd.",
@@ -706,7 +738,7 @@ const contactPageData = {
706738
title: "Blogs",
707739
subtitle:
708740
"For individual fundamental empowerment, I like to write powerful lessons that create impact on each of the reader individually to change the core of their character.",
709-
link: "https://ashutoshhathidara.wordpress.com",
741+
link: "https://blogs.ashutoshhathidara.com/",
710742
avatar_image_path: "blogs_image.svg",
711743
},
712744
addressSection: {
@@ -717,8 +749,8 @@ const contactPageData = {
717749
location_map_link: "https://goo.gl/maps/MpMqtRZytFchMkZ76",
718750
},
719751
phoneSection: {
720-
title: "Phone Number",
721-
subtitle: "+91 8320758513",
752+
title: "",
753+
subtitle: "",
722754
},
723755
};
724756

0 commit comments

Comments
 (0)