-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (279 loc) · 17.8 KB
/
index.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!--
██╗ ██╗███████╗██╗ ██╗ ██████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗
██║ ██║██╔════╝██║ ██║ ██╔═══██╗ ██║ ██║██╔═══██╗██╔══██╗██║ ██╔══██╗
███████║█████╗ ██║ ██║ ██║ ██║ ██║ █╗ ██║██║ ██║██████╔╝██║ ██║ ██║
██╔══██║██╔══╝ ██║ ██║ ██║ ██║ ██║███╗██║██║ ██║██╔══██╗██║ ██║ ██║
██║ ██║███████╗███████╗███████╗╚██████╔╝ ╚███╔███╔╝╚██████╔╝██║ ██║███████╗██████╔╝
╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
No copyright issues.
Feel free to copy anything and everything from this website.
If you need any help, ping me !
________________________________________________________________________________________
Greetings !
if employer:
Yes, I'm always looking for great opportunities
elif need_help:
Mail me directly or ping me on any social platform
else:
Enjoy the website
Cheers,
Debayan Ganguly
mailto: [email protected]
________________________________________________________________________________________
I sincerely admit ! Not everything thing you see on the website was developed by me from
scratch, most of it is my original creation otherwise some of the elements are inspired
or reproduced from the open source public code.
-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Debayan Ganuly</title>
<meta name="keywords" content="Debayan Ganguly, Debayan, LoopThrough-i-j" />
<meta name="author" content="Debayan Ganguly" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Debayan Ganguly"/>
<meta property="og:image" content="https://LoopThrough-i-j.github.io/images/code-programmer.jpg"/>
<meta property="og:url" content="https://LoopThrough-i-j.github.io/"/>
<meta property="og:site_name" content="Debayan Ganguly"/>
<meta property="og:description" content="Software Engineer with 4+ year of experience, Exploring Opportunities round the World."/>
<meta name="twitter:title" content="Debayan Ganguly" />
<meta name="twitter:image" content="https://LoopThrough-i-j.github.io/images/code-programmer.jpg" />
<meta name="twitter:url" content="https://LoopThrough-i-j.github.io/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="description" content="Software Engineer with 4+ year of experience, Exploring Opportunities round the World.">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/styles.css">
<script src="js/main.js"></script>
<script type="application/ld+json">
{
"@context":"https://schema.org/Person",
"@type":"Person",
"name":"Debayan Ganguly",
"email":"[email protected]",
"url":"https://LoopThrough-i-j.github.io/"
}
</script>
</link>
</head>
<body>
<div class="body-container">
<div class="sidebar-container">
<div class="sidebar-content-container">
<div class="sidebar-image-container">
<img src="images/code-programmer.jpg" alt="Profile Image">
<h1>Debayan Ganguly</h1>
<h4>Software Development Engineer</h4>
</div>
<br>
<div id="nav"class="sidebar-section-links">
<ul>
<li class="scroller" data-section="home"><a href="#home">Home</a></li>
<li class="scroller" data-section="experience"><a href="#experience">Experience</a></li>
<li class="scroller" data-section="skills"><a href="#skills">Skills</a></li>
<li class="scroller" data-section="projects"><a href="#projects">Projects</a></li>
</ul>
</div>
<div class="sidebar-social-links">
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/debayan-ganguly/"><img src="images/icons/linkedinLogo.png" alt="LinkedIn Logo" class="social-icons" ></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/LoopThrough-i-j"><img src="images/icons/GitHubLogo.png" alt="Github Logo" class="social-icons" ></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="mailto:[email protected]"><img src="images/icons/Gmail-01.svg" alt="Gmail Logo" class="social-icons" ></a></li>
</ul>
</div>
</div>
</div>
<div class="main-body-container">
<section id="home" class="body-section ">
<h1 class = "home-1">Hi! </h1>
<h1 class = "home-2">I'm Debayan</h1>
<div class="inline-container">
<h3>Software Developer</h3>
</div>
<p>
Hi, I am on a voyage of exploration, around the world looking for great opportunities. <br>
Writing Code and Telling Stories are the things I do the best.
</p>
<a target="_blank" href="https://drive.google.com/file/d/1r8P4_FXvl7GIxOiAjbv2YQNaX-S6DlRJ/view?usp=sharing">Download CV</a>
</section>
<section id="experience" class="body-section ">
<h2>Experience</h2>
<div id="announce" class="experience-card ">
<img src="images/projects/Announce.png" alt="Announce">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://announce.today/">
<h3></h>Announce</h3>
<p>A platform for your Announcements</p>
</a>
<ul>
<li>Directed remote teams in India dedicated to <span class="bold">application design</span> and <span class="bold">quality assurance testing</span></li>
<li>Contributed ideas and suggestions in team meetings and delivered updates on designs and enhancements.</li>
<li>Designed Scrapers to scrape more than 50,000 daily contents, at scale.</li>
<li>Achieving 5000 daily acive users</li>
</ul>
</div>
</div>
<div id="maia" class="experience-card ">
<img src="images/projects/maia.png" alt="MaiA">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://maia.rest/">
<h3>MaiA</h3>
<p>Reliable APIs at your fingertips</p>
</a>
<ul>
<li>Designed a <span class="bold">model service controller based Architecture</span> in Flask , optimized to give the best performance</li>
<li>Created REST-APIs with functionalities like NSFW image filtering and NSFW URL filtering with 90-94% accuracy.</li>
<li>Integrated Stripe and Other 3rd party APIs</li>
</ul>
</div>
</div>
<div id="point" class="experience-card ">
<img src="images/projects/Point.png" alt="Point">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://pointaddress.com/">
<h3>Point</h3>
<p>The world has a new Address</p>
</a>
<ul>
<li>Designed the <span class="bold">Backend and Database</span> of the complete project</li>
<li>Worked on deployment and infrastructural changes</li>
<li>Utilised custom GAE headers for location based services</li>
</ul>
</div>
</div>
<div id="everypage" class="experience-card ">
<img src="images/projects/everypage.png" alt="Everypage">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://es.everypage.site/">
<h3>Everypage</h3>
<p>Healthy Journalism for all Languages</p>
</a>
<ul>
<li>Designed the website in HUGO</li>
<li>Worked on deployment, infrastructure of the project</li>
<li>Worked on different services like Translators and Scrapers</li>
</ul>
</div>
</div>
<div id="blogs" class="experience-card ">
<img src="images/projects/milkieway.png" alt="Everypage">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://tomilkieway.com/">
<h3>Blogs and Websites</h3>
</a>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://tomilkieway.com/">toMilkieway.Com</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://blog.tomilkieway.com/">Blog.toMilkieway.Com (made with Jekyll)</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://blog.announce.today/">Blog.Annnounce.Today (made with Jekyll)</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://blog.pointaddress.com/">Blog.PointAddress.Com (made with Jekyll)</a></li>
</ul>
</div>
</div>
<div id="faceRecognition" class="experience-card ">
<img src="images/projects/faceRecognition.jpg" alt="Facial Recognition">
<div class="text-content">
<h3>Facial Recognition based Attendance</h3>
<p>No hastle, just show your face</p>
<ul>
<li>Developed a Face Recognition based attendance system and handed over it with 90% test accuracy</li>
<li>Provided software and hardware troubleshooting to maintain performance levels</li>
</ul>
</div>
</div>
<div id="amplofly4" class="experience-card ">
<img src="images/projects/amplofly4.png" alt="Amplofly4">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://www.amploglobal.com/amplofly-4-0.html">
<h3>Amplofly4</h3>
<p>Measuring Businesses is now easy</p>
</a>
<ul>
<li>Optimized systems response time by 30% and reliability by modifying existing code</li>
<li>Responsible for building REST-APIs in PHP(Laravel) and MSSQL</li>
</ul>
</div>
</div>
</section>
<section id="skills" class="body-section">
<h2>Skills</h2>
<h3 class="">Languages</h3>
<ul class="">
<li><img src="images/icons/python-seeklogo.com.svg" alt="Python Logo"> Python</li>
<li><img src="images/icons/javascript-js-seeklogo.com.svg" alt="Javascript Logo"> JavaScript</li>
<li><img src="images/icons/java.svg" alt="Java logo"> JAVA</li>
</ul>
<h3 class="">Frameworks</h3>
<ul class="">
<li><img src="images/icons/django.png" alt="Django Logo"> Django</li>
<li><img src="images/icons/flask-seeklogo.com.svg" alt="Flask Logo"> Flask</li>
<li><img src="images/icons/scrapy.png" alt="Scrapy Logo"> Scrapy</li>
<li><img src="images/icons/jekyll.ico" alt="Jekyll Logo"> Jekyll</li>
<li><img src="images/icons/hugo.png" alt="Hugo Logo"> Hugo</li>
</ul>
<h3 class="">Tools</h3>
<ul class="">
<li><img src="images/icons/google-cloud-seeklogo.com.svg" alt="Google Cloud Platform Logo"> Google Cloud Platform</li>
<li><img src="images/icons/git-seeklogo.com.svg" alt="Git Logo"> Git</li>
<li><img src="images/icons/docker.png" alt="Docker Logo"> Docker</li>
</ul>
<h3 class="">Databases</h3>
<ul class="">
<li><img src="images/icons/firebase-seeklogo.com.svg" alt="Firestore Logo"> Firestore</li>
<li><img src="images/icons/mysql-seeklogo.com.svg" alt="Mysql Logo"> MySql</li>
<li><img src="images/icons/postgresql-seeklogo.com.svg" alt="PostgresSql Logo"> PostgresSql</li>
<li><img src="images/icons/mongodb.ico" alt="MongoDB Logo"> MongoDB</li>
</ul>
</section>
<section id="projects" class="body-section">
<h2>Personal Projects</h2>
<p>Listed below are some projects I have had an opportunity to work on, either as a course project or just for fun.</p>
<ul>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/zulip">Zulip</a> :
<p>
The most exciting open-source projects I have worked on soo far.
Check my contributions for <a target="_blank" href="https://github.com/zulip/zulip/pulls?q=author%3ALoopThrough-i-j">zulip/zulip</a> and
<a target="_blank" href="https://github.com/zulip/python-zulip-api/pulls?q=author%3ALoopThrough-i-j">zulip/python-zulip-api</a>
</p>
</li>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/awesome-erp">Awesome ERP</a> :
<p>
A full stact ERP application made with Flask as Backend, Angular with Node(for server side rendering) for Frontend.
Check the documentation and my contributions at <a target="_blank" href="https://github.com/awesome-erp/flask-be">awesome-erp/flask-be</a>
</p>
</li>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/LoopThrough-i-j/AI-powered-FlappyBIrd">Flappy-Bird</a> :
<p>
AI powered Flappy bird game where, there a neural network is trained to play Flappy bird on its
own. It has separate interface for training and playing</li>
</p>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/LoopThrough-i-j/Web_Scraper_Django">Webscraper</a> :
<p>
Web Scraper made with django and beautiful-soup to scrape <a href="https://kolkata.craigslist.org">https://kolkata.craigslist.org</a>.
</p>
</li>
<li> ⇒ A Line follower Robot
<p>
Winning Prizes in different Contests, Designed Hardware and Code running in it.
</p>
</li>
</ul>
</section>
<!-- <section id="achievements" class="body-section ">
<h2>Achievements</h2>
<p>Listed below are some projects I have had an opportunity to work on, either as a course project or just for fun.</p>
<ul>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/LoopThrough-i-j/AI-powered-FlappyBIrd">Flappy-Bird</a> - AI powered Flappy bird game where, there a neural network is trained to play Flappy bird on its
own. It has separate interface for training and playing</li>
<li> ⇒ <a target="_blank" rel="noopener noreferrer" href="https://github.com/LoopThrough-i-j/Web_Scraper_Django">Webscraper</a> - Web Scraper made with django and beautiful-soup to scrape https://kolkata.craigslist.org.</li>
<li> ⇒ A Line follower Robot Winning Prizes in different Contests, Designed Hardware and Code running in it.</li>
</ul>
</section> -->
</div>
</div>
</body>
</html>