-
Docker environment for Angular–part 42
Trying the alpine container from https://github.com/microsoft/vscode-dev-containers/tree/master/containers . It does not work – the error was that it cannot mount the binding folder . I figure that it was a Docker issue,https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/ . Then I had a problem with “ tarball data for @angular/compiler@8.2.14 seems to be corrupted” – delete package.json for this. This is the…
-
Tools List 2019
Browsers Chrome Firefox Edge IE Chrome Addons Advanced REST client Angular state inspector Angular Tracer for View Updates Augury BehindTheOverlay Ceev – Linkedin Resume Generator Chrome Apps & Extensions Developer Tool Chrome Media Router draw.io Desktop Exploratory Testing Chrome Extension Export links of all extensions File Icon for GitHub and GitLab Google Voice Search Hotword…
-
Friday Links 353
Stakeholder-Driven Data Science at Warby Parker Kanban Everything: How to Add Trello-Like Boards to Gmail,Evernote,and More The 32 Best Google Docs Add-ons in 2017 Talk Like a Human: 8 Phrases to Avoid Saying to Your Customers 8 New Google Calendar Features You Should Start Using Now How I Created a HeatMap of my Location History…
-
Adding Angular to WebAPI site-part 41
First,I want to add an index.html file – to see the result. For this,I add to the startup: public void Configure(IApplicationBuilder app,IWebHostEnvironment env) //more code app.UseDefaultFiles(); app.UseStaticFiles(); I also add an index.html into a wwwroot folder ( also created into the root) You can see the modifications here: https://github.com/ignatandrei/InfoValutar/commit/4deb32528aee7b667f22a38c8e96899052cbfd4c Now I want to compile the…
-
Web site–Angular- part 40
Creating Angular app ng new InfovalutarWebAng Then customizing to add angular material ng add @angular/material and https://material.angular.io/guide/schematics#navigation-schematic ng generate @angular/material:nav banks Delete everyhing in app component ( without <div class=”content” role=”main”> add <app-banks></app-banks> ) See if it works. If yes,move the router outlet and footer to app-banks. Now,I want to solve the CD and to…
-
Last Commit info–GitHub and AzureDevOps–part 39
I was thinking that I need to see the date of last CD – who done what. For this,I need 2 things: to have a controller/gui to show the info and the CD process,via GitHub/AzureDevOps,to take care of that. For the part with code,the problem was pretty simple: What about the CD process…
-
Exchange rates–what I have done in 37 hours–part 38
What I have create for now in 37 hours : A source control – https://github.com/ignatandrei/InfoValutar A plugin based software – you can use to load any kind of exchange rates,for anywhere,provided that you implement the interface – see implementation Tests for some of the code Deployment: An Azure WebAPP WebAPI deployment – https://infovalutar.azurewebsites.net/swagger/index.html A Docker…
-
Software Year 2019 in review
This is what impressed me in 2019 On 8 January https://blog.github.com/2019-01-07-new-year-new-github/ On 21 January https://java.com/en/download/release_notice.jsp : Public updates for Oracle Java SE 8 released after January 2019 will not be available for business,commercial or production use without a commercial license. On 8 February Ie default browser On 12 February https://www.bleepingcomputer.com/news/security/windows95-v20-lets-you-play-doom-wolfenstein-3d-and-more/ On 7 March Microsoft Calculator…
-
Friday Links 352
Chalarangelo/30-seconds-of-code: Curated collection of useful Javascript snippets that you can understand in 30 seconds or less. Building an Airport Explorer • Jerrie Pelser’s Blog aspnet/Diagnostics: Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core,and diagnosing Entity Framework Core migrations errors. Development With A Dot – Interception in Entity Framework Core Compiling…
-
What I have done in 2019–and goals for 2020
In 2019 I have learned .NET Core – up to the version 3.1 Angular- up to the version 8.0 Docker – up to the 19.3 TypeScript –up to 3.7 JavaScript frameworks for backend and mono-repo I have started To learn Azure InfoValutar – https://github.com/ignatandrei/InfoValutar Bingo – https://github.com/alexandru360/PresentationBingoCards/ with Alex Badita Coordinating automation work at the…
I am ok , you are ok