-
Demeter and Roslyn–part 1–idea
Stop Your C# Code Talking to Strangers: Introducing a Law of Demeter Roslyn Analyzer The Law of Demeter (LoD),often summarized as “Only talk to your immediate friends,” is a valuable principle for writing loosely coupled,maintainable code. Code that follows LoD tends to be less fragile and easier to refactor. But manually checking for LoD violations?…
-
Friday links 505
How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix Good software development habits | Zarar’s blog DataExpert-io/data-engineer-handbook: This is a repo with links to everything you’d ever want to learn about data engineering Why Goodhart’s Law Isn’t All That Useful • Leadership Garden Foursquare Open Source Places: A new foundational…
-
RSCG – EntityLengths.Generator
RSCG – EntityLengths.Generator name EntityLengths.Generator nuget https://www.nuget.org/packages/EntityLengths.Generator/ link https://github.com/TarasKovalenko/EntityLengths.Generator/ author Taras Kovalenko Generating constants for max length for properties in entities This is how you can use EntityLengths.Generator . The code that you start with is The code that you will use is The code that is generated is Code and…
-
Friday links 504
1 dataset. 100 visualizations. Commons:Picture of the Year – Wikimedia Commons The president’s doctor: Why your projects take forever ️ My strategy against distractions as a software engineer working in an open-floor office Dumb Leadership Mistakes I’ve Made — Laura Tacho 5 Mental Models That Will Take Your Leadership from Good to Great | by…
-
What I have learned by building .NET Stars -part 5 – always available data for a display website
What I have learned by building .NET Stars -part 5 – always available data for a display website Dotnet Stars being a site just for displaying data,it does not require an API per se. Yes,for development purposes it needs a database and an API to display – but later – the data could be retrieved…
-
RSCG-Composite Provider – part 2 -execution
Imagine this: For every interface IA you create: Your composite provider implements IA seamlessly In the constructor,pass an array of IA providers Each method returns the first successful value from your array of providers For even better performance,use a boolean flag to optimize by reusing previous successes The RSCG_CompositeProvider package doesnΓÇÖt just solve the obvious…
-
{ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Atentie : schimbam locatia la Restaurant Vanity https://maps.app.goo.gl/JdEWeykHCHN91Mjs6
-
RSCG-Composite Provider – part 1 -idea
API Outage solved with local data The problem that I try to solve is : How an UI can have data to show,even if the API from where it gathers data does not work ? Imagine having a robust system that adaptively switches between retrieving data from multiple sources – including internal APIs,memory-based storage,or even…
-
Friday links 503
Enabling automatic trust for self-signed certificates in containers during local development with .NET Aspire When you’re pigeonholed as “great at project management” A comparison of Rust’s borrow checker to the one in C# | em-tg 6 Best Practices to Manage Pull Request Creation and Feedback docsifyjs/docsify: A magical documentation site generator. Get Me Out Of…
-
Global AI Bootcamp Bucarest
The presentation for Global AI Bootcamp Bucarest https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/305949555/ From Vlad Iliescu https://github.com/vladiliescu/talk-agents-agents-agents From Daniel Costea https://docs.google.com/presentation/d/1AD0mE_otKot_WTGUcYrGZO25yHzuDXEvKNT0lXueN9M/edit?usp=sharing From me https://ignatandrei.github.io/Presentations/GenAIScriptprez.html#/
I am ok , you are ok