-
Friday links 556
Dutchskull/Aspire.PolyRepo: This library for DotNet Aspire enables poly repo support and the addition of Git repositories to your Aspire projects. It simplifies multi-repository management and streamlines dependency handling, making it easier to work with multiple repositories in a Aspire project. Top 5 Text-to-Speech Open Source Models – KDnuggets perspective-dev/perspective: A data visualization and analytics component,…
-
Blazor Browser History–part 03–implementation
01 Introduction Because I said that I have 2 implementations for same sqlite database (SqliteWasmBlazor and BitBeSql), there will be interfaces . The first one is to save data and retrieve data – a CRUD 02 Interface IBrowserUserHistoryRepositoryDatabase Description: Base interface defining database operations for browser history. This is the core abstraction for data persistence.…
-
Blazor Browser History – part 02 – Database
To store data where the user have been it is not so complicated. However, the part of making querys – I do prefer old SQL . So the choice will be a database that runs into the browser- and Sqlite seems the choice – see https://sqlite.org/wasm/doc/trunk/index.md Now the only thing is to find a provide…
-
Blazor Browser History – part 1 – idea
Working with UI , I remember the old times where there was a MRU . So , why not do one for Blazor ? Especially for Blazor WASM . What should do: 1. See what URL’s have the user have been accessed . Retrieve URL and Page Title . 2. Store this into a browser…
-
Friday links 555
wshobson/agents: Intelligent automation and multi-agent orchestration for Claude Code Running 1:1s for Engineers | Off by One Advice for New Principal Tech ICs (i.e., Notes to Myself) Shadow work in engineering teams – by Anton Zaides Startup Engineering Team Organisation The Scam Called “You Don’t Have to Remember Anything” • Zettelkasten Method How to write…
-
RSCG – Imposter
RSCG – Imposter name Imposter nuget https://www.nuget.org/packages/Imposter/ link https://github.com/themidnightgospel/Imposter author Bitchiko Tchelidze Generate classes from interfaces and allows return of mock data. Useful for testing and prototyping. This is how you can use Imposter . The code that you start with is The code that you will use is The code…
-
RSCG – Monify
RSCG – Monify name Monify nuget https://www.nuget.org/packages/Monify/ link https://github.com/MooVC/monify author Paul Martin Generate primitive strongly typed wrapper around a single value object This is how you can use Monify . The code that you start with is The code that you will use is The code that is generated is Code…
-
RSCG – BoolParameterGenerator
RSCG – BoolParameterGenerator name BoolParameterGenerator nuget https://www.nuget.org/packages/BoolParameterGenerator/ link https://github.com/9swampy/BoolEnumGenerator author Justin Buchanan Generate boolean enum types This is how you can use BoolParameterGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/BoolParameterGenerator
-
Friday links 554
Strategic Pagination Patterns for .NET APIs – Roxeem The Evolution of .NET Dependency Resolution FastEndpoints, Controllers, and Minimal APIs Compared: A Complete .NET Developer Guide | NimblePros Blog Your URL Is Your State Artificial Intelligence Broke Interviews – Yusuf Aytas Free software scares normal people—Daniel De Laney Why I code as a CTO Where to…
-
Package analyzer and project references upstream and downstream
A project can have other projects as reference – or he can be a referee from another project. Initially , this was the image – to see every relation as a matrix But , I have had a better thought : I can count the upstream and the downstream references – and so I have…
I am ok , you are ok