Category: blockly

  • [Programmer Tools]Dotnet tools (local and global)

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running <code> dotnet tool update –global programmerall –no-cache programerall </code> Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/dotnetTool and press Execute ( You can have automation the same for your site – just contact me) Those are my .NET…

  • [Programmer Tools] Applications

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/winget and press Execute ( You can have automation the same for your site – just contact me) Those are the application on my…

  • [Programmer Tools] Npm packages

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/npms and press Execute ( You can have automation the same for your site – just contact me) Those are my npm packages found…

  • [Programmer Tools] Powershell Modules

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/powershellModules and press Execute ( You can have automation the same for your site – just contact me) My powershell modules EPS:EPS 1.0.0 EPS…

  • [Programmer Tools] VSCode Extensions

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/extVsCode and press Execute ( You can have automation the same for your site – just contact me) Those are my VSCode extensions Angular…

  • [Programmer Tools]NuGet used

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/nugets and press Execute ( You can have automation the same for your site – just contact me) This are the NuGet packages found…

  • [Programmer Tools]Chrome Extensions

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/BlocklyAutomation/automation/loadexample/ChromeExtensions and press Execute ( You can have automation the same for your site – just contact me) Those are my Chrome Extensions: Advanced…

  • TILT- BlocklyScenario–part 10

    Scenario for adding and retrieving the own TILTs I needed a way to show to the front-end programmer how he should call the API. One is to retrieve all the TILTS urls and the other is to add a new TILT,once authenticated I have used NetCore2Blockly nuget package and configured with demoBlocks ( wwwroot\BlocklyAutomation\assets\showUsage\demoBlocks )…

  • Poor software developer simple changelog for CD

    TL;DR; : Simple change log for Nuget Packages made with GIT Commands and Azure Devops The NetCoreBlockly project have different versions on Nuget: https://www.nuget.org/packages/NetCore2Blockly/  . When I decide to put a new version on Nuget,it is enough to modify in the azure-pipelines.yml the deployNuget: ‘0’ from 0 to 1 and AzureDevOps takes care of the…