-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (217 loc) · 10.8 KB
/
index.html
File metadata and controls
251 lines (217 loc) · 10.8 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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>suresh babu's blog</title>
<meta name="description" content="ctrl + C ctrl + V">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css?v=38d704d20d">
<link rel="stylesheet" type="text/css" href="assets/css/ghostly.css?v=38d704d20d">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/default.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<style>
pre {
word-wrap: normal;
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
font-size: 0.8em;
line-height: 1.4em;
}
pre code, pre tt {
white-space: pre;
background: transparent !important;
}
</style>
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.min.css" name="description" content="ctrl + C ctrl + V">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://suresh2.com/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="suresh babu's blog">
<meta property="og:type" content="website">
<meta property="og:title" content="suresh babu's blog">
<meta property="og:description" content="ctrl + C ctrl + V">
<meta property="og:url" content="https://suresh2.com/">
<meta property="og:image" content="https://suresh2.com/content/images/2017/10/suresh2_com_title-1.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="suresh babu's blog">
<meta name="twitter:description" content="ctrl + C ctrl + V">
<meta name="twitter:url" content="https://suresh2.com/">
<meta name="twitter:image" content="https://suresh2.com/content/images/2017/10/suresh2_com_title-1.jpg">
<meta name="twitter:site" content="@suresh2">
<meta property="og:image:width" content="3000">
<meta property="og:image:height" content="1999">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "suresh babu's blog",
"logo": "https://suresh2.com/favicon.ico"
},
"url": "https://suresh2.com/",
"image": {
"@type": "ImageObject",
"url": "https://suresh2.com/content/images/2017/10/suresh2_com_title-1.jpg",
"width": 3000,
"height": 1999
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://suresh2.com/"
},
"description": "ctrl + C ctrl + V"
}
</script>
<script type="text/javascript" src="public/ghost-sdk.min.js?v=38d704d20d"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "bc6cbba0d346"
});
</script>
<meta name="generator" content="Ghost 1.8">
<link rel="alternate" type="application/rss+xml" title="suresh babu's blog" href="https://suresh2.com/rss/">
<script type="text/javascript">
//variables
var ga_ua = 'UA-107076197-1';
var disqus_shortname = 'suresh2';
var github_user = 'dotnetdude';
</script>
</head>
<body class="home-template nav-closed">
<div class="nav">
<div class="main-nav">
<h3 class="nav-title">Menu</h3>
<a href="index.html#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home nav-current" role="presentation"><a href="https://suresh2.com/">Home</a></li>
<li class="nav-about-me" role="presentation"><a href="https://suresh2.com/about/">About me</a></li>
</ul>
</div>
<ul class="social-menu">
<li class="social-icon" id="social-twitter">
<a href="https://twitter.com/suresh2"><i class="fa fa-twitter"></i></a>
</li>
<li class="social-icon hidden" id="social-telegram">
<a href="index.html"><i class="fa fa-telegram"></i></a>
<script> if (typeof telegram_channel !== 'undefined') { $('#social-telegram').removeClass('hidden'); $('#social-telegram a').attr('href', 'https://t.me/' + telegram_channel); } </script>
</li>
<li class="social-icon hidden" id="social-github">
<a href="index.html"><i class="fa fa-github"></i></a>
<script> if (typeof github_user !== 'undefined') { $('#social-github').removeClass('hidden'); $('#social-github a').attr('href', 'https://github.com/' + github_user); } </script>
</li>
<li class="social-icon hidden" id="social-linkedin">
<a href="index.html"><i class="fa fa-linkedin-square"></i></a>
<script> if (typeof linkedin_url !== 'undefined') { $('#social-linkedin').removeClass('hidden'); $('#social-linkedin a').attr('href', linkedin_url); } </script>
</li>
</ul>
<div class="subscribe-menu">
<a class="subscribe-button icon-feed" href="https://suresh2.com/rss/">Subscribe</a>
</div>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header " style="background-image: url(content/images/2017/10/suresh2_com_title-1.jpg)">
<nav class="main-nav overlay clearfix">
<a class="menu-button icon-menu" href="index.html#"><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">suresh babu's blog</h1>
<h2 class="page-description">ctrl + C ctrl + V</h2>
</div>
</div>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post tag-conference tag-microservices">
<header class="post-header">
<h2 class="post-title"><a href="attended-two-days-micro-service-mucon-conference-in-london/">Attended two days micro service conference (µCon) in London</a></h2>
</header>
<section class="post-excerpt">
<p>I have attended two days microservice conference in London last week. Full conference videos available here. In the conference, I managed to speak to eventstore Guru <a class="read-more" href="attended-two-days-micro-service-mucon-conference-in-london/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/suresh/">suresh babu</a>
on <a href="tag/conference/">conference</a>, <a href="tag/microservices/">microservices</a>
<time class="post-date" datetime="2017-11-12">12 November 2017</time>
</footer>
</article>
<article class="post tag-conference tag-blockchain tag-devops tag-quantum tag-dna-storage tag-microsoft">
<header class="post-header">
<h2 class="post-title"><a href="attended-2-days-future-decoded/">Attended 2 days microsoft future decoded conference</a></h2>
</header>
<section class="post-excerpt">
<p>I just came back from two days Microsoft future decoded conference. I learned a lot of new things and updated knowledge on known things. I tried <a class="read-more" href="attended-2-days-future-decoded/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/suresh/">suresh babu</a>
on <a href="tag/conference/">conference</a>, <a href="tag/blockchain/">blockchain</a>, <a href="tag/devops/">devops</a>, <a href="tag/quantum/">quantum</a>, <a href="tag/dna-storage/">dna storage</a>, <a href="tag/microsoft/">microsoft</a>
<time class="post-date" datetime="2017-11-01">01 November 2017</time>
</footer>
</article>
<article class="post tag-openfaas tag-docker tag-swarm tag-azure">
<header class="post-header">
<h2 class="post-title"><a href="how-to-run-openfaas-in-azure/">How to run openfaas in azure using docker machine and Azure CLI?</a></h2>
</header>
<section class="post-excerpt">
<p>openfaas is a Serverless Framework for Docker and Kubernetes. This guide is Azure version of the openfaas digital ocean guide. In this guide we will be <a class="read-more" href="how-to-run-openfaas-in-azure/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/suresh/">suresh babu</a>
on <a href="tag/openfaas/">openfaas</a>, <a href="tag/docker/">docker</a>, <a href="tag/swarm/">swarm</a>, <a href="tag/azure/">azure</a>
<time class="post-date" datetime="2017-10-21">21 October 2017</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="welcome-to-my-blog/">welcome to my blog</a></h2>
</header>
<section class="post-excerpt">
<p>welcome to my blog <a class="read-more" href="welcome-to-my-blog/">»</a></p>
</section>
<footer class="post-meta">
<a href="author/suresh/">suresh babu</a>
<time class="post-date" datetime="2017-09-26">26 September 2017</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://suresh2.com">suresh babu's blog</a> © 2017</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
</footer>
</div>
<script type="text/javascript">
//open links in new tab
$('a').each(function() {
var a = new RegExp('/' + window.location.host + '/');
if(!a.test(this.href)) {
$(this).click(function(event) {
event.preventDefault();
event.stopPropagation();
window.open(this.href, '_blank');
});
}
});
</script>
<script type="text/javascript" src="assets/js/jquery.fitvids.js?v=38d704d20d"></script>
<script type="text/javascript" src="assets/js/index.js?v=38d704d20d"></script>
<script type="text/javascript" src="assets/js/ghostly.js?v=38d704d20d"></script>
</body>