-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
187 lines (186 loc) · 7.35 KB
/
courses.html
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
---
title: Courses
layout: page
---
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Developing Android Apps</b></font>
<br>
<font size="2">Udacity and Google</font>
<font size="3" color="black">
<br>
<ul>
<li>Creating a simple UI and hooking it up with ListViews and Adapters</li>
<li>HTTP requests on web APIs</li>
<li>Implicit/Explicit, Share Intents</li>
<li>Services, Broadcast Intents and Broadcast Receivers</li>
<li>Activity lifecycle</li>
<li>RecyclerView and Preferences</li>
<li>SQLite databases and JUnit tests</li>
<li>Creating and using a Content Provider</li>
<li>Using Loaders to asynchronously load data</li>
<li>Optimizing tablet UIs using Fragments</li>
<li>Background services and alarms</li>
<li>Background data transfers with SyncAdapters</li>
<li>Rich notifications to interact with users</li>
</ul>
<a href="https://github.com/ashwinpilgaonkar/PopularMovies">Project</a>
<br>
<a href="https://in.udacity.com/course/developing-android-apps--ud853ar/">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/android.jpg">
</div>
</div>
<br>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Material Design for Android Developers</b></font>
<br>
<font size="2">Udacity and Google</font>
<font size="3" color="black">
<br>
<ul>
<li>Android Design Fundamentals</li>
<li>Understand how to use surfaces to structure the hierarchy in an app</li>
<li>Learn how to effectively use imagery, fonts and colour</li>
<li>Learn how to apply themes and styles</li>
<li>How to properly use animations</li>
<li>Learn how to implement designs on many screen sizes</li>
</ul>
<a href="https://github.com/ashwinpilgaonkar/XYZ-Reader">Project</a>
<br>
<a href="https://in.udacity.com/course/material-design-for-android-developers--ud862">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/material.jpg">
</div>
</div>
<br>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>UX Design for Mobile Developers</b></font>
<br>
<font size="2">Udacity and Google</font>
<font size="3" color="black">
<br>
<ul>
<li>UI vs UX</li>
<li>User-Centered Design</li>
<li>How to create effective personas and use cases</li>
<li>Designing for Mobile Constraints</li>
<li>The importance of contextual apps</li>
<li>Android APIs (Google Play Services)</li>
</ul>
<a href="https://in.udacity.com/course/ux-design-for-mobile-developers--ud849">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/ux.jpg">
</div>
</div>
<br>
<h2>Ongoing</h2>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Advanced Android App Development</b></font>
<br>
<font size="2">Udacity and Google</font>
<font size="3" color="black">
<br>
<ul>
<li>Learn to use external Libraries</li>
<li>Firebase Cloud Messaging</li>
<li>Use other Google APIs like Maps, Mobile Vision, etc.</li>
<li>Learn the formulas for entropy and information gain and how to calculate them</li>
<li>Learn to implement widgets</li>
<li>Use Espresso to run UI testing</li>
<li>Learn how to prepare and test your app for release to the Google Play Store</li>
</ul>
<a href="https://in.udacity.com/course/advanced-android-app-development--ud855">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/advanced.png">
</div>
</div>
<br>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Computational Photography</b></font>
<br>
<font size="2">Udacity and GeorgiaTech</font>
<font size="3" color="black">
<br>
<ul>
<li>Dual Photography, Panoramas</li>
<li>Point Processes, Smoothing</li>
<li>Blending Modes, Convolution and Cross-Correlation</li>
<li>Gradients and Edges</li>
<li>Camera optics and photography concepts</li>
<li>Fourier Transform, Blending, Pyramids</li>
<li>HDR, Time Lapse</li>
<li>Lightfield Camera</li>
<li>Lucy-Richardon Blur, Flutter Shutter</li>
<li>Feature Detection and Matching</li>
<li>Video Textures, Stablization</li>
<li>Implementation of the above concepts in OpenCV</li>
</ul>
<a href="https://in.udacity.com/course/how-to-use-git-and-github--ud775">More info</a>
</font>
</div>
<div>
<br>
<br>
<img src="{{site.baseurl}}/assets/images/compphoto.jpg">
</div>
</div>
<br>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Intro to DevOps</b></font>
<br>
<font size="2">Udacity</font>
<font size="3" color="black">
<br>
<ul>
<li>CAMS (Culture, Automation, Measurement, Sharing) principles</li>
<li>The different perspectives of Dev and Ops</li>
<li>Tools that enable Continuous Integration and Delivery workflows</li>
<li>Tools that help with measurement</li>
</ul>
<a href="https://in.udacity.com/course/intro-to-devops--ud611">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/devops.png">
</div>
</div>
<br>
<div class="flexbox-container">
<div>
<font size="5" color="black"><b>Intro to Machine Learning</b></font>
<br>
<font size="2">Udacity</font>
<font size="3" color="black">
<br>
<ul>
<li>Use Naive Bayes with scikit learn in Python</li>
<li>Splitting data between training sets and testing sets with scikit learn</li>
<li>Implement an SVM classifier in SKLearn/scikit-learn</li>
<li>Learn the formulas for entropy and information gain and how to calculate them</li>
<li>Decide how to pick the right Machine Learning Algorithm</li>
<li>Code a Linear Regression in Python with scikit-learn</li>
<li>Remove outliers to improve the quality of your linear regression predictions</li>
<li>Clustering</li>
<li>Understand how to preprocess data with feature scaling to improve your algorithms</li>
</ul>
<a href="https://in.udacity.com/course/intro-to-machine-learning--ud120">More info</a>
</font>
</div>
<div>
<img src="{{site.baseurl}}/assets/images/ml.png">
</div>
</div>