-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
437 lines (393 loc) · 19.2 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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Developer Abroad - Home Page</title>
<meta name="description" content="Developer Abroad technology and traveling blog." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link type="text/plain" rel="author" href="/humans.txt" />
<link rel="stylesheet" href="/css/main.css">
<script data-main="/js/shared/main" src="/_bower_components/requirejs/require.js"></script>
<script src="/js/index/index.js" type="text/javascript"></script>
<!--
Nice that someone is reading the markup. If you would like to hire me, or you need people for
any cool project. Please don't hesitate to contact me. To get my e-mail address, please open
JavaScript console and run function getDetails();
Best regards
-->
</head>
<body>
<div class="ribbon-left">Currently in<br/><b>Lodz, Poland</b></div>
<div class="main-image">
<div class="main-image-content">
<div class="author-padding"></div>
<div class="author">
<div class="author-image">
</div>
<div class="author-description">
Hi, I am <b>Jakub</b>. A traveling software developer currently working with <b>Microsoft .NET</b> platform to deliver <b>ASP.NET MVC</b> web applications. Besides .NET I enjoy working with dynamic languages like <b>Python</b> or <b>Ruby</b> which I use for my personal projects. Lately a big fan of <b>F#</b> functional language. You can find me on twitter <a href="https://twitter.com/malczu"><b>@malczu</b></a>, <a href="https://linkedin.com/in/jakubmalczak"><b>LinkedIn</b></a> or <a href="https://github.com/jmalczak"><b>GitHub</b></a>.
</div>
</div>
<div class="scroll-down">
<i id="slideDown" class="fa fa-chevron-down"></i>
</div>
</div>
</div>
<main id="page-content" class="content">
<nav class="top" id="menu-mobile-open" >
<div id="nav-wrapper">
<div class="menu-mobile-toggle">
<a href="#menu-mobile-open" class="menu-mobile-open"><span><i class="fa fa-bars"></i></span></a>
<a id="menu-mobile-close" href="#menu-mobile-close" class="menu-mobile-close"><span><i class="fa fa-times"></i></span></a>
</div>
<div id="nav-menu-wrapper">
<div id="site-name">
<a href="http://malczak.net">
{ developer : '<span class="accent">abroad</span>' }
</a>
</div>
<ul class="navbar">
<li><a href="http://malczak.net">HOME</a></li>
<li><a href="http://malczak.net/#page-content">POSTS</a></li>
<li><a href="http://malczak.net/map/">PLACES</a></li>
<li><a href="http://malczak.net/about/">ABOUT</a></li>
<li><a href="/feed.xml">NEWS FEED</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</nav>
<div class="container">
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2015-11-03T00:00:00+01:00">
<span class="day">
03
</span>
<span class="month-year">
November 2015
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/2015/11/03/setting-asp-net-autostart-from-powershell.html">
Setting ASP.NET application auto start from powershell.
</a>
</h3>
</header>
<p>Why it takes so long We all know the feeling when we load our ASP.NET app for the first time, and it takes much longer to execute than the following requests. That is caused by all the things we put to Application_Start in Global.asax. We all know that this method will be called when first request hits our application, so...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingc#asp.net"
title="Other posts from the Programming category">Programming</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingc#asp.net"
title="Other posts from the C# category">C#</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingc#asp.net"
title="Other posts from the Asp.net category">Asp.net</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2015-10-18T00:00:00+02:00">
<span class="day">
18
</span>
<span class="month-year">
October 2015
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/c%23/2015/10/18/poor-mans-csharp-grunt-init/">
Poor man's C# grunt-init.
</a>
</h3>
</header>
<p>Project Bootstrap Idea Unfortunately, I couldn't be on DevDay 2015 conference. But I was watching all videos recommended by other developers. One of the talks I really liked was "From Homogeneous Monolith to Radically Heterogeneous Microservices Architecture" by Chad Fowler. If you haven't seen it, you can find youtube video below. Chad is talking about move from monolith to microservices...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingc#"
title="Other posts from the Programming category">Programming</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingc#"
title="Other posts from the C# category">C#</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2015-01-11T00:00:00+01:00">
<span class="day">
11
</span>
<span class="month-year">
January 2015
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/t4/resources/localization/2015/01/11/dot-net-resources-from-javascript/">
Use .NET resources from JavaScript.
</a>
</h3>
</header>
<p>Problem It is often the case, that you would like to use the same set of resources from both, server side and client side code. There is a couple of solutions to this problem, which I am going to describe briefly. HTTP handler or lightweight service You can find an example of HTTP handler implementation on Rick Strahl web page....</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4resourceslocalization"
title="Other posts from the Programming category">Programming</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4resourceslocalization"
title="Other posts from the T4 category">T4</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4resourceslocalization"
title="Other posts from the Resources category">Resources</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4resourceslocalization"
title="Other posts from the Localization category">Localization</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2015-01-06T00:00:00+01:00">
<span class="day">
06
</span>
<span class="month-year">
January 2015
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/t4/dictionary/2015/01/06/using-t4-templates/">
Using T4 templates to generate C# dictionary from SQL table values.
</a>
</h3>
</header>
<p>When you store your data in a SQL relational database, it's always worth considering whether to have your dictionary entries not only in C# code, but in database as well. Thanks to that you can keep referential integrity between your data. Let me show you an example. If we would like to model our User table in the following way:...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4dictionary"
title="Other posts from the Programming category">Programming</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4dictionary"
title="Other posts from the T4 category">T4</a>
</span>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programmingt4dictionary"
title="Other posts from the Dictionary category">Dictionary</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2014-11-15T00:00:00+01:00">
<span class="day">
15
</span>
<span class="month-year">
November 2014
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/2014/11/15/process-killer/">
Process killer.
</a>
</h3>
</header>
<p>I had some issues with my Elan Microelectronics notebook touchpad after upgrade to Windows 8. I have downloaded drivers for my old Samsung QX-410 notebook from original Samsung homepage. Unfortunately last supported operating system is Windows 7, so I had not much choice but use those drivers. Apparently they work fine for most of the time, bu sometimes ETDCtrl process...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programming"
title="Other posts from the Programming category">Programming</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2014-11-12T00:00:00+01:00">
<span class="day">
12
</span>
<span class="month-year">
November 2014
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/2014/11/12/attachtow3wp-change/">
AttachToW3WP improvement.
</a>
</h3>
</header>
<p>There is very cool Visual Studio extension available in Visual Studio Gallery. It's called AttachToW3WP, you can grab it here. What it does is, it allows you to attach visual studio debugger process to IIS worker process for debugging purposes. You can do all those steps manually, by using Debug -> Attach To menu, but it's just much more convenient...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programming"
title="Other posts from the Programming category">Programming</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2012-08-15T00:00:00+02:00">
<span class="day">
15
</span>
<span class="month-year">
August 2012
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/programming/2012/08/15/ssas-attribute/">
SQL Server Analysis Services and duplicate attribute key problem.
</a>
</h3>
</header>
<p>I have been struggling lately with attribute definition for our small analysis project.
I got duplicate attribute key error, and was confused about it since all queries executed by SSAS were distinct.
I have found this great article which explains how this is possible. If you have this problem, it's worth reading:
http://ms-olap.blogspot.com/2009/11/duplicate-attribute-key-has-been-found.html
</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#programming"
title="Other posts from the Programming category">Programming</a>
</span>
</div>
</div>
</article>
<article class="row post">
<div class="col-md-1">
<span>
<time datetime="2012-03-18T00:00:00+01:00">
<span class="day">
18
</span>
<span class="month-year">
March 2012
</span>
</time>
</span>
</div>
<div class="col-md-11">
<header>
<h3 class="post-title">
<a href="http://malczak.net/posting/2012/03/18/live-writter-bug/">
Wordpress 3.2.1 and Windows Live Writter bug.
</a>
</h3>
</header>
<p>Lately I was trying to configure Wordpress 3.2.1 to work with Windows Live Writer. If you don’t know Windows Live Writer yet, it is a part of Windows Live Essentials pack and it allow you to publish blog posts using Plain Old Desktop Application (I love acronyms! and PODA sounds quite cool). Problem I have noticed that apparently something has...</p>
<div>
<span class="post-tags">
<a href="http://malczak.net/categories/index.html#posting"
title="Other posts from the Posting category">Posting</a>
</span>
</div>
</div>
</article>
<nav class="pager">
<span>Page 1 of 1</span>
</nav>
</div>
</main>
<footer class="footer">
<div class="copyright">
Proudly published with <a class="icon-ghost" href="http://jekyllrb.com/">Jekyll, Grunt, RequireJs and many more.</a>
</div>
<div class="social-icons">
<a href="http://twitter.com/malczu">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span>
</a>
<a href="http://github.com/jmalczak">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-github fa-stack-1x"></i>
</span>
</a>
<a href="http://facebook.com/malczu">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
</a>
<a href="https://www.linkedin.com/in/jakubmalczak">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-linkedin fa-stack-1x"></i>
</span>
</a>
</div>
<div class="clearfix"></div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76056004-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>