-
Friday links 568
I built an app in every frontend framework – DEV Community Prioritize Relatively yoksel/svg-filters: ✨ SVG Filters Playground AI vs human code gen report: AI code creates 1.7x more issues Poésies Françaises au cours des siècles If You’ve Never Broken It, You Don’t Really Know It – O’Reilly wooorm/starry-night: Syntax highlighting, like GitHub microsoft/docfind: A…
-
Azure Cache Redis in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Managed Redis. My goal was simple: run Redis locally as a container, connect a console client project to it through .NET Aspire with access key authentication, and validate that the client can set and retrieve cache values end-to-end. How it looks like This is…
-
Azure Storage Blobs in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Storage (Blob Storage). My goal was simple: run Blob Storage locally using the emulator, connect a console client project to it through .NET Aspire, and validate that the client can create a blob container end-to-end. How it looks like This is the Azure Storage…
-
Azure PostgreSQL Flexible in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure PostgreSQL Flexible Server. My goal was simple: run PostgreSQL locally, connect a console client project to it through .NET Aspire, and validate that the client can open a database connection end-to-end. How it looks like This is the PostgreSQL container / database view How…
-
Friday links 567
How to write good frontend tests: 37 tips and tricks | How To Test Frontend Software engineers should be a little bit cynical Creating Your Own Opportunities – Terrible Software Advice For Individual Contributors | Stay SaaSy Try to Take My Position: The Best Promotion Advice I Ever Got – AGY j-brooke/FracturedJson: JSON formatter that…
-
lomapper
RSCG – lomapper name lomapper nuget https://www.nuget.org/packages/lomapper/ link https://github.com/jdtoon/lomapper author Junaid Desai Generates object mapping code at compile time using source generators . How to use 1. Decorate a partial mapper class with [Mapper] and declare partial mapping methods: “`charp [Mapper] public parial class UserMapper { [MapIgnore(nameof(Person.ID))] public partial PersonDTO Map(Peron entity); } “` 2.…
-
Najlot.Audit.SourceGenerator
RSCG – Najlot.Audit.SourceGenerator name Najlot.Audit.SourceGenerator nuget https://www.nuget.org/packages/Najlot.Audit.SourceGenerator/ link https://github.com/najlot/Audit author Najlot Generates audit/change-tracking code at compile time — detects which properties changed between two snapshots of an object. How to use 1. Mark your entity and a partial provider with [AuditProvider]: “`charp [AuditProvider] public partial class Person { public string FirstName { get; set; }…
-
{ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Restaurant Vanity https://maps.app.goo.gl/JdEWeykHCHN91Mjs6
-
TaggedEnum
RSCG – TaggedEnum name TaggedEnum nuget https://www.nuget.org/packages/TaggedEnum/ link https://github.com/al0rid4l/SixTatami author Alor’idal Generates dictionary-based lookup, fast string conversion, and name/value retrieval for enums with custom data tags — like tagged unions for enums. How to use 1. Decorate with Tagged and attach Data to each member: “`csharp [Tagged] public enum CarTypes { [Data(“this is none”)] None,…
-
Friday links 566
Microsoft Agent Framework with Ollama (.NET/C#) – DEV Community AspNetCoreDiagnosticScenarios/AsyncGuidance.md at master · davidfowl/AspNetCoreDiagnosticScenarios Everything I know about good system design 2025: The year in LLMs AI Systems Engineering Patterns – Alex Ewerlöf Notes Common problems managing senior engineers BlueprintLabIO/markdown-ui: An open standard for rendering interactive widgets in plain Markdown. ExposedByDefault – What Your Browser…
I am ok , you are ok