Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imilosk committed Dec 10, 2024
1 parent 71216dc commit 8dd4926
Show file tree
Hide file tree
Showing 3,622 changed files with 44,475 additions and 44,287 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
94 changes: 47 additions & 47 deletions site/10.html

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions site/100.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,40 @@
<main id="main" data-pagefind-body>
<section aria-label="Blog post list">
<article id="article-991">
<a href="https://ardalis.com/use-autohotkey-to-paste-text-as-typing/" target="_blank">
<h2 class="title mb-6" id="article-991">Use AutoHotKey to Paste Text as Typing</h2>
</a>
<p class="mb-2">by Ardalis</p>
<p class="mb-6 flex gap-1.5">
<span>
<svg width="1.25rem" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"><path
xmlns="http://www.w3.org/2000/svg"
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V11.5858L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V7C11 6.44772 11.4477 6 12 6Z"></path></svg>
</span>
posted on: May 18, 2021
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">I&#x27;ve heard about AutoHotKey before but never gotten round to installing it until recently. Basically I had a bunch of text (code) that I&#x2026;Keep Reading &#x2192;</p>
</article>
<article id="article-992">
<a href="https://andrewlock.net/creating-a-simple-moving-average-calculator-in-csharp-3-extending-the-implementation-to-track-rates/" target="_blank">
<h2 class="title mb-6" id="article-992">Extending the calculator implementation</h2>
</a>
<p class="mb-2">by Andrew Lock</p>
<p class="mb-6 flex gap-1.5">
<span>
<svg width="1.25rem" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"><path
xmlns="http://www.w3.org/2000/svg"
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V11.5858L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V7C11 6.44772 11.4477 6 12 6Z"></path></svg>
</span>
posted on: May 18, 2021
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">Creating a Simple Moving Average calculator in C# - Part 3</p>
</article>
<article id="article-993">
<a href="https://www.meziantou.net/debugging-a-dotnet-assembly-without-the-original-source-code-with-visual-studio.htm" target="_blank">
<h2 class="title mb-6" id="article-991">Debugging a .NET assembly without the source code with Visual Studio</h2>
<h2 class="title mb-6" id="article-993">Debugging a .NET assembly without the source code with Visual Studio</h2>
</a>
<p class="mb-2">by G&#xE9;rald Barr&#xE9;</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -127,9 +159,9 @@ <h2 class="title mb-6" id="article-991">Debugging a .NET assembly without the so
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">When using an external closed-source library, it can sometimes be useful to understand how it works and debug it like if it were part of your solution.To display the source code of a DLL when debugging, Visual Studio relies on PDB files (Symbol files) to link compiled code to source code. This mean</p>
</article>
<article id="article-992">
<article id="article-994">
<a href="https://www.stevejgordon.co.uk/getting-started-with-github-actions-for-dotnet-developers" target="_blank">
<h2 class="title mb-6" id="article-992">Getting Started with GitHub Actions for .NET Developers</h2>
<h2 class="title mb-6" id="article-994">Getting Started with GitHub Actions for .NET Developers</h2>
</a>
<p class="mb-2">by Steve Gordon</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -143,9 +175,9 @@ <h2 class="title mb-6" id="article-992">Getting Started with GitHub Actions for
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">In this post, I wanted to share the steps required to get started with GitHub Actions to automate your workflows directly inside GitHub. I&#x2019;ve fairly recently been learning about using GitHub actions while creating and maintaining them as part of my work at Elastic. I very much agree that the best way to embed what [&#x2026;]</p>
</article>
<article id="article-993">
<article id="article-995">
<a href="https://enterprisecraftsmanship.com/posts/new-online-course-ddd-validation/" target="_blank">
<h2 class="title mb-6" id="article-993">Validation and DDD: New online course</h2>
<h2 class="title mb-6" id="article-995">Validation and DDD: New online course</h2>
</a>
<p class="mb-2">by Vladimir Khorikov</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -159,9 +191,9 @@ <h2 class="title mb-6" id="article-993">Validation and DDD: New online course</h
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">My new online training course about Validation and DDD&#xA0;went live.</p>
</article>
<article id="article-994">
<article id="article-996">
<a href="https://ayende.com/blog/193793-C/webinar-real-time-architecture" target="_blank">
<h2 class="title mb-6" id="article-994">Webinar</h2>
<h2 class="title mb-6" id="article-996">Webinar</h2>
</a>
<p class="mb-2">by Oren Eini</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -175,9 +207,9 @@ <h2 class="title mb-6" id="article-994">Webinar</h2>
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20"></p>
</article>
<article id="article-995">
<article id="article-997">
<a href="https://ardalis.com/github-fetch-upstream/" target="_blank">
<h2 class="title mb-6" id="article-995">GitHub Fetch Upstream Branch</h2>
<h2 class="title mb-6" id="article-997">GitHub Fetch Upstream Branch</h2>
</a>
<p class="mb-2">by Ardalis</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -191,9 +223,9 @@ <h2 class="title mb-6" id="article-995">GitHub Fetch Upstream Branch</h2>
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">A couple of years ago, I wrote an article on how to use the git command line to sync a fork with its upstream branch. Now, you should need&#x2026;Keep Reading &#x2192;</p>
</article>
<article id="article-996">
<article id="article-998">
<a href="https://andrewlock.net/creating-a-simple-moving-average-calculator-in-csharp-2-making-the-calculator-thread-safe/" target="_blank">
<h2 class="title mb-6" id="article-996">Making the calculator thread-safe</h2>
<h2 class="title mb-6" id="article-998">Making the calculator thread-safe</h2>
</a>
<p class="mb-2">by Andrew Lock</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -207,9 +239,9 @@ <h2 class="title mb-6" id="article-996">Making the calculator thread-safe</h2>
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">Creating a Simple Moving Average calculator in C# - Part 2</p>
</article>
<article id="article-997">
<article id="article-999">
<a href="https://www.stevejgordon.co.uk/string-manipulation-in-csharp-best-practices" target="_blank">
<h2 class="title mb-6" id="article-997">String Manipulation in C#: Best Practices</h2>
<h2 class="title mb-6" id="article-999">String Manipulation in C#: Best Practices</h2>
</a>
<p class="mb-2">by Steve Gordon</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -223,9 +255,9 @@ <h2 class="title mb-6" id="article-997">String Manipulation in C#: Best Practice
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">Last week my sixth Pluralsight course, &#x201C;String Manipulation in C#: Best Practices&#x201D; was released. This new course dives into creating, modifying, searching and parsing strings in .NET. Strings are one of the most used types in .NET applications and In this course, you&#x2019;ll uncover everything you need to know about strings to use them effectively [&#x2026;]</p>
</article>
<article id="article-998">
<article id="article-1000">
<a href="https://www.meziantou.net/understanding-the-impact-of-roslyn-analyzers-on-the-build-time.htm" target="_blank">
<h2 class="title mb-6" id="article-998">Understanding the impact of Roslyn Analyzers on build time</h2>
<h2 class="title mb-6" id="article-1000">Understanding the impact of Roslyn Analyzers on build time</h2>
</a>
<p class="mb-2">by G&#xE9;rald Barr&#xE9;</p>
<p class="mb-6 flex gap-1.5">
Expand All @@ -239,38 +271,6 @@ <h2 class="title mb-6" id="article-998">Understanding the impact of Roslyn Analy
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">Roslyn analyzers analyze your code for style, quality and maintainability, design and other issues. .NET includes builtin analyzers (Microsoft.CodeAnalysis.NetAnalyzers), and it&#x27;s very common to include a few other analyzers such as Microsoft.VisualStudio.Threading.Analyzers, Meziantou.Analyzer, or</p>
</article>
<article id="article-999">
<a href="https://ardalis.com/simple-systems-galls-law/" target="_blank">
<h2 class="title mb-6" id="article-999">Simple Systems and Gall&#x27;s Law</h2>
</a>
<p class="mb-2">by Ardalis</p>
<p class="mb-6 flex gap-1.5">
<span>
<svg width="1.25rem" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"><path
xmlns="http://www.w3.org/2000/svg"
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V11.5858L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V7C11 6.44772 11.4477 6 12 6Z"></path></svg>
</span>
posted on: May 04, 2021
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">When it&#x27;s time to build that big new system to replace the aging old one, consider Gall&#x27;s Law and the benefit of frequent feedback and&#x2026;Keep Reading &#x2192;</p>
</article>
<article id="article-1000">
<a href="https://andrewlock.net/creating-a-simple-moving-average-calculator-in-csharp-1-a-simple-moving-average-calculator/" target="_blank">
<h2 class="title mb-6" id="article-1000">A Simple Moving Average calculator</h2>
</a>
<p class="mb-2">by Andrew Lock</p>
<p class="mb-6 flex gap-1.5">
<span>
<svg width="1.25rem" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"><path
xmlns="http://www.w3.org/2000/svg"
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V11.5858L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V7C11 6.44772 11.4477 6 12 6Z"></path></svg>
</span>
posted on: May 04, 2021
</p>
<p class="max-w-full w-full line-clamp-5 text-justify mb-20">Creating a Simple Moving Average calculator in C# - Part 1</p>
</article>
<div class="button flex justify-between">
<a href="99.html"><span class="back arrow"></span></a>

Expand Down
Loading

0 comments on commit 8dd4926

Please sign in to comment.