-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
executable file
·256 lines (208 loc) · 9.11 KB
/
blog.html
File metadata and controls
executable file
·256 lines (208 loc) · 9.11 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>David Jegan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html">Home</a></h1>
<a href="#menu">Menu</a>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="certifications.html">Certifications</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="main" class="wrapper">
<header>
<h2>Technical Blog</h2><br>
<p> The source code is present in the <a href="https://github.com/davidjegan" target="_blank">Github </a> page.</p>
</header>
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/QuickDraw">
<img src="images/blog-quickdraw.png" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="host/quickdraw/predict.html" target="_blank">
<h2>Quick Draw - Doodle</h2>
</a>
</header>
<p><a href="host/quickdraw/predict.html" target="_blank">Quick Doodle </a> is pretty amazing doodle assistant. <a href="host/quickdraw/predict.html" target="_blank">Check this out to play around </a>. <a href="https://github.com/davidjegan/QuickDraw" target="_blank">Source is present here. </a>
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/Alexa-zappa-based-serverless-bot">
<img src="images/blog-alexa.jpg" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/Alexa-zappa-based-serverless-bot">
<h2>Zappa based Alexa Chatbot</h2>
</a>
</header>
<p><a href="https://developer.amazon.com/alexa" target="_blank">Amazon Alexa </a> is a cloud-based voice service which interacts with users in an intuitive hands-free manner. <a href="https://www.zappa.io/" target="_blank">Zappa </a> is used to build a WSGI compstible Flask application which works with Python
2.7 & 3.6.
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/docusaurus-tutorial">
<img src="images/blog-docusaurus.png" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/docusaurus-tutorial">
<h2>Docusaurus Tutorial</h2>
</a>
</header>
<p>The repository demonstrates how to use Docusaurus. This makes it easy to maintain Open Source documentation websites and is based on Markdown.
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/serverless-slack-application">
<img src="images/blog-slack.jpg" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/serverless-slack-application">
<h2>Serverless Slack Application</h2>
</a>
</header>
<p>The repository demonstrates how to use <a href="https://aws.amazon.com/cloudformation/details/" target="_blank">AWS Cloudformation</a> to build a serverless processing environment of AWS Lambda, Amazon API Gateway, AWS IAM and Amazon Rekognition. This workflow processes photos sent to <a href="https://slack.com/" target="_blank">Slack</a>, uploaded to Amazon S3 and then extracts metadata from the image.
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/expose-cassandra-data">
<img src="images/blog-express.jpg" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/expose-cassandra-data">
<h2>Expose Cassandra Data</h2>
</a>
</header>
<p>The repository demonstrates how to expose data present in the Cassandra DB running in an instance to external world by running a NodeJS server.
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/AWS-EMR-Node-Calculator">
<img src="images/blog-emr.jpg" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/AWS-EMR-Node-Calculator">
<h2>AWS EMR Node Calculator</h2>
</a>
</header>
<p>In order to ensure parallelism, perfect number of nodes should be chosen in EMR Clusters. This involves a complex look up and referencing. Using this tool, that arduous process is simplified. This tool, returns the exact nodes required for your application to run seemlessly. This repo helps to identify the perfect node.
</p>
</div>
</section>
</div>
</div>
</section>
<section id="banner-underground" class="wrapper style1">
<div class="inner">
<div class="spotlights">
<section>
<span class="image"><a href="https://github.com/davidjegan/AWS-EC2-Instance-Status-Automation">
<img src="images/blog-instance.jpg" alt="" /></a></span>
<div class="content">
<header class="major">
<a href="https://github.com/davidjegan/AWS-EC2-Instance-Status-Automation">
<h2>AWS Instance Status Automation</h2>
</a>
</header>
<p>A serverless way of automating the Amazon web services EC2 instance running pattern. Has lambda in the background and is triggered by Cloudwatch cron jobs!
</p>
</div>
</section>
</div>
</div>
</section>
<section id="main" class="wrapper">
<header>
<br>
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u"><a href="blog.html"><span class="image fit"><img src="images/asset-blog.jpg" alt="" /></a><h3>Personal Blog</h3></span></div>
<div class="4u"><a href="certifications.html"><span class="image fit"><img src="images/asset-certifications.jpg" alt="" /></a><h3>Certification</h3></span></div>
<div class="4u"><a href="projects.html"><span class="image fit"><img src="images/asset-project.jpg" alt="" /></a><h3>Project Work</h3></span></div>
</div>
</div>
</section>
</header>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/JeganAbishek" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/davidjegan.abi" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/david_jegan/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/davidjegan" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://linkedin.com/in/david-jegan-abishek-39556684/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:mailtodavidjegan@gmail.com" class="icon fa-envelope"><span class="label">Envelope</span></a></li>
</ul>
<ul class="contact">
<li><a href="https://www.google.co.in/maps/place/Tiruchirappalli,+Tamil+Nadu/@10.8158368,78.6189874,12z/data=!3m1!4b1!4m5!3m4!1s0x3baaf50ff2aecdad:0x6de02c3bedbbaea6!8m2!3d10.7904833!4d78.7046725" class="icon fa-map-marker"><span class="label"></span> Trichy, TN 620017</a></li>
<li>(+91) 8754-247490</li>
</ul>
<ul class="links">
<li><a href="working.html">Support</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="https://bakingpi.github.io">Baking Pi</a></li>
</ul>
<p class="copyright">© David Jegan Abishek. All rights reserved.</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>