-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
49 lines (43 loc) · 1.56 KB
/
experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Job Experience</title>
</head>
<body>
<h1>[EXPERIENCE]</h1>
<div>
<h3>RIPPLING</h3>
<img src=".../dummy.jpg" alt="Rippling Logo">
<p>
- Worked on data extractors using selenium.
- SAML integrations and debugging using pysaml.
- API integrations.
- API documentation
Duration: 4 months
Stack: Django, Mongo, AWS
</p>
</div>
<div>
<h3>TECHNOARCH SOFTWARES</h3>
<img src=".../dummy.jpg" alt="Technoarch Softwares Logo">
<p>
- Worked as a sole developer on a crypto-currency high frequency arbitrage bot.
- Worked on data entry system for contractors.
Duration: 1 year 2 months
Stack: Django, PostgreSQL, Redis, Celery, AWS
</p>
</div>
<div>
<h3>PROFILEDSK.IN</h3>
<img src=".../dummy.jpg" alt="Technoarch Softwares Logo">
<p>
- Converted texture detection python scripts into CUDA scripts.
Duration: 4 months
Stack: CUDA, OpenCV
</p>
</div>
</body>
</html>