-
Retarder–Fixed and Random strategy and Tests-part 4
Now I want to make a second strategy : the random strategy between a min and a max value. This is only to minimize the impact on the extension that uses the Random – it is good to be hidden inside. For Random Strategy it is better to re-use the Fixed Strategy – and this…
-
Retarder – Making a strategy to wait–part 3
Now I want to make the await configurable. To remind,first is just a random delay ( or static delay). The others are Delay execution of some endpoints,based on how frequent are their uses Delay execution based on headers / query string / routes Delay execution based on client IP Delay execution based on the response…
-
Retarder- reorganizing the project to easy use- part 2
Now it is the moment to start reorganizing the project to be easy to use by other programmers. I want,instead of registering the services manually,to can use .AddRetarder and .UseRetarder. So I create a new project,NetCoreRetarderCore.csproj,and move there the RetarderMiddleware . The only new thing is the extension class RetarderExtensions This let’s me…
-
Retarder- idea and POC–part 1
I was thinking about a new project in .NET Core – Retarder ( Delayer seems to be better,but I digress ). What about a middleware in .NET Core,that delays execution of any request with 1 second ( or something between 1 millisecond and 1 second )? That way,if someone wants to improve the project,just remove…
-
Friday Links 368
PowerPoint Presentation Docker Pattern: The Build Container · Terra Nullius 7 More Lesser-known Debugging Tactics for Visual Studio | The Visual Studio Blog google/blockly: The web-based visual programming editor. tabulapdf/tabula: Tabula is a tool for liberating data tables trapped inside PDF files Providing the Necessary Tools and Reports for Very Large IT Projects – Simple…
-
Angular 8 vs Angular 9 and WFH
Today I present a Angular 8 vs Angular 9 meetup Also,if you want to discuss,how is Work From Home doing| https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/270082040/ Discussion will be on Zoom.
-
Friday Links 367
Researchers say they’ve figured out what makes people reject science,and it’s not ignorance – ScienceAlert OneGet/oneget: PackageManagement (aka OneGet) is a package manager for Windows 8 Laws of Software Installation · OneGet/oneget Wiki THE LAWS OF IDENTITY | Kim Cameron’s Identity Weblog yahoo/intl-messageformat: Format a string with placeholders,including plural and select support to create localized…
-
Covid Data–more enhancements to GUI–and Post Mortem–part 6
Once we have all data from the backend set,it is a matter of time to have more display options. For example,I have added % of the current day vs previous day. Also a display into table . https://ignatandrei.github.io/WFH_Resources/covidDataTable . Post Mortem Is better to grab data from the source,if possible Is better to have…
-
Covid Data -CI/ CD–part 5
Now I need that every data ( either from the github .md file,either gathered from https://github.com/CSSEGISandData/COVID-19/ ) be updated into the site. Github Actions to the rescue! I have created 2 different workflows : one for gathering the data from the https://systems.jhu.edu/research/public-health/ncov/,the other for compiling the .md files and the Angular app. Thinking more,I should…
-
Friday Links 366
Top 13 DevOps Blogs You Should Be Reading Time Series Analysis in R Part 1: The Time Series Object | DataScience+ PREDICT (Transact-SQL) | Microsoft Docs Confidence Intervals for a proportion – using R – SQLServerCentral Q. How can I export the schema of my Active Directory forest? | Management & Mobility content from Windows…
I am ok , you are ok