TeamViewer PC Remote Control

https://www.teamviewer.com/en-us/ Cloud-based platform with intuitive features to securely and remotely access, control and support any device, across platforms — from anywhere, anytime. Download https://www.teamviewer.com/en-us/teamviewer-automatic-download/

CPU Issues with sp_BlitzCache

Issues: Long Running Queries https://www.brentozar.com/blitzcache/long-running-queries/ Check for missing index – Check “Execution Plan” for missing index. Expensive Key Lookups https://www.brentozar.com/blitzcache/expensive-key-lookups/ Check “Execution Plan” for Key Lookup. A key lookup occurs when SQL uses a nonclustered index to satisfy all or some of a query’s predicates, but it doesn’t contain all the information needed to cover... » read more

OBS (Open Broadcaster Software) Studio

OBS Studio is a free and open-source cross-platform streaming and recording program built with Qt and maintained by the OBS Project. There are versions of OBS Studio available for Microsoft Windows, macOS, Linux distributions, and BSD. OBS Project raises funds on Open Collective and Patreon. https://obsproject.com/

Google Chrome Keyboard Shortcut

Key Action F11 Full Screen F12 Console Ctrl + F5 Clear Cache and Reload Page Ctrl + Shift + T Reopen Last Closed Tab Ctrl + Shift + Delete Clear Browsing Data Ctrl and + Zoom In Ctrl and – Zoom Out Ctrl + D Bookmark Current Page Sources: https://www.google.com/chrome/tips/

Dymo Label Web Service

Required in order to print from Javascript web SDK. Note: Make sure the “Dymo Label Web Service” service is running on the computer. Dymo Label Web Service -> Right Click -> Start Service Note: Make sure only one version of the web service is running on the computer. A newer version will interfere with a... » read more

Flipgrid

https://blog.flipgrid.com/gettingstarted Flipgrid is a simple, free video discussion platform that makes learning fun, fulfilling, and empowering.

Search for Text in File using Notepad++

Use Notepad++ Search -> Find in Files Search in specific folders. About Notepad++ https://notepad-plus-plus.org Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the... » read more

SendGrid via Web API

CURL: HTTP POST: https://api.sendgrid.com/v3/mail/send Header Header Name Header Value Authorization Bearer <YOUR_API_KEY> Body Example: SendGridEmail.cs Sources: https://docs.sendgrid.com/for-developers/sending-email/api-getting-started

IP Address Lookup API

IPStack https://ipstack.com/ IPAPI.co https://ipapi.co/ Sources: https://www.learmoreseekmore.com/2020/12/users-ip-geolocation-blazorwebasm.html