-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedium.html
More file actions
509 lines (508 loc) Β· 23.3 KB
/
medium.html
File metadata and controls
509 lines (508 loc) Β· 23.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medium</title>
<link rel="stylesheet" href="medium.css">
</head>
<body>
<div class="a">
<h1>Medium</h1>
<div>
<input class="F" type="text" name="query" placeholder="πSearch...">
</div>
<p class="G"> βοΈ write</p>
<button class="t">sign up</button>
<button class="tt">sign in</button>
<button class="r">π€</button>
</div>
<div id="last">
<div id="one">
<div class="B">
<h1>Matt Bentley</h1>
</div>
<div class="J">
<div class="ab"><p >Home </p></div>
<div class="ba"><p> About</p></div>
</div>
<div id="two">
<div class="C">
<div class="H">∞</div>
<P class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">How Useful Is Generative AI for an Experienced Software Engineer?
<p class="dc">Exploring the impact of Gen AI on programming as a senior Software Architect.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 120620.png" alt="photo" class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd"> What actually is a Software Architect?
<p class="dc">Unpacking the different roles in Software Architecture and exploring what makes a great Architect.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121234.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">My Top 3 Tips for Being a Great Software Architect
<p class="dc">My top tips for being a great Software Architect and making the best decisions for your teams and projects.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121408.png" alt="photo"class="cd">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">My Favourite Software Architecture Patterns
<p class="dc">Exploring my most loved Software Architecture patterns and their practical applications.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121520.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">How and Why We Rolled Our Own Field Encryption Using Entity Framework
<p class="dc">How we broke down our complex Encryption requirements using Field Encryption with Entity Framework Core. Including code, performance optimizations and benchmarks.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121635.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">How We Doubled the Performance of Our App When Using GUID/UUID Primary Keys in SQL
<p class="dc">A walkthrough of performance considerations when using GUID/UUIDs for database Primary Keys, including code optimizations and benchmarks.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121800.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd"> My 10 Year Journey from Junior Software Engineer to Head of Engineering
<p class="dc">A candid exploration of my unique journey through the dynamic World of Software Engineering</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121833.png" alt="photo" class="cd">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Advanced C# Performance Optimization Techniques β Part 2
<p class="dc">Part 2 of Advanced C# Performance Optimization Techniques focuses on some useful design patterns for speeding up our code.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 121853.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Advanced C# Optimizations Which Boosted Our Applicationβs Performance 10x
<p class="dc">A step by step walkthrough of how my team optimized a real C# problem, including detailed explanations and benchmarks.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122144.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p>Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Our Software Engineering Teamβs Journey Running Code Katas
<p class="dc">My teamβs experiences running and refining Code Katas to re-energise our Software Developers.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122206.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Clash of the Titans: Serverless vs Kubernetes
<p class="dc">A showdown between Serverless and Kubernetes. Which one is right for your team?</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122226.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">How to Build an Effective DevOps Team
<p class="dc">An opinionated guide to scaling your Software Engineering organisation using DevOps.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122251.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Testing in High Performing Software Teams
<p class="dc">A journey of testing throughout the Software Lifecycle of a Feature in modern high performing software teams.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122432.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Lessons Learnt from 3 Years as Head of Platforms
<p class="dc">How we supercharged our Software Engineering Team using Platforms.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122505.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Domain-Driven Design: Understanding Value Objects
<p class="dc">A guide to implementing Value Objects β Domain-Driven Designβs most powerful, yet least understood and utilized building block</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 122554.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Driving Consistent Behaviour in .NET Using the Unit of Work Pattern
<p class="dc">A guide to implementing the Unit of Work pattern in an Entity Framework .NET application and using it to drive additional behaviours.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 221651.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Mastering API Performance Testing with k6, Grafana and WireMock
<p class="dc">A Comprehensive Guide to Load Testing APIs with k6, Grafana, and WireMock.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 221721.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">A Simple Event Sourcing Implementation in .NET
<p class="dc">A beginners guide to Event Sourcing and how to implement Event Sourcing in .NET using Entity Framework Core and MediatR.
</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 221745.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">CQRS in ASP.NET with Separate Read/Write Models using MediatR
<p class="dc">How to implement CQRS in ASP.NET using MediatR. A guided example using CQRS with separate Read and Write models using Enity Framework Core for Commands and Dapper for Queries.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 223307.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">Choosing a CQRS Architecture That Works for You
<p class="dc">A comparison between the different types of CQRS architecture and how to choose the right one for your problem</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 223354.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
<div id="two">
<div class="D">
<div class="H">∞</div>
<p class="cc">Published in level up coding</p>
</div>
<div class="K">
<h1 class="dd">5 Quick Tips And Techniques To Write Better Code
<p class="dc">Some simple tips and techniques to help you write cleaner code today.</p>
</h1>
<img src="Pictures/Screenshots/Screenshot 2025-05-05 223422.png" alt="photo"class="cd" width="200px">
</div>
<div class="E">
<div class="I">★</div>
<p>Apr7 π476 π¬8</p>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=bookmark_add" />
<span class="material-symbols-outlined">
bookmark_add
</span>
</div>
</div>
</div>
<div id="three">
<div id="four">
<div class="photo">
<img src="/Documents/WhatsApp Image 2025-05-03 at 13.41.07_ea821abe.jpg" alt="my photo" class="vansh">
</div>
<div>
<H4>Matt Bentley</H4>
</div>
<div>
<p>5.4K Followers</p>
<p>Head of Engineering - Love learning new<br> technologies and software development<br> practices to take teams to the next level!</p>
</div>
<div class="W">
<button class="X">follow</button>
<button class="Y">📩</button>
</div>
<div>
<h4>Following</h4>
</div>
<div class="U">
<button class="V">π€</button>
<p class="on">Julie Zhuo</p>
<button class="Z">...</button>
</div>
<div class="U">
<button class="V">π€</button>
<p class="on">The Medium Blog</p>
<button class="Z">...</button>
</div>
<div class="U">
<button class="V">π€</button>
<p class="on">Jarek Orzel</p>
<button class="Z">...</button>
</div>
<div class="U">
<button class="V" >π€</button>
<p class="on">Eduardo</p>
<button class="Z">...</button>
</div>
<div class="U" style="justify-content: space-between;">
<div style="display: flex; justify-content: start;">
<button class="V">π€</button>
<p class="on">ITNEXT</p>
</div>
<button class="Z">...</button>
</div>
<div>
<a href="https://medium.com/@mattbentley_67939/following"> see all (56)</a>
</div>
<div>
<p>Help Status About Careers Press Blog Privacy Rules Terms Text to speech</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>