-
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…
-
Covid Data – making the application – part 4
Now I need an application. The first version was a simple html file with Data Tables ( https://datatables.net/ ). You can find at https://ignatandrei.github.io/WFH_Resources/output.html . It is a simple table with search / filter and sorting. The next,with help from Bogdan we have started an Angular application,deployed at https://ignatandrei.github.io/WFH_Resources within the docs folder : http://github.com/ignatandrei/wfH_Resources/docs…
-
Covid Data–transforming – part 3
I figured out that from data ( .md files and .js files) I need to have a proper data to be processed by the application. Since the application will be a static web app,the easy way is to be a generated js file to be imported into the application. 1. MD to js So now…
-
Covid Data- making a database–part 2
First,I need to understand how to store the data. For the resources,I was thinking to have a simple way for the people to edit data and to add resources ( yes,I know – I am counting too much on the kindness of people) So I figure out the a .md file will be enough clear…
-
Covid Data–part 1
In this days of Covid I needed 2 things: Put somewhere the list of free resources Gather the data about Covid from different countries,in order to understand the evolution of the disease Because I am a programmer the easy way to have a database is on GitHub – and I figure that with the docs…
I am ok , you are ok