Sarah Dutkiewicz

Results 32 issues of Sarah Dutkiewicz

I've been running into this lately in my feeds and didn't see it here. Adding this to get it on our radar. See also: - [Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends) - [AWS...

Saw @ardalis mention this in devBetter. - Create a page here for the Template Method Pattern - Link to [the Pluralsight course](https://www.pluralsight.com/courses/c-sharp-design-patterns-template-method) that is currently linked on the Design Patterns...

Can we get stats on things like: - How many pages? - Maybe how many pages by category? - Are we tracking other metrics?

## Problem Another community member and I were trying to see if Matplotlib's `animation.FuncAnimation` would work in PyScript using [this Matplotlib demo](https://matplotlib.org/stable/users/explain/animations/animations.html). We ran into the following error: ``` AttributeError:...

help wanted

Closes #748 - Regenerated the table of contents - Added a link to the 7.1 version of the library

In the README for this repo, I noticed 2 things: - The link in the table of contents for "Controllers and Razor Pages" is broken. The URL should link to...

Currently, the [Code Smells page](https://deviq.com/antipatterns/code-smells) previews with the stock DevIQ image Screenshot with OGSpy: ![image](https://github.com/ardalis/DevIQ-gatsby/assets/106202/a1f20b55-e5b1-49b6-8cc2-730d3a1edc23) Create a featured image for Code Smells and update the frontmatter accordingly.

bug

Running Clean Architecture template 9.1.2 with .NET 8.0.300 Saw these in the Web project. Are these still needed? ```xml ``` I removed them from my project locally and am not...

Running Clean Architecture Template version 9.1.2 with .NET 8.0.300 UseCases project references Microsoft.EntityFrameworkCore.Relational. This isn't used anywhere in the project and can be removed.

And link to Kevin Lloyd's post when it's live!