Category: github

  • 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…

  • 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…

  • GitHub Actions and docker for writing a book

    I am trying to wrote a book  ( with Daniel Tila ) about what are the challenges to transfer an application from console to SAAS. We have decided to put the code on GitHub – and,because of this,the text will be still on GitHub .Each chapter will be in the form of the readme.md file…

  • BingoMeetings–build and deploy Angular WebSite to GitHub–part 21

    What  we need is to deploy somewhere the WebSite application – the Angular. One version is to compile and deploy to the WebApi (http://bingo-meeting-api.herokuapp.com/api/ ),however ,I do prefer keeping separate. One simple idea is to deploy to GitHub site . For each repository,GitHub lets you have a website correlated . For example,for our project,https://github.com/alexandru360/PresentationBingoCards/,github lets you…

  • GitHub as a central Hub

    I do not know how,but GitHub is now a hub for all things. I,personnally,used GitHub as a – source control ( see https://github.com/ignatandrei/Exporter ) – documentation ( see https://github.com/ignatandrei/Exporter/wiki ) – Angular application deployment (https://ignatandrei.github.io/Decl230   – done with  gh-pages –  see build.bat from https://github.com/ignatandrei/Decl230 ) – read-only database ( Sqlite download from github in the…

  • YouTube playlist exporter

      The point here is about how simple is in our days to make a simple script as a programmer. I wanted to export my playlists ( 5 minutes .NET,Export Word Exce l PDF ,EF 6,Traceability ) videos into a simple HTML file that I could put into my website. I searched first on internet –…

  • Entity Framework 6 Record and play use : Unit Testing ( part 2 of 5)

      Part 1 : What is EF record and play : http://msprogrammer.serviciipeweb.ro/2014/11/29/entity-framework-6-record-and-play-1-of-5/  Part 2: EF Record and play use: Testing : http://msprogrammer.serviciipeweb.ro/2014/12/08/entity-framework-6-record-and-play-use-unit-testing-part-2-of-5/ Part 3: EF Record and play use: Make demo: http://msprogrammer.serviciipeweb.ro/2014/12/14/entity-framework-6-record-and-play-use-making-demos-part-3-of-5/  Part 4: EF Record and play use: Record user Sql when a bug occurs: http://msprogrammer.serviciipeweb.ro/2014/12/26/ef-record-and-play-use-recording-user-sql-when-a-bug-occurred-part-4-of-5/ Part 5: EF record and play: conclusions: http://msprogrammer.serviciipeweb.ro/2015/01/05/ef-record-and-play-conclusions/…

  • Entity Framework 6 Record and play – 1 of 5

      Part 1 : What is EF record and play : http://msprogrammer.serviciipeweb.ro/2014/11/29/entity-framework-6-record-and-play-1-of-5/  Part 2: EF Record and play use: Testing : http://msprogrammer.serviciipeweb.ro/2014/12/08/entity-framework-6-record-and-play-use-unit-testing-part-2-of-5/ Part 3: EF Record and play use: Make demo: http://msprogrammer.serviciipeweb.ro/2014/12/14/entity-framework-6-record-and-play-use-making-demos-part-3-of-5/  Part 4: EF Record and play use: Record user Sql when a bug occurs: http://msprogrammer.serviciipeweb.ro/2014/12/26/ef-record-and-play-use-recording-user-sql-when-a-bug-occurred-part-4-of-5/ Part 5: EF record and play: conclusions: http://msprogrammer.serviciipeweb.ro/2015/01/05/ef-record-and-play-conclusions/…