-
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…
-
Package Analyzer and show major versions differ
One of problems in software with packages is when you have 2 projects that reference the same package – but with 2 versions that differ. But it is often very difficult to understand the path that comes to this . PackageAnalyzer identifies this and generate an image for each package, showing the path : You…
-
{ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Restaurant Vanity , ora 19:30 https://maps.app.goo.gl/JdEWeykHCHN91Mjs6
-
Package Analyzer- showing stacks of projects
The package analyzer analyzes a solution and renders a HTML page that shows summary – see https://ignatandrei.github.io/PackageAnalyzer/ The relations between projects could be rendered as a mermaid flowchart – as an example, But … I have encountered another project https://github.com/matzehuels/stacktower – and the rendering is far more interesting. You can have the same output by…
I am ok , you are ok