Skip to content

Commit 6a43519

Browse files
committed
Site generated at Mon 21 Aug 2023 17:53:33 BST
1 parent 15346dc commit 6a43519

132 files changed

Lines changed: 1332 additions & 1521 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

about/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
" property="og:description">
2323

2424

25-
<meta content="https://stacktoheap.com/about/" property="og:url">
25+
<meta content="http://localhost:4000/about/" property="og:url">
2626

2727

2828

29-
<meta content="https://stacktoheap.com/images/logo-high-resolution.png" property="og:image">
29+
<meta content="http://localhost:4000/images/logo-high-resolution.png" property="og:image">
3030

3131

3232

@@ -35,7 +35,7 @@
3535
<meta name="twitter:creator" value="@manojlds">
3636
<meta name="twitter:card" value="summary_large_image">
3737

38-
<meta name="twitter:image" content="https://stacktoheap.com/images/logo-high-resolution.png">
38+
<meta name="twitter:image" content="http://localhost:4000/images/logo-high-resolution.png">
3939

4040

4141

@@ -45,8 +45,8 @@
4545
<link rel="stylesheet" href="/assets/css/main.css">
4646
<link rel="preload" href="/assets/css/syntax.css" as="style" onload="this.rel='stylesheet'">
4747
<noscript><link rel="stylesheet" href="/assets/css/syntax.css"></noscript>
48-
<link rel="canonical" href="https://stacktoheap.com/about/">
49-
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="https://stacktoheap.com/feed.xml">
48+
<link rel="canonical" href="http://localhost:4000/about/">
49+
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="http://localhost:4000/feed.xml">
5050
<link rel="manifest" href="/manifest.json">
5151

5252
<script type="text/javascript">
@@ -287,10 +287,10 @@
287287
</div>
288288
</div>
289289

290-
<div class="container mt-12">
290+
<div class="container mt-12 p-4">
291291
<article class="prose lg:prose-xl">
292292
<h1>About</h1>
293-
<p><img src="https://stacktoheap.com/images/profile.jpg" alt="Manoj Mahalingam" /></p>
293+
<p><img src="http://localhost:4000/images/profile.jpg" alt="Manoj Mahalingam" /></p>
294294

295295
<p>Manoj Mahalingam is a Principal Engineer at <a href="https://www.avalara.com">Avalara</a>. Previously, he worked with <a href="https://www.indix.com">Indix</a> as a Principal Engineer and with <a href="http://www.thoughtworks.com">ThoughtWorks</a> as a Senior Application Developer.</p>
296296

archives/2012/index.html

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
" property="og:description">
2323

2424

25-
<meta content="https://stacktoheap.com/archives/2012/" property="og:url">
25+
<meta content="http://localhost:4000/archives/2012/" property="og:url">
2626

2727

2828
<meta content="2012-01-01T00:00:00+00:00" property="article:published_time">
29-
<meta content="https://stacktoheap.com/about/" property="article:author">
29+
<meta content="http://localhost:4000/about/" property="article:author">
3030

3131

32-
<meta content="https://stacktoheap.com/images/logo-high-resolution.png" property="og:image">
32+
<meta content="http://localhost:4000/images/logo-high-resolution.png" property="og:image">
3333

3434

3535

@@ -38,7 +38,7 @@
3838
<meta name="twitter:creator" value="@manojlds">
3939
<meta name="twitter:card" value="summary_large_image">
4040

41-
<meta name="twitter:image" content="https://stacktoheap.com/images/logo-high-resolution.png">
41+
<meta name="twitter:image" content="http://localhost:4000/images/logo-high-resolution.png">
4242

4343

4444

@@ -48,8 +48,8 @@
4848
<link rel="stylesheet" href="/assets/css/main.css">
4949
<link rel="preload" href="/assets/css/syntax.css" as="style" onload="this.rel='stylesheet'">
5050
<noscript><link rel="stylesheet" href="/assets/css/syntax.css"></noscript>
51-
<link rel="canonical" href="https://stacktoheap.com/archives/2012/">
52-
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="https://stacktoheap.com/feed.xml">
51+
<link rel="canonical" href="http://localhost:4000/archives/2012/">
52+
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="http://localhost:4000/feed.xml">
5353
<link rel="manifest" href="/manifest.json">
5454

5555
<script type="text/javascript">
@@ -290,18 +290,17 @@
290290
</div>
291291
</div>
292292

293-
<div class="container mt-12">
293+
<div class="container mt-12 p-4">
294294
<div>
295295

296296
<h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2012
298298
</h1>
299299

300-
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
300+
<ul class="grid md:grid-cols-2 md:gap-4 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303-
<div class="card w-96 bg-base-100 shadow-xl">
304-
<!-- -->
303+
<div class="card bg-base-100 shadow-xl">
305304
<div class="card-body">
306305
<a href="/blog/2012/12/19/why-a-feature-of-our-website-stopped-working-for-norway/">
307306
<h2 class="card-title">Why a feature of our website stopped working for Norway</h2>
@@ -331,8 +330,7 @@ <h2 class="card-title">Why a feature of our website stopped working for Norway</
331330
</div>
332331

333332

334-
<div class="card w-96 bg-base-100 shadow-xl">
335-
<!-- -->
333+
<div class="card bg-base-100 shadow-xl">
336334
<div class="card-body">
337335
<a href="/blog/2012/12/16/things-that-trip-newbies-in-powershell/">
338336
<h2 class="card-title">Things that trip newbies in Powershell</h2>
@@ -350,8 +348,7 @@ <h2 class="card-title">Things that trip newbies in Powershell</h2>
350348
</div>
351349

352350

353-
<div class="card w-96 bg-base-100 shadow-xl">
354-
<!-- -->
351+
<div class="card bg-base-100 shadow-xl">
355352
<div class="card-body">
356353
<a href="/blog/2012/12/07/writing-a-git-provider-for-windows-powershell-part-3/">
357354
<h2 class="card-title">Writing a Git provider for Windows Powershell - Part 3</h2>
@@ -381,8 +378,7 @@ <h2 class="card-title">Writing a Git provider for Windows Powershell - Part 3</h
381378
</div>
382379

383380

384-
<div class="card w-96 bg-base-100 shadow-xl">
385-
<!-- -->
381+
<div class="card bg-base-100 shadow-xl">
386382
<div class="card-body">
387383
<a href="/blog/2012/12/03/writing-a-git-provider-for-windows-powershell-part-2/">
388384
<h2 class="card-title">Writing a Git provider for Windows Powershell - Part 2</h2>
@@ -412,8 +408,7 @@ <h2 class="card-title">Writing a Git provider for Windows Powershell - Part 2</h
412408
</div>
413409

414410

415-
<div class="card w-96 bg-base-100 shadow-xl">
416-
<!-- -->
411+
<div class="card bg-base-100 shadow-xl">
417412
<div class="card-body">
418413
<a href="/blog/2012/12/02/better-code-analysis-with-resharper-7-contract-annotations/">
419414
<h2 class="card-title">Better code analysis with Resharper 7 contract annotations</h2>
@@ -447,8 +442,7 @@ <h2 class="card-title">Better code analysis with Resharper 7 contract annotation
447442
</div>
448443

449444

450-
<div class="card w-96 bg-base-100 shadow-xl">
451-
<!-- -->
445+
<div class="card bg-base-100 shadow-xl">
452446
<div class="card-body">
453447
<a href="/blog/2012/12/01/writing-a-git-provider-for-windows-powershell-part-1/">
454448
<h2 class="card-title">Writing a Git provider for Windows Powershell - Part 1</h2>
@@ -478,8 +472,7 @@ <h2 class="card-title">Writing a Git provider for Windows Powershell - Part 1</h
478472
</div>
479473

480474

481-
<div class="card w-96 bg-base-100 shadow-xl">
482-
<!-- -->
475+
<div class="card bg-base-100 shadow-xl">
483476
<div class="card-body">
484477
<a href="/blog/2012/11/18/why-i-love-jetbrains-teamcity-as-a-net-developer/">
485478
<h2 class="card-title">Why I love Jetbrains TeamCity as a .NET developer</h2>
@@ -513,8 +506,7 @@ <h2 class="card-title">Why I love Jetbrains TeamCity as a .NET developer</h2>
513506
</div>
514507

515508

516-
<div class="card w-96 bg-base-100 shadow-xl">
517-
<!-- -->
509+
<div class="card bg-base-100 shadow-xl">
518510
<div class="card-body">
519511
<a href="/blog/2012/11/11/testing-extension-methods-with-microsoft-fakes/">
520512
<h2 class="card-title">Testing extension methods with Microsoft Fakes</h2>
@@ -548,8 +540,7 @@ <h2 class="card-title">Testing extension methods with Microsoft Fakes</h2>
548540
</div>
549541

550542

551-
<div class="card w-96 bg-base-100 shadow-xl">
552-
<!-- -->
543+
<div class="card bg-base-100 shadow-xl">
553544
<div class="card-body">
554545
<a href="/blog/2012/10/31/contract-testing-a-json-service-in-net/">
555546
<h2 class="card-title">Contract testing a JSON service in .NET</h2>
@@ -575,8 +566,7 @@ <h2 class="card-title">Contract testing a JSON service in .NET</h2>
575566
</div>
576567

577568

578-
<div class="card w-96 bg-base-100 shadow-xl">
579-
<!-- -->
569+
<div class="card bg-base-100 shadow-xl">
580570
<div class="card-body">
581571
<a href="/blog/2012/10/17/learning-by-answering-questions/">
582572
<h2 class="card-title">Learning by answering questions</h2>

archives/2013/index.html

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
" property="og:description">
2323

2424

25-
<meta content="https://stacktoheap.com/archives/2013/" property="og:url">
25+
<meta content="http://localhost:4000/archives/2013/" property="og:url">
2626

2727

2828
<meta content="2013-01-01T00:00:00+00:00" property="article:published_time">
29-
<meta content="https://stacktoheap.com/about/" property="article:author">
29+
<meta content="http://localhost:4000/about/" property="article:author">
3030

3131

32-
<meta content="https://stacktoheap.com/images/logo-high-resolution.png" property="og:image">
32+
<meta content="http://localhost:4000/images/logo-high-resolution.png" property="og:image">
3333

3434

3535

@@ -38,7 +38,7 @@
3838
<meta name="twitter:creator" value="@manojlds">
3939
<meta name="twitter:card" value="summary_large_image">
4040

41-
<meta name="twitter:image" content="https://stacktoheap.com/images/logo-high-resolution.png">
41+
<meta name="twitter:image" content="http://localhost:4000/images/logo-high-resolution.png">
4242

4343

4444

@@ -48,8 +48,8 @@
4848
<link rel="stylesheet" href="/assets/css/main.css">
4949
<link rel="preload" href="/assets/css/syntax.css" as="style" onload="this.rel='stylesheet'">
5050
<noscript><link rel="stylesheet" href="/assets/css/syntax.css"></noscript>
51-
<link rel="canonical" href="https://stacktoheap.com/archives/2013/">
52-
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="https://stacktoheap.com/feed.xml">
51+
<link rel="canonical" href="http://localhost:4000/archives/2013/">
52+
<link rel="alternate" type="application/rss+xml" title="StackToHeap" href="http://localhost:4000/feed.xml">
5353
<link rel="manifest" href="/manifest.json">
5454

5555
<script type="text/javascript">
@@ -290,18 +290,17 @@
290290
</div>
291291
</div>
292292

293-
<div class="container mt-12">
293+
<div class="container mt-12 p-4">
294294
<div>
295295

296296
<h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2013
298298
</h1>
299299

300-
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
300+
<ul class="grid md:grid-cols-2 md:gap-4 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303-
<div class="card w-96 bg-base-100 shadow-xl">
304-
<!-- -->
303+
<div class="card bg-base-100 shadow-xl">
305304
<div class="card-body">
306305
<a href="/blog/2013/10/20/getting-started-with-ansbile-for-a-django-project/">
307306
<h2 class="card-title">Getting started with Ansbile for a Django project</h2>
@@ -335,8 +334,7 @@ <h2 class="card-title">Getting started with Ansbile for a Django project</h2>
335334
</div>
336335

337336

338-
<div class="card w-96 bg-base-100 shadow-xl">
339-
<!-- -->
337+
<div class="card bg-base-100 shadow-xl">
340338
<div class="card-body">
341339
<a href="/blog/2013/08/24/using-git-at-a-hackathon-where-git-slash-slash-port-is-blocked/">
342340
<h2 class="card-title">Using git at a hackathon where git:// port is blocked</h2>
@@ -362,8 +360,7 @@ <h2 class="card-title">Using git at a hackathon where git:// port is blocked</h2
362360
</div>
363361

364362

365-
<div class="card w-96 bg-base-100 shadow-xl">
366-
<!-- -->
363+
<div class="card bg-base-100 shadow-xl">
367364
<div class="card-body">
368365
<a href="/blog/2013/06/19/building-a-debian-wheezy-vagrant-box-using-veewee/">
369366
<h2 class="card-title">Building a Debian Wheezy vagrant box using veewee</h2>
@@ -397,8 +394,7 @@ <h2 class="card-title">Building a Debian Wheezy vagrant box using veewee</h2>
397394
</div>
398395

399396

400-
<div class="card w-96 bg-base-100 shadow-xl">
401-
<!-- -->
397+
<div class="card bg-base-100 shadow-xl">
402398
<div class="card-body">
403399
<a href="/blog/2013/06/15/things-that-trip-newbies-in-powershell-pipeline-output/">
404400
<h2 class="card-title">Things that trip newbies in Powershell - Pipeline Output</h2>
@@ -428,8 +424,7 @@ <h2 class="card-title">Things that trip newbies in Powershell - Pipeline Output<
428424
</div>
429425

430426

431-
<div class="card w-96 bg-base-100 shadow-xl">
432-
<!-- -->
427+
<div class="card bg-base-100 shadow-xl">
433428
<div class="card-body">
434429
<a href="/blog/2013/03/14/git-learns-to-ignore-better-new-in-1-8-2/">
435430
<h2 class="card-title">git learns to ignore better - new in 1.8.2</h2>
@@ -459,8 +454,7 @@ <h2 class="card-title">git learns to ignore better - new in 1.8.2</h2>
459454
</div>
460455

461456

462-
<div class="card w-96 bg-base-100 shadow-xl">
463-
<!-- -->
457+
<div class="card bg-base-100 shadow-xl">
464458
<div class="card-body">
465459
<a href="/blog/2013/03/14/git-learns-pre-push-hook-new-in-1-8-2/">
466460
<h2 class="card-title">git learns pre-push hook - new in 1.8.2</h2>
@@ -490,8 +484,7 @@ <h2 class="card-title">git learns pre-push hook - new in 1.8.2</h2>
490484
</div>
491485

492486

493-
<div class="card w-96 bg-base-100 shadow-xl">
494-
<!-- -->
487+
<div class="card bg-base-100 shadow-xl">
495488
<div class="card-body">
496489
<a href="/blog/2013/03/11/why-use-virtualenv-when-there-is-pythonbrew/">
497490
<h2 class="card-title">Why use virtualenv when there is pythonbrew?</h2>
@@ -521,8 +514,7 @@ <h2 class="card-title">Why use virtualenv when there is pythonbrew?</h2>
521514
</div>
522515

523516

524-
<div class="card w-96 bg-base-100 shadow-xl">
525-
<!-- -->
517+
<div class="card bg-base-100 shadow-xl">
526518
<div class="card-body">
527519
<a href="/blog/2013/02/18/things-that-trip-newbies-in-powershell-encodings/">
528520
<h2 class="card-title">Things that trip newbies in Powershell - Encodings</h2>
@@ -556,8 +548,7 @@ <h2 class="card-title">Things that trip newbies in Powershell - Encodings</h2>
556548
</div>
557549

558550

559-
<div class="card w-96 bg-base-100 shadow-xl">
560-
<!-- -->
551+
<div class="card bg-base-100 shadow-xl">
561552
<div class="card-body">
562553
<a href="/blog/2013/01/20/using-typeconverters-to-get-appsettings-in-net/">
563554
<h2 class="card-title">Using TypeConverters to get AppSettings in .NET</h2>
@@ -587,8 +578,7 @@ <h2 class="card-title">Using TypeConverters to get AppSettings in .NET</h2>
587578
</div>
588579

589580

590-
<div class="card w-96 bg-base-100 shadow-xl">
591-
<!-- -->
581+
<div class="card bg-base-100 shadow-xl">
592582
<div class="card-body">
593583
<a href="/blog/2013/01/19/precompiling-razor-views-in-asp-dot-net-mvc-3/">
594584
<h2 class="card-title">Precompiling Razor views in ASP.NET MVC 3</h2>
@@ -626,8 +616,7 @@ <h2 class="card-title">Precompiling Razor views in ASP.NET MVC 3</h2>
626616
</div>
627617

628618

629-
<div class="card w-96 bg-base-100 shadow-xl">
630-
<!-- -->
619+
<div class="card bg-base-100 shadow-xl">
631620
<div class="card-body">
632621
<a href="/blog/2013/01/13/remembering-aaron-swartz-in-his-writings/">
633622
<h2 class="card-title">Remembering Aaron Swartz in his writings</h2>
@@ -649,8 +638,7 @@ <h2 class="card-title">Remembering Aaron Swartz in his writings</h2>
649638
</div>
650639

651640

652-
<div class="card w-96 bg-base-100 shadow-xl">
653-
<!-- -->
641+
<div class="card bg-base-100 shadow-xl">
654642
<div class="card-body">
655643
<a href="/blog/2013/01/06/using-mailmap-to-fix-authors-list-in-git/">
656644
<h2 class="card-title">Using mailmap to fix authors list in git</h2>

0 commit comments

Comments
 (0)