-
Aspire as ChaosMonkey
If I have all Aspire resources exposed , would not be easy to expose the endpoints to START and STOP the resources ? And from idea to implementation – it is pretty easy . 1. Add a WebApp => var builder = WebApplication.CreateBuilder(); 2. Expose List as API – Use ResourceNotificationService.TryGetCurrentState to see the…
-
Friday links 557
Heartbeats in Distributed Systems Twenty Tiny Leadership Lessons Introduction to the Architecture Decision Canvas: Making better architecture decisions together architecture-decision-record/locales/en/templates/decision-record-template-by-michael-nygard at main · joelparkerhenderson/architecture-decision-record xkcd: Is It Worth the Time? Up and Down the Ladder of Abstraction b-straub/SqliteWasmBlazor: Blazor Sqlite implementation with full EFCore and OPFS support I write about code: After 15 years, I…
-
RSCG – Silhouette
RSCG – Silhouette name Silhouette nuget https://www.nuget.org/packages/Silhouette/ link https://github.com/kevingosse/Silhouette author Kevin Gosse Profiling .net applications Measuring performance improvements This is how you can use Silhouette . 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/Silhouette
-
RSCG – docopt.net
RSCG – docopt.net name docopt.net nuget https://www.nuget.org/packages/docopt.net/ link https://github.com/docopt/docopt.net author Atif Aziz Generating command line argument parsers from usage documentation. This is how you can use docopt.net . The code that you start with is The code that you will use is The code that is generated is Code and pdf…
-
[ADCES} – De la Kineto la Site & Introducere in github copilot
Azi la 19:30 Prezentare 1: Tribulatiile unui kinetoterapeut ca programator de aplicatiePrezentator : Claudiu Andron , https://www.kinetoproactiv.ro/Descriere : Claudiu a fost nevoit sa aiba o aplicatie de gestiune de pacienti. A trecut prin mai multe iteratii ( npm, vercel , … ) . Aici va prezenta experienta lui de non-programator in discutia cu AI pentru…
-
RSCG – BlazorOcticons
RSCG – BlazorOcticons name BlazorOcticons nuget https://www.nuget.org/packages/BlazorOcticons/ link https://github.com/BlazorOcticons/BlazorOcticons author Evgeniy K. Generates Blazor components for GitHub Octicons SVG icons or from svg. Easily integrate GitHub Octicons into your Blazor applications. This is how you can use BlazorOcticons . The code that you start with is The code that you will use…
-
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…
I am ok , you are ok