-
Notifications
You must be signed in to change notification settings - Fork 32
/
navdeep.json
170 lines (170 loc) · 9.56 KB
/
navdeep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"displayOrder": [
"shortBio",
"projects",
"work",
"education",
"awards",
"social"
],
"personal": {
"name": "Navdeep Sekhon",
"title": "{FrontEnd, BackEnd, Mobile} Developer",
"image": "",
"email": "[email protected]",
"phone": "732-860-8502",
"website": "",
"shortBio": "<i>Hello! I am Navdeep Sekhon. I like programming and tea. Usually I take both at the same time. I have a passion for solving problems and learning new things.</i><p class='text-center'><i>I have written code for front-end, back-end, mobile apps etcetera etcetera. I never shy away from a challenge and I am always looking for opportunities to push my boundaries and build new and exciting things. Here are some of the things I built in my free time while learning new technologies.</i></p><p class='text-center'><i>Feel free to say hello on <a href='https://www.linkedin.com/in/navdeepsekhon' target='_blank'>LinkedIn</a> or any other network listed below</i> :)</p>",
"location": "Delaware",
"profiles": [
{
"network": "Twitter",
"url": "http://twitter.com/navdeepsekhon9"
},
{
"network": "github",
"url": "http://decompile.xyz"
},
{
"network": "linkedin",
"url": "https://www.linkedin.com/in/navdeepsekhon"
},
{
"network": "facebook",
"url": "http://facebook.com/navdeepsekhon6"
}
]
},
"work": [
{
"employer": "JPMorgan Chase",
"location": "Newark, DE",
"title": "Application Developer",
"website": "https://www.jpmorganchase.com/",
"dates": "July 2014 - Present",
"highlights": []
},
{
"employer": "SevOne Inc.",
"location": "Newark, DE",
"title": "Software Developer Intern",
"website": "https://www.sevone.com/",
"dates": "June 2013 - February 2014",
"highlights": [
"Implemented new APIs",
"Integrated and tested existing C++ libraries with the google testing framework",
"Implemented and improved functionality in the backend as well as the frontend of the system",
"Technology: C++, SQL, PHP, ExtJS, Unix"
]
},
{
"employer": "University Of Delaware",
"location": "Newark, DE",
"title": "Research Intern",
"website": "https://www.udel.edu/",
"dates": "June 2012 – August 2012",
"highlights": [
"Worked on Model and Simulation of DRAM-PCM Dual Architecture with Dr. Chengmo Yang",
"Developed simulators for various parts of the architecture",
"Integrated different algorithms",
"Tested the algorithms and analyzed the results",
"Presented research findings at research seminar"
]
}
],
"education": [
{
"institution": "University Of Delaware",
"major": "Computer Engineering",
"degree": "Bachelor",
"graduationDate": "2014",
"gpa": "3.7/4.0"
}
],
"projectSections": [
{
"title": "FrontEnd",
"projects": [
{
"title": "Porfolio JS Framework",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/portfolio-generator/master/screenshot.PNG",
"link": "https://github.com/navdeepsekhon/portfolio-generator",
"description": [
"Javascript framework that automatically generates a responsive portfolio website from resume data.",
"Adapts to different screen sizes from phone to desktop.",
"Ability to create image galleries for projects.",
"Ability to choose the order of different sections or skip sections entirely.",
"Ability to have custom named sections for projects.",
"Supports all major social networks icon. ",
"The code for this entire site is generated by the framework. Nothing is hardcoded!",
"Create yours using the link below the thumbnail!"
]
}
]
},
{
"title": "Android",
"projects": [
{
"title": "Weather App",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/tablet_mainscreen.png",
"link": "https://github.com/navdeepsekhon/AndroidWeatherApp/",
"description": "Android weather app using open weather API. Optimized for phone and tablet UI. Refreshes data every 3 hours in SQLite database.",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/phone_detailscreen_portrait.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/phone_mainscreen.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/user_settings_screen.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/tablet_mainscreen.png"
]
},
{
"title": "PopMovies App",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/tablet_movie_details_landscape.PNG",
"link": "https://github.com/navdeepsekhon/PopMovies",
"description": "Android app for discovering movies. Uses themoviedb.org API. Optimized for phone and tablet UI.",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/phone_movies_portrait.png",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/phone_movie_detail.png",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/phone_sort_options.png",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/phone_movies_landscape.png",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/tablet_initialview_landscape.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/tablet_movie_details_landscape.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/tablet_portrait.PNG"
]
},
{
"title": "Top Ten Songs App",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_player.PNG",
"link": "https://github.com/navdeepsekhon/TopTenSongsAndroidApp",
"description": "Android app to play current top ten songs for an artist. Supports instant search for artists. Uses spotify API. Optimized for phone and tablet.",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_initial_view.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_instant_search.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_artist_top_songs.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_instant_search.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_artist_top_songs.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_player.PNG"
]
},
{
"title": "Court Counter",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-32.png",
"link": "https://github.com/navdeepsekhon/CourtCounter",
"description": "Android app to keep track of a basketball game score!",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-32.png",
"https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-43.png"
]
}
]
}
],
"awards": [
{
"title": "Outstanding Project Award for Capstone Senior Design",
"date": "March 2014",
"awarder": "University of Delaware Electrical and Computer Engineering Department",
"description": "Awarded to the team with the best senior design project within the ECE department. Project: INERTIA: Dead reckoning tracking system for application in GPS degraded environments."
}
]
}