-
Notifications
You must be signed in to change notification settings - Fork 0
/
30-Days-of-code.html
201 lines (173 loc) · 6.19 KB
/
30-Days-of-code.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="30-Days-of-code.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<h2>Resources</h2>
<a href="https://www.udemy.com/course/git-expert-4-hours/">Udemy</a>
<a
href="https://github.com/joshnh/Git-Commands/">GitHub</a>
<h1>Day 1</h1>
<ul>
<li>Learned Git and its various commands</li>
<li>Created new repositories</li>
<li>Added and deleted files</li>
<li> Did my first commit</li>
<li>Finished my 1st task on InsideSherpa with the JP Morgan Chase Virtual Experience Internship with Python UnitTest environment, Patch files to submit my work, and GitHub</li>
</ul>
<h1>Day 2 </h1>
<ul>
<li> Continued on learning more about Git</li>
<li>Checkout: move in between branches</li>
<li>tarted my 2nd task on InsideSherpa</li>
<li>Cloned the repository of the project on my desktop</li>
<li>Initialized it as the repository I would work with</li>
<li>Installed NVM but I encountered many issues with the nvm installation and I couldnt go further with the task.</li>
</ul>
<h1>Day 3 </h1>
<ul>
<li>Continued on learning more about Git: Revert, Reset - Types of Reset: soft, mixed, hard </li>
<li>Created a .gitignore </li>
<li>Created a branch </li>
<li>Moved in between branches using the checkout command</li>
<li>Edited branches</li>
<li>Merged branches</li>
<li>GitHub</li>
<li>Created a new remote repository</li>
<li>Pulled/Pushed remotely and from a GitHub repository</li>
<li>Deleted remote branches</li>
</ul>
<h1>Day 4 </h1>
<ul>
<li>Finished Git&Github course on Udemy</li>
<li>Learned SourceTree</li>
<li>Set up a new repository</li>
<li>Created,removed, merged branches</li>
<li>Pulled, and pushed requests</li>
</ul>
<h1>Day 5 </h1>
<ul>
<li>Started learning Python3 on Udemy</li>
<li>Set up my dev environment: Downloaded Python and Anaconda</li>
<li>Learned: data types, numbers, variable assignments, strings, indexing, slicing, booleans</li>
</ul>
<h1>Day 6 </h1>
<ul>
<li>Debugged code from the JPMVEI task 2</li>
<li>Although I edited the Graph.tsx and App.tsx files, the graph is not showing</li>
</ul>
<h1>Day 7 </h1>
<ul>
<li> Python - Learned Dictionaries, lists, tuples, sets, and operators</li>
<li>Played with Comparison Operators, and learned how to chain them</li>
</ul>
<h1>Day 8-10</h1>
<ul>
<li>Python - Learned how to use If-Else statements, while loops and for loops</li>
<li>Finished today's course with some practice exercices</li>
<li>R - Learned how to install packages using R</li>
<li>Installed ggplot, gapminder, and dplyr</li>
<li>sed ggplot, ggsave, gapminder, and filter to visually represent the data I was working with</li>
</ul>
<h1>Day 11 </h1>
<ul>
<li>React - Learned how to create React components</li>
<li>Learned how to use D3 for Data Visualization projects</li>
</ul>
<h1>Day 12 </h1>
<ul>
<li>React - Finished the React course on Freecodecamp</li>
<li>Started the React course on Udemy</li>
<li>Started the Coding Interview Course on Udemy: LinkedIn, Email, Portofolio and Resume</li>
<li>Started the D3 course on freecodecamp - select(), selectAll(), data(), enter(), append(), text(), style(), text((d) => d), attr(), added margin to a bar chart, svg node, fill attribute, labels, hover effect, tootip, scatterplot using circles </li>
</ul>
<h1>Day 13 </h1>
<ul>
<li>D3 - Learned scale, min and max, domain, range, padding, translate, and transform</li>
<li>Learned Big O on Udemy: O(1), O(n), O(a*b), O(n^2)</li>
</ul>
<h1>Day 14 </h1>
<ul>
<li>Data Structures - Started Data Structures and Arrays on Udemy in "Master the Coding Interview"</li>
<li>Reviewed SQL commands like view, backup and recovery</li>
</ul>
<h1>Day 15 </h1>
<ul>
<li>SQL - Call CSVREAD, CSVWRITE, Create View, Backup, Recovery</li>
</ul>
<h1>Day 16 </h1>
<ul>
<li>Today I set up a youtube channel for AP Java contents: I worked on ArrayList and Methods</li>
<li> Worked on Arrays on leetcode</li>
</ul>
<h1>Day 17 </h1>
<ul>
<li>Reviewing Bubble sort on Udemy and Java books!</li>
</ul>
<h1>Day 18 </h1>
<ul>
<li>Reviewed SQL commands</li>
</ul>
<h1>Day 19 </h1>
<ul>
<li>Learning Machine Learning on Udemy</li>
<li>Installed dependencies, learned about supervised and unsupervised learning</li>
</ul>
<h1>Day 20 </h1>
<ul>
<li>Reviewed Selection sort, Insertion sort, Hash Table on Udemy</li>
<li>I started learning python recently and today I went over functions</li>
</ul>
<h1>Day 21 </h1>
<ul>
<li>Reviewed functions,conditional properties, and loops in Python</li>
</ul>
<h1>Day 22 </h1>
<ul>
<li>File handling, documenting, packages and libraries in Python</li>
</ul>
<h1>Day 23</h1>
<ul>
<li>Updated 30-Days-of-Code repository using html and css</li>
<li>Created a python-projects repository</li>
<li>Pushed my first python project on github - Translaste</li>
</ul>
<h1>Day 24 </h1>
<ul>
<li>Reviewed Hash Tables and Recursion on Udemy</li>
<li>Studied Data analysis with pandas</li>
</ul>
<h1>Day 25 </h1>
<ul>
<li>Reviewed Mergesort, Quicksort, counting sort and radix on Udemy</li>
<li>Studied Data analysis with Jupyter notebook</li>
</ul>
<h1>Day 26</h1>
<ul>
<li> Loading data in python from csv, excel, txt and json files</li>
<li> Reviewed Linkedlist on Udemy</li>
</ul>
<h1>Day 27</h1>
<ul>
<li> Reviewed Searching - Sequential search and Binary search on Udemy</li>
<li> Started Traversals: BFS and DFS</li>
</ul>
<h1>Day 28</h1>
<ul>
<li> Manipulating Dataframes in Pandas on jupyter notebook</li>
<li>Learned loc, iloc, and ix</li>
<li> Deleting and adding columns and rows to the dataframe</li>
<li> Used geopy to get latitute and longitude</li>
<li> Updated a csv file by adding latitudes and longitudes</li>
<li> Basic HTML and HTML5</li>
</ul>
<h1>Day 29 <h1>
<ul>
<li>Learning JS with TTP</li>
<ul>
</body>
</html>