-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
641 lines (634 loc) · 32.9 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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' unpkg.com www.googletagmanager.com *.google-analytics.com; img-src 'self' data: *;style-src 'self' 'unsafe-inline'">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="canonical" href="https://blog.jermdavis.dev/">
<meta name="description" content="Jeremy Davis : Sitecore, C# and web development">
<meta property="og:description" content="Jeremy Davis : Sitecore, C# and web development">
<meta name="author" content="Jeremy Davis">
<meta name="copyright" content="Jeremy Davis">
<title>Jeremy Davis : Sitecore, C# and web development</title>
<meta name="robots" content="index, follow">
<link type="application/rss+xml" rel="alternate" title="Jeremy Davis - Sitecore, C# and web development" href="/feed.rss">
<link type="application/atom+xml" rel="alternate" title="Jeremy Davis - Sitecore, C# and web development" href="/feed.atom">
<meta name="application-name" content="Jeremy Davis">
<meta name="msapplication-tooltip" content="Jeremy Davis">
<meta name="msapplication-starturl" content="/">
<link rel="manifest" href="/manifest.webmanifest">
<meta property="og:title" content="Jeremy Davis">
<meta property="og:image" content="https://blog.jermdavis.dev/img/social-card.png">
<meta property="og:description" content="Sitecore, C# and web development">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.jermdavis.dev/">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link href="/scss/tailwind.css" rel="stylesheet">
<link href="/vendor/Enlighter/enlighterjs.min.css" rel="stylesheet">
<link href="/scss/site-theme.css" rel="stylesheet">
<script src="/vendor/Cookies/cookies.min.js" defer=""></script>
<!-- 10/02/2025 08:24:10 -->
</head>
<body class="max-w-7xl mx-auto text-black" id="top">
<div class="relative bg-white" x-data="{ open: false }">
<!-- desktop -->
<div class="px-4 lg:px-6 bg-gray-100">
<div class="bannerContainer flex justify-between items-center border-b-2 border-gray-100 py-6 lg:justify-start lg:space-x-10">
<div class="flex justify-start lg:w-0 flex-1">
<a href="/">
<img class="mt-2" width="56" height="56" src="/img/Profile.jpg" alt="Jeremy Davis">
</a>
<div class="mx-2">
<div class="text-3xl">Jeremy Davis</div>
<div class="text-lg">Sitecore, C# and web development</div>
</div>
</div>
<div class="nav -mr-2 -my-2 lg:hidden">
<button @click="open = true" type="button" class="bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-expanded="false">
<span class="sr-only">Open menu</span>
<!-- Heroicon name: outline/menu -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
<nav class="nav hidden lg:flex space-x-10">
<a class="text-base font-medium" href="/posts">Posts</a>
<a class="text-base font-medium" href="/tags">Tags</a>
<a class="text-base font-medium" href="/about">About</a>
<a class="text-base font-medium" href="/links">Useful Links</a>
<a class="text-base font-medium" href="/mvp">MVP</a>
<a class="text-base font-medium" href="/search">Search</a>
</nav>
</div>
</div>
<!--Mobile menu, show/hide based on mobile menu state.-->
<div class="absolute top-0 inset-x-0 p-2 transition transform origin-top-right lg:hidden z-50">
<div style="display:none;" class="rounded-lg shadow-lg ring-1 ring-black ring-opacity-5 bg-white divide-y-2 divide-gray-50" x-show="open" x-transition="">
<div class="pt-5 pb-6 px-5">
<div class="flex items-center justify-between">
<div class="flex">
<a href="/">
<img class="mt-2" width="56" height="56" src="/img/Profile.jpg" alt="Jeremy Davis">
</a>
<div class="mx-2">
<div class="text-2xl">Jeremy Davis</div>
<div class="text-base">Sitecore, C# and web development</div>
</div>
</div>
<div class="nav -mr-2">
<button @click="open = false" type="button" class="bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500">
<span class="sr-only">Close menu</span>
<!-- Heroicon name: outline/x -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="nav py-6 px-5 pt-0">
<nav class=" gap-x-8">
<a class="block mt-5 text-base font-medium" href="/posts">Posts</a>
<a class="block mt-5 text-base font-medium" href="/tags">Tags</a>
<a class="block mt-5 text-base font-medium" href="/about">About</a>
<a class="block mt-5 text-base font-medium" href="/links">Useful Links</a>
<a class="block mt-5 text-base font-medium" href="/mvp">MVP</a>
<a class="block mt-5 text-base font-medium" href="/search">Search</a>
</nav>
</div>
</div>
</div>
</div>
<header class="bg-gray-300 px-4 py-1 lg:px-6 text-center" style="">
<div class="site-heading">
<div class="url p-1 bg-gray-100 rounded-md">Page printed from:
<tt>https://blog.jermdavis.dev/</tt>
</div>
<h1 class="text-5xl mb-4 pb-1">
A blog about technology that catches my attention
</h1>
<h2 class="text-2xl">It's a bit like a swap-file for my brain...</h2>
<div>10 years, 345 posts and counting</div>
</div>
</header>
<div class="py-2 lg:pl-3">
<div class="lg:flex">
<div class="lg:flex-auto mx-3 lg:min-w-0 ">
<div class="container-sm-height">
<div class="row row-sm-height">
<div class="col-md-6 right-border col-sm-height">
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2025/docker-where-did-the-forms-go">Oi Docker, where did my forms go?</a>
</h2>
<div class="post-subtitle">
<i>Rediscovering a classic (yet still confusing) issue</i>
</div>
<p class="post-meta">
Published on 10 February 2025
</p>
<p>Recently I got a fun question from a fellow dev: After pulling some changes and doing a sync of serialised data they were expecting to see some forms in the Experience Forms editor so they could work on them. But nothing was showing up... The root cause here is a bit of a classic issue that many people will have seen before, but it still seemed worth writing it up. Even if just to emphasise that this has been around for a while and it's still a thing even if you're using containers.</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/forms/" class="whitespace-nowrap">
Forms</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/contentsearch/" class="whitespace-nowrap">
ContentSearch</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/platform-dxp/" class="whitespace-nowrap">
Platform DXP</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/docker/" class="whitespace-nowrap">
Docker</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~2 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2025/debugging-with-counters">Reference counting for debugging resource leaks</a>
</h2>
<div class="post-subtitle">
<i>A way you can spot leaks without a memory dump</i>
</div>
<p class="post-meta">
Published on 27 January 2025
</p>
<p>I wrote about
<a href="/posts/2024/event-memory-issues" target="_blank" rel="noopener">diagnosing some issues with static event bindings</a>
in a previous post, and talked about finding these issues of "subscribing more than you unsubscribe" with memory dumps. But finding this sort of a problem before it becomes an issue is better if you can, so what techniques might we use for that?</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/c/" class="whitespace-nowrap">
C#</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/platform-dxp/" class="whitespace-nowrap">
Platform DXP</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~6 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2025/loving-linqpad">LINQPad is great!</a>
</h2>
<div class="post-subtitle">
<i>And this isn't even a sponsored post...</i>
</div>
<p class="post-meta">
Published on 13 January 2025
</p>
<p>Over the festive break I spent a bit of time trying some of the challenges in this year's
<a href="https://adventofcode.com/2024" target="_blank" rel="noopener">Advent of Code</a>. I wrote the logic for my answers using
<a href="https://www.linqpad.net/" target="_blank" rel="noopener">LINQPad</a>, and it struck me that this has become one of my favourite developer tools. So here are a few of the reasons why it's become a key part of my toolkit, and why it might be a useful thing to add to yours too.
</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/net/" class="whitespace-nowrap">
.Net</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/c/" class="whitespace-nowrap">
C#</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~4 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/integrating-ping">Integrating Ping Identity for public login</a>
</h2>
<div class="post-subtitle">
<i>If you don't want Entra for your IDAM, what else might you do?</i>
</div>
<p class="post-meta">
Published on 16 December 2024
</p>
<p>A while back I wrote a bit about how you might integrate
<a href="https://blog.jermdavis.dev/posts/2024/minimal-change-entra-sitecore" target="_blank" rel="noopener">Extra External ID with Sitecore</a>
to provide a very minimal IDAM integration for login. But in the follow-ups to the internal discussions that gave me the idea for that post, my project started talking about alternatives to Entra. So what might you be able to do if you chose
<a href="https://www.pingidentity.com/" target="_blank" rel="noopener">Ping Identity</a>
instead?</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/composable/" class="whitespace-nowrap">
Composable</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~8 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/event-memory-issues">Watch out for Events in your Sitecore code</a>
</h2>
<div class="post-subtitle">
<i>They are an excellent way to break stuff if you don't understand them...</i>
</div>
<p class="post-meta">
Published on 02 December 2024
</p>
<p>After my recent delve into
<a href="https://blog.jermdavis.dev/posts/2024/optimising-allocations-for-performance" target="_blank" rel="noopener">memory optimisation for non-work code</a>, I spent some time recently investigating a memory issue in a production Sitecore site. The outcome of that was an issue which can be a common problem for .Net code. So in the hope of seeing it less in the future, here are some notes on what I saw and how you can avoid the same trap...</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/performance/" class="whitespace-nowrap">
Performance</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/platform-dxp/" class="whitespace-nowrap">
Platform DXP</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/azure/" class="whitespace-nowrap">
Azure</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~5 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/optimising-allocations-for-performance">Optimising your allocations in .Net</a>
</h2>
<div class="post-subtitle">
<i>If you want to go fast, you need to care about memory...</i>
</div>
<p class="post-meta">
Published on 18 November 2024
</p>
<p>I spend most of my working life building website code at work, and sometimes I get involved in performance work with that sort of system. In fact
<a href="https://blog.jermdavis.dev/posts/2017/measure-if-you-want-to-go-faster" target="_blank" rel="noopener">I've written and presented on that topic for Sitecore in the past</a>. But some code I've been working on in my own time needs much more focus on code performance than that - the maths-heavy code for ray tracing. I've been looking at some optimisiations for that recently. And one thing that this has reinforced for me is how "easy to write" code can have some performance challenges...</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/c/" class="whitespace-nowrap">
C#</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/performance/" class="whitespace-nowrap">
Performance</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/visual-studio/" class="whitespace-nowrap">
Visual Studio</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/profiling/" class="whitespace-nowrap">
Profiling</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~9 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/extracting-article-headings">Extracting blog article headings for navigation</a>
</h2>
<div class="post-subtitle">
<i>I've been meaning to implement this for a while...</i>
</div>
<p class="post-meta">
Published on 04 November 2024
</p>
<p>I've wanted to add some logic to this site to display article headings as navigation for a while. And I've also been thinking it would be helpful if you were able to link directly to headings. Pleasingly the Statiq engine makes doing this pretty simple, so here's how my attempt works:</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/c/" class="whitespace-nowrap">
C#</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/statiq/" class="whitespace-nowrap">
Statiq</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~6 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/post-symposium-wrap-up">My post-Symposium wrap up</a>
</h2>
<div class="post-subtitle">
<i>What was novel and cool to me?</i>
</div>
<p class="post-meta">
Published on 22 October 2024
</p>
<p>Symposium is over for another year. I have
<em>mostly</em>
recovered from the jet-lag now and I've wrestled my inbox into submission at work. So it's time to write up my thoughts on the conference. I took about 35 pages of notes over the course of the week, plus countless photos of slides. So from all that what stuck out as interesting to me?</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/symposium/" class="whitespace-nowrap">
Symposium</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/platform-dxp/" class="whitespace-nowrap">
Platform DXP</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/xm-cloud/" class="whitespace-nowrap">
XM Cloud</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/stream/" class="whitespace-nowrap">
Stream</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~8 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/minimal-change-entra-sitecore">What's the 'minimal change' to use Entra External ID for public login with Sitecore?</a>
</h2>
<div class="post-subtitle">
<i>How much work would be required to allow its use?</i>
</div>
<p class="post-meta">
Published on 07 October 2024
</p>
<p>I did a little proof-of-concept hacking recently around the idea of "what's the least work required to allow your existing Sitecore website public login to move to Entra". I ended up with the bones of an interesting approach, which might be of interest to others. So read on for ideas:</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/composable/" class="whitespace-nowrap">
Composable</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/entra/" class="whitespace-nowrap">
Entra</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~5 min. read</span>
</div>
</div>
<div class="post-preview">
<h2 class="post-title">
<a href="/posts/2024/docker-sitecore-secrets-warning">Docker might not like your Sitecore secrets</a>
</h2>
<div class="post-subtitle">
<i>Why do I suddenly have odd looking warnings?</i>
</div>
<p class="post-meta">
Published on 23 September 2024 (Updated 23 September 2024)
</p>
<p>I quite often clone Sitecore's Docker Examples repo and spin up a Sitecore instance to experiment with. It's a quick way to create a disposable site which I can easily configure and deploy little bits of test code to. But recently I did this and noticed some odd warnings. So here's what happened and why, to help you avoid the same issue...</p>
<div class="flex py-1 flex-wrap">
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/sitecore/" class="whitespace-nowrap">
Sitecore</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/platform-dxp/" class="whitespace-nowrap">
Platform DXP</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/docker/" class="whitespace-nowrap">
Docker</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md">
<a href="/tags/containers/" class="whitespace-nowrap">
Containers</a>
</span>
<span class="py-1 px-1 mr-1 mt-1 bg-gray-100 rounded-md whitespace-nowrap">~3 min. read</span>
</div>
</div>
<div class="flex">
<span class="flex-grow inline-block"></span>
<span class="text-xl p-2 mr-1 bg-gray-200 rounded-md my-1 whitespace-nowrap">
<a href="/page/2" role="button">Older Posts --></a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar lg:flex-none lg:w-64 m-0 mt-1 lg:mt-0 lg:p-1 lg:bg-gray-100">
<div class="md:flex-row md:flex lg:flex-col md:flex-wrap lg:order-1">
<section class="mvp md:flex-2 md:border-l-2 md:border-gray-300 lg:border-l-0 md:shrink-0 lg:order-2 md:order-last">
<h3 class="bg-gray-300 p-2 whitespace-nowrap">Sitecore MVP 2015-2025</h3>
<div class="bg-white mb-2 p-2">
<a href="/mvp">
<img class="lg:mx-auto" src="/img/mvp/program.png" width="219" height="219" alt="2025 MVP Badge">
</a>
</div>
</section>
<section class="md:basis-1/5 md:shrink-0 mb-2 lg:order-3">
<h3 class="bg-gray-300 p-2 md:border-r-2 md:border-white lg:border-r-0 whitespace-nowrap">Recent Tags</h3>
<div class="bg-white p-2 flex flex-wrap">
<a href="/tags/forms/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Forms
</a>
<a href="/tags/sitecore/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Sitecore
</a>
<a href="/tags/contentsearch/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
ContentSearch
</a>
<a href="/tags/platform-dxp/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Platform DXP
</a>
<a href="/tags/docker/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Docker
</a>
<a href="/tags/c/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
C#
</a>
<a href="/tags/net/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
.Net
</a>
<a href="/tags/composable/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Composable
</a>
<a href="/tags/performance/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Performance
</a>
<a href="/tags/azure/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Azure
</a>
</div>
</section>
<section class="md:basis-1/5 md:shrink lg:order-3">
<h3 class="bg-gray-300 p-2 md:border-r-2 md:border-white lg:border-r-0 whitespace-nowrap">Top Tags</h3>
<div class="bg-white p-2 flex flex-wrap">
<a href="/tags/sitecore/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Sitecore (239)</a>
<a href="/tags/platform-dxp/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Platform DXP (213)</a>
<a href="/tags/c/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
C# (66)</a>
<a href="/tags/powershell/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
PowerShell (32)</a>
<a href="/tags/installation/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Installation (23)</a>
<a href="/tags/docker/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Docker (19)</a>
<a href="/tags/solr/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Solr (19)</a>
<a href="/tags/general/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
General (18)</a>
<a href="/tags/containers/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
Containers (17)</a>
<a href="/tags/ui/" class="flex-initial text-lg p-1 mr-1 bg-gray-100 rounded-md mt-1">
UI (15)</a>
</div>
<div class="bg-white mb-2 p-2">
<a class="text-lg" href="/tags" role="button">All Tags
<i class="fas fa-angle-double-right"></i>
</a>
</div>
</section>
<section class="md:flex-2 md:border-l-2 md:border-gray-300 lg:border-l-0 md:shrink lg:order-4">
<h3 class="bg-gray-300 p-2 md:border-r-2 md:border-white lg:border-r-0 whitespace-nowrap">Recent Months</h3>
<div class="bg-white p-2">
<div>
<a class="text-lg" href="/posts/2025-02">2025 - February</a>
</div>
<div>
<a class="text-lg" href="/posts/2025-01">2025 - January</a>
</div>
<div>
<a class="text-lg" href="/posts/2024-12">2024 - December</a>
</div>
<div>
<a class="text-lg" href="/posts/2024-11">2024 - November</a>
</div>
<div>
<a class="text-lg" href="/posts/2024-10">2024 - October</a>
</div>
</div>
<div class="bg-white mb-2 p-2">
<a class="text-lg" href="/posts" role="button">All Months
<i class="fas fa-angle-double-right"></i>
</a>
</div>
</section>
<section class="md:flex-1 md:border-l-2 md:border-gray-300 lg:border-l-0 md:shrink-0 lg:order-5">
<h3 class="bg-gray-300 p-2 md:border-r-2 md:border-white lg:border-r-0 whitespace-nowrap">Socials</h3>
<div class="bg-white mb-2 p-2">
<table>
<tbody>
<tr>
<td class="border-0">
<a rel="me" target="_blank" href="https://bsky.app/profile/jermdavis.dev">
<img src="/img/bluesky.png" width="32" height="32" alt="Bluesky Logo">
</a>
</td>
<td class="border-0 md:hidden sm:table-cell lg:table-cell">
<a class="text-lg ml-2" rel="me" target="_blank" href="https://bsky.app/profile/jermdavis.dev">
Bluesky
</a>
</td>
</tr>
<tr>
<td class="border-0">
<a rel="me" target="_blank" href="https://www.linkedin.com/in/djdavis/">
<img src="/img/linkedin.png" width="32" height="32" alt="LinkedIn Logo">
</a>
</td>
<td class="border-0 md:hidden sm:table-cell lg:table-cell">
<a class="text-lg ml-2" rel="me" target="_blank" href="https://www.linkedin.com/in/djdavis/">
LinkedIn
</a>
</td>
</tr>
<tr>
<td class="border-0">
<a rel="me" target="_blank" href="https://sitecorechat.slack.com/team/U73KL641G">
<img src="/img/slack.png" width="32" height="32" alt="Sitecore Slack Logo">
</a>
</td>
<td class="border-0 md:hidden sm:table-cell lg:table-cell">
<a class="text-lg ml-2" rel="me" target="_blank" href="https://sitecorechat.slack.com/team/U73KL641G">
Sitecore Slack
</a>
</td>
</tr>
<tr>
<td class="border-0">
<a rel="me" target="_blank" href="https://mastodon.social/@jermdavis">
<img src="/img/mastodon.png" width="32" height="32" alt="Mastodon Logo">
</a>
</td>
<td class="border-0 md:hidden sm:table-cell lg:table-cell">
<a class="text-lg ml-2" rel="me" target="_blank" href="https://mastodon.social/@jermdavis">
Mastodon
</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</div>
</div>
</div>
<footer class="lg:flex order-1 bg-gray-100 px-4 lg:px-6 py-4">
<div class="flex-1 lg:flex-1 text-center lg:text-left">
<div>©
<a target="_blank" class="font-medium" rel="noopener" href="https://jermdavis.dev/">Jeremy Davis</a>
2014-2025</div>
</div>
<div class="lg:flex-1 lg:order-3 text-center lg:text-right">
<a class="font-medium" href="/tools">Published using Statiq</a>
<br>
</div>
<ul class="list-none lg:flex-1 lg:order-2 p-0 text-center lg:align-middle" style="margin:0px !important">
<li class="inline-block">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 5c7.18 0 13 5.82 13 13M6 11a7 7 0 017 7m-6 0a1 1 0 11-2 0 1 1 0 012 0z"></path>
</svg>
</li>
<li class="inline-block ml-4">
<a class="font-medium" target="_blank" href="/feed.rss">RSS</a>
</li>
<li class="inline-block ml-4">
<a class="font-medium" target="_blank" href="/feed.atom">Atom</a>
</li>
</ul>
</footer>
<div class="min-h-screen bg-gray-300 py-6 flex flex-col justify-center sm:py-12" x-data="{ hide_banner: true }" x-init="hide_banner = docCookies.hasItem('hide_banner');" x-bind:class="{ 'hidden': hide_banner, 'fixed': !hide_banner }">
<div class="border-2 border-gray-600 bg-gray-100 max-w-screen-lg mx-auto fixed bg-white inset-x-5 p-5 bottom-10 rounded-lg drop-shadow-2xl flex gap-4 flex-wrap md:flex-nowrap text-center md:text-left items-center justify-center md:justify-between">
<div class="w-full text-lg">
<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage" rel="noreferrer" target="_blank">This website uses Google Analytics, and its cookies.</a>
</div>
<button type="button" @click="hide_banner = true; docCookies.setItem('hide_banner', true, 'Fri, 31 Dec 9999 23:59:59 GMT', null, null, null, 'strict');" class="bg-gray-400 px-5 py-2 text-white rounded-md hover:bg-gray-600 focus:outline-none" aria-label="Dismiss">Understood</button>
</div>
</div>
<script src="/vendor/Alpine/alpine.3.13.3.min.js" defer=""></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-JQ44ZR47YX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JQ44ZR47YX');
</script>
</body>
</html>