-
Open Tracing instrumentation for running process
Open tracing allows you to trace calls between (micro)services . It has also calls for HTTP and Sql. For a ASP.NET Core application the code is at follows ( for exporting at Jaeger,for example): This code was made with <PackageReference Include=”OpenTelemetry” Version=”1.1.0-beta1″ /> <PackageReference Include=”OpenTelemetry.Instrumentation.AspNetCore” Version=”1.0.0-rc3″ /> <PackageReference Include=”OpenTelemetry.Exporter.Jaeger” Version=”1.1.0-beta1″ /> <PackageReference Include=”OpenTelemetry.Extensions.Hosting” Version=”1.0.0-rc3″ />…
-
Friday Links 424
Cloud-Native learning resources for .NET developers | .NET Blog Agile OrgDesign – Deliverables aren’t Outcomes REST APIs for Microservices? Beware! – CodeOpinion Colecii – dotnet | Microsoft Docs domesticmouse/vscode-typer: Adding automagic typing to VSCode How to Balance Hard Work and Pleasure for Happiness – The Atlantic An Experiment With Making Integration Tests Easier to Write…
-
Public activities–RPA presentation and podcast invite
I have had a presentation about RPA at ADCES.,at meetup: https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/ The presentation is at https://ignatandrei.github.io/Presentations/PowerAutomateDesktopprez.html#1 Also,I have been invited to a podcast by Alexandru Petrescu,https://www.linkedin.com/in/askingalexander . You can find the podcast here: https://www.youtube.com/watch?v=5pP-brzPA70
-
Friday Links 423
Dynamic Queries with Expressions Trees in C# – Michael’s Coding Spot System UIcons FallenMax/a18n: Automated I18n solution for JavaScript/TypeScript/React Sigberg s six laws of documentation | by Thorbj�rn Sigberg | Medium MoienTajik/AspNetCore-Developer-Roadmap: Roadmap to becoming an ASP.NET Core developer in 2021 Limiting Work In Progress � all things considered… A Tour of the .NET Functions…
-
[ADCES]PowerAutomate & Filbo with Azure
This Tuesday there is a new Meetup about PowerAutomate and Filbo : https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/277149211/ . Prezentare 1 : PowerAutomate Desktop – RPA in WindowsDescriere: Introducere in Power Automate Desktop si citeva exemple de folosireSpeaker: Ignat Andrei,http://msprogrammer.serviciipeweb.ro/Prezentare 2: Filbo si Azure Cloud.Descriere: Cum utilizam serviciile Azure Cloud pentru platforma de tehnologie FilboSpeaker: Adrian Nasui,https://www.linkedin.com/in/adrian-nasui
-
Friday Links 422
7.css – A CSS framework for recreating Windows 7 UI SciTLDR Google,Facebook tell SCOTUS it should be harder for you to sue them | Ars Technica Exporting Open Telemetry Data to Jaeger – Muhammad Rehan Saeed Building blocks | Dapr Docs 10 Reasons Why You Should Write Tests – NDepend Giorgi/EntityFramework.Exceptions: Handle database errors easily…
-
Friday links 421
1 Image/ZIP/RAR/Shakespeare https://twitter.com/David3141593/status/1057042085029822464 2 ScreenDump | Tool for testing your responsive web designs https://screendump.techulus.com/ 3 7 New and Exciting TypeScript Features – Bits and Pieces https://blog.bitsrc.io/7-new-and-exciting-typescript-features-48b760ae0b73 4 pdfmake.org/#/ http://pdfmake.org/ 5 10 Tricks to Optimize Your Angular App – Bits and Pieces https://blog.bitsrc.io/10-tricks-to-optimize-your-angular-app-44208f616bf0 6 Resolutions 2020 | Complete Developer Podcast https://completedeveloperpodcast.com/episode-229/ 7 Stuff Every .NET App…
-
The component programmer
In our days there are a few occasions when you wrote all the code. I will give 2 examples: 1. Sorting an array In the late 90 I will do a Quick sort implementation . In our days,the .NET the Array Sort https://docs.microsoft.com/en-us/dotnet/api/system.array.sort?view=net-5.0 has many overloads – pick your poison 2. Make a persistent searchable…
-
Friday links 420
1 Angular – Routing https://angular.io/tutorial/toh-pt5 2 forkJoin · learn-rxjs https://www.learnrxjs.io/operators/combination/forkjoin.html 3 GDC Vault – 1,500 Slot Machines Walk into a Bar: Adventures in Quantity Over Quality https://www.gdcvault.com/play/1025766/1-500-Slot-Machines-Walk 4 Adding a new teller | queuing theory example https://www.johndcook.com/blog/2008/10/21/what-happens-when-you-add-a-new-teller/ 5 nosir/cleave.js: Format input text content when you are typing… https://github.com/nosir/cleave.js 6 ASP.NET Core 3.0 Exception Handling –…
-
CORS and Programmer Types
There are many types of programmers – and I would think that I can give an example about how they think differently. My example will be with CORS – that means,accepting requests from other site(s) . In ASP.NET ,there is a simple way to accept anything ( see tutorial at https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-5.0 ) .AllowAnyOrigin().AllowAnyHeader().AllowAnyMethod() And this will…
I am ok , you are ok