-
TILT–Details for programmers- part 24
I have organized the About in order to show more details. See https://tiltwebapp.azurewebsites.net/AngTilt/ Zero and the most important,the date when the CI was done First,Licences – .NET Core and Angular . Usefull to know. Second,Info about Versions – Repo and history – UI and JSON – mostly for making managers happy . Third,Automation – Swagger…
-
Friday links 491
Postel’s law as a profunctor Greek Mythology Tinder – Mythography Studios Samples · microsoft/Detours Wiki TypeScript: Enhance Variable Types with Declaration Merging | by applied.math.coding | Bits and Pieces Metrics for the unmeasurable. | Irrational Exuberance Scaling the Practice of Architecture,Conversationally AlDanial/cloc: cloc counts blank lines,comment lines,and physical lines of source code in many…
-
Bere cu ADCES pe 1 octombrie la 19:30
FB : https://www.facebook.com/events/412204707702706/ Meetup : https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/288604931/ Linkedin: https://www.linkedin.com/events/laoberecuadces6977614756975136768 Va astept !
-
Licences for .NET Core and Angular–part 24
I was curious about the licences that .NET Core and Angulare are using. It was interesting to find that ng build (https://angular.io/cli/build) has a –extract-licenses flag- and creates 3rdpartylicenses.txt For .Net Core I have found https://github.com/tomchavakis/nuget-license that creates a file with dotnet dotnet-project-licenses -i NetTilt\NetTilt.WebAPI -o –outfile NetTilt\NetTilt.WebAPI\wwwroot\netcorelicences.txt -t And I copy those,in the CI,to…
-
TILT- Docker with Ductus.FluentDocker–part 23
I have already tests with Sqlite – however,it will be better to try tests with a real SqlServer . One of the way to have a sql server is to have docker – but how to start docker with sql server any time ? One of answers is Ductus.FluentDocker – https://www.nuget.org/packages/Ductus.FluentDocker – and this is…
-
Friday links 490
ethereal.email trekhleb/javascript-algorithms: Algorithms and data structures implemented in JavaScript with explanations and links to further readings future-architect/cheetah-grid: The fastest open-source data table for web. Reverse Engineering – EF Core | Microsoft Docs Source generator updates: incremental generators: Exploring .NET 6 – Part 9 runtime/LoggerMessageGenerator.Roslyn4.0.cs at v6.0.0-rc.2.21480.5 · dotnet/runtime roslyn/incremental-generators.md at main · dotnet/roslyn Roslyn…
-
TILT–Some improvements-part 23
I wanted to have a share on TILTs,instead of a clipboard copy. Discovered that browser navigator has a native share – https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share . Implementation very simple ( not so good,) private share(str:string): boolean{ if (‘share’ in navigator) { navigator .share({ title: ‘TILT!’, text: str, url: environment.url + ‘AngTilt/tilt/public/’+this.profileForm.controls[‘url’].value }) .then(() => { console.log(‘Callback after sharing’);…
-
TILT- TimeZone -part 22
To see if two TILTS are in the same day,it is not enough to see if the difference is less than one day. Could be less than 1 day in UTC – but in Europe/Bucharest can be the next day ( suppose that I put one TILT at 23:59:59 local time – the next TILT…
-
Vintage Development part 2 si RX
Pe 13 septembrie 2022,ora 19:30, va fi un nou meetup ADCES despre “Vintage Development part 2 si RX” Details Prezentare 1:Vintage development part 2 – VB6.0,Classic ASP,Windows NT Server,Visual SourceSafePrezentator: Julian Atanasoae,https://www.linkedin.com/in/julianatanasoae/ Prezentare 2:Reactive Extensions in .NET si JavaScript cu multe exemple in AngularPrezentator: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/Descriere: In cadrul prezentarii o sa fie o introducere in…
-
TILT-AMS – about my software-part 21
One of the most related are data that fill the database for developer – and do not fill into production AMS ( About My Software) could help . It generates an unique class that inherits public class AboutMySoftware { public string Authors { get; set; } public bool IsInCI { get; set; } public string…
I am ok , you are ok