-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
291 lines (178 loc) · 11.5 KB
/
index.html
File metadata and controls
291 lines (178 loc) · 11.5 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
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
290
291
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.87.0" />
<link rel="preload" href="/lib/font-awesome/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/lib/font-awesome/webfonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/lib/font-awesome/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/lib/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Engineering @ Logic Soft</title>
<link rel = 'canonical' href = 'https://devblog.logicsoft.co.in/'>
<meta name="description" content="Welcome to [Logic Soft](http://logicsoft.co.in)'s engineering blog.
We have been a technology company since 1986. To put that into perspective, we have been around since **before** the Internet went mainstream. Our product helps hundreds of businesses get absolute control of their day to day activities. Chances are that if you've walked into a recognized book store in India (or even some places abroad), then it has been powered by Logic Soft's software behind the scenes.
We're a bunch of hardworking individuals who believe that our work has an impact on the hundreds of clients that we serve. We believe in writing software that is readable and boring.
">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta property="og:title" content="Engineering @ Logic Soft" />
<meta property="og:description" content="Welcome to [Logic Soft](http://logicsoft.co.in)'s engineering blog.
We have been a technology company since 1986. To put that into perspective, we have been around since **before** the Internet went mainstream. Our product helps hundreds of businesses get absolute control of their day to day activities. Chances are that if you've walked into a recognized book store in India (or even some places abroad), then it has been powered by Logic Soft's software behind the scenes.
We're a bunch of hardworking individuals who believe that our work has an impact on the hundreds of clients that we serve. We believe in writing software that is readable and boring.
" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devblog.logicsoft.co.in/" /><meta property="og:image" content="https://devblog.logicsoft.co.in/images/featuregraphic.jpg"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://devblog.logicsoft.co.in/images/featuregraphic.jpg"/>
<meta name="twitter:title" content="Engineering @ Logic Soft"/>
<meta name="twitter:description" content="Welcome to [Logic Soft](http://logicsoft.co.in)'s engineering blog.
We have been a technology company since 1986. To put that into perspective, we have been around since **before** the Internet went mainstream. Our product helps hundreds of businesses get absolute control of their day to day activities. Chances are that if you've walked into a recognized book store in India (or even some places abroad), then it has been powered by Logic Soft's software behind the scenes.
We're a bunch of hardworking individuals who believe that our work has an impact on the hundreds of clients that we serve. We believe in writing software that is readable and boring.
"/>
<link rel="stylesheet" href="https://devblog.logicsoft.co.in/css/styles.94f653e9e151e28067a7c5dbbc4600cbd5a3c721e79faaf971e523c40f3b249b8e4f20bb57810dfffa8d559ca5c140fd56eb4cd9c0853113ad08e66afdb08bdd.css" integrity="sha512-lPZT6eFR4oBnp8XbvEYAy9WjxyHnn6r5ceUjxA87JJuOTyC7V4EN//qNVZylwUD9VutM2cCFMROtCOZq/bCL3Q==">
<link rel="stylesheet" href="https://devblog.logicsoft.co.in/css/custom.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="https://devblog.logicsoft.co.in/images/favicon.ico" />
<link href="https://devblog.logicsoft.co.in/index.xml" rel="alternate" type="application/rss+xml" title="Engineering @ Logic Soft" />
</head>
<body class="max-width mx-auto px3 ltr">
<div class="content index py4">
<header id="header">
<a href="https://devblog.logicsoft.co.in/">
<div id="logo" style="background-image: url(https://devblog.logicsoft.co.in/images/logo.png)"></div>
<div id="title">
<h1>Engineering @ Logic Soft</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#" aria-label="Menu"><i class="fas fa-bars fa-2x" aria-hidden="true"></i></a>
</li>
<li><a href="/">Home</a></li>
<li><a href="/posts">Archive</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
</header>
<section id="about">
<p>Welcome to <a href="http://logicsoft.co.in">Logic Soft</a>’s engineering blog.</p>
<p>We have been a technology company since 1986. To put that into perspective, we have been around since <strong>before</strong> the Internet went mainstream. Our product helps hundreds of businesses get absolute control of their day to day activities. Chances are that if you’ve walked into a recognized book store in India (or even some places abroad), then it has been powered by Logic Soft’s software behind the scenes.</p>
<p>We’re a bunch of hardworking individuals who believe that our work has an impact on the hundreds of clients that we serve. We believe in writing software that is readable and boring.</p>
<p>Find us on
<a class="icon" target="_blank" rel="noopener" href="https://github.com/logicsoftind" aria-label="github">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
,
<a class="icon" target="_blank" rel="noopener" href="https://twitter.com/logicsoftind" aria-label="twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
and
<a class="icon" target="_blank" rel="noopener" href="mailto:shrayasr@logicsoft.co.in" aria-label="Email">
<i class="fas fa-envelope" aria-hidden="true"></i>
</a>
.
</p>
</section>
<section id="writing">
<span class="h1"><a href="https://devblog.logicsoft.co.in/">Blog</a></span>
<ul class="post-list">
<li class="post-item">
<div class="meta"><time datetime="2021-08-05 21:34:00 +0530 IST" itemprop="datePublished">2021-08-05</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/quick-access-everything-with-systemtraymenu/">Quick access with SystemTrayMenu</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2021-05-30 10:00:00 +0530 IST" itemprop="datePublished">2021-05-30</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/cookie-logging-in-aspnetcore/">Cookie logging in ASP Net Core</a>
<br/>
<span class="ls-author">by Ekalaivan (Senior .NET Dev)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2020-05-05 08:59:00 +0530 IST" itemprop="datePublished">2020-05-05</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/scrcpy-with-autoadb/">scrcpy with autoadb</a>
<br/>
<span class="ls-author">by Parthasarathy (Senior Android Dev)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2020-05-01 10:00:00 +0530 IST" itemprop="datePublished">2020-05-01</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/navcontroller-with-toolbar/">NavController with Toolbar</a>
<br/>
<span class="ls-author">by Parthasarathy (Senior Android Dev)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2017-07-31 22:30:00 +0530 IST" itemprop="datePublished">2017-07-31</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/generate-a-quick-aws-dashboard-using-linqpad/">Generate a quick AWS dashboard using LINQPad</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2017-07-16 15:00:00 +0530 IST" itemprop="datePublished">2017-07-16</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/express-solutions-elegantly-using-your-prog-lang/">Express solutions elegantly using your programming language</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2015-12-11 20:45:00 +0530 IST" itemprop="datePublished">2015-12-11</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/aspnet5-hosting-hiccups-nginx-kestrel/">Hiccups with Hosting ASP .NET 5 apps on Linux (RC1)</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2015-12-09 21:30:00 +0530 IST" itemprop="datePublished">2015-12-09</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/asp-net-5-npgsql-linux-mono-4-2/">ASP .NET 5, Npgsql, Linux & Mono 4.2</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2015-08-30 10:51:00 +0530 IST" itemprop="datePublished">2015-08-30</time></div>
<span>
<a href="https://devblog.logicsoft.co.in/posts/dynamic-prepared-statements-in-clojure/">Dynamic prepared statements in Clojure</a>
<br/>
<span class="ls-author">by Shrayas (Head of Engineering)</span>
</span>
</li>
</ul>
</section>
<footer id="footer">
<div class="footer-left">
Copyright © 2021 Logic Soft Pvt. Ltd.
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/posts">Archive</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</div>
</footer>
</div>
</body>
<link rel="stylesheet" href=/lib/font-awesome/css/all.min.css>
<script src=/lib/jquery/jquery.min.js></script>
<script src=/js/main.js></script>
</html>