Category: mini tools list
-
[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…
-
Tools 2021
I do not have time to put in order those,so it is a simple list with all I have used in the year 2021 . Chrome Extensions Slides Text Mode Google Arts & Culture Kingsquare HTML Validator Docs MeasureIt! Google Drive Image Checker RescueTime for Chrome and Chrome OS Language Immersion for Chrome Web…
-
Tools List 2020
Browsers Dotnet packages VS Code Extensions GitHub Chrome Extensions Top 100 programs used in 2020 Browsers Chrome Firefox Edge IE VSCode extensions 0 aaron-bond.better-comments code –install-extension aaron-bond.better-comments 1 adamhartford.vscode-base64 code –install-extension adamhartford.vscode-base64 2 alefragnani.Bookmarks code –install-extension alefragnani.Bookmarks 3 alexkrechik.cucumberautocomplete code –install-extension alexkrechik.cucumberautocomplete 4 Angular.ng-template code –install-extension Angular.ng-template 5 christian-kohler.npm-intellisense code –install-extension christian-kohler.npm-intellisense 6 ckolkman.vscode-postgres code…
-
Fun with Moniker- naming assembly versions
I liked the way docker generates names for every container instance – it was a funny way to differentiate them. I was thinking – what about nuget packages – or any other release ? I have discovered Moniker – https://github.com/alexmg/Moniker . Can be used as in docker – to generate different names at various runs.…
-
Generating outdated,licenses and thanks with .NET Core tools
Last time (http://msprogrammer.serviciipeweb.ro/2020/06/08/net-core-local-tools/) I have discussed about local tools . Now it is time to show something in practice,beside code coverage ( detailed http://msprogrammer.serviciipeweb.ro/2019/12/09/code-coveragepart-25/ and video https://youtu.be/JvahoA0WWms ), Let’ make something simple: generate outdated packages list,licenses and thanks. I will use this packages “dotnet-project-licenses”: { “version”: “2.1.0”, “commands”: [ “dotnet-project-licenses” ] }, “dotnetthx”: { “version”:…
-
.NET Core local tools
( Video at https://youtu.be/iHLRBxi4S7c ) .NET Core has the concept of “local tools” – that means,tools for a solution / project. That is different from “global tools” by the fact that you can have it registered for the solution in a \.config\dotnet-tools.json file. You can read about those at https://docs.microsoft.com/en-us/dotnet/core/tools/local-tools-how-to-use But I want to show you my…
-
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…
-
7 Windows native tools for developers
Just to remember that Windows has some natively tools that can help in everyday tasks.. 1. PSR – Steps Recorder – https://support.microsoft.com/en-gb/help/22878/windows-10-record-steps 2. Windows Sandbox – small,fast VM – https://techcommunity.microsoft.com/t5/Windows-Kernel-Internals/Windows-Sandbox-Config-Files/ba-p/354902?WT.mc_id=thomasmaurer-blog-thmaure 3. Windows Terminal / Console https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab – has also Linux support 4. Containers in Windows – for Docker easy use: https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/ 5. WSL for Windows…