Quantcast
Browsing all 29 articles
Browse latest View live

Must have applications for software development 2021 Version

I wanted to update my list of must have software for development, mostly to remember what I am currently using. These are listed in no particular order: Visual Studio 2019 (Why don’t they call this VS...

View Article


Example Powershell/Windows Terminal Command setup

Here are some of the PowerShell / Windows terminal commands commands I have set up in my profile. Load fork into current folder. Function loadFork { c:\users\<user...

View Article


Employers Please Change This

I recently changed jobs and the worst part has been the gap in Health Insurance. The insurance with my old job stopped on the last day of employment, and the insurance with the new job won’t start...

View Article

Dotnet packages I want to use in the future.

Cocona – For when I need easy parameter stuff for a console app. It makes console apps more like minimal api’sGraphQL or Odata or Json api ?? which should I use? Dotnet Test Containers – To Make...

View Article

Enable WSL2 to access Global Protect VPN Tunnel

To enable Ubuntu via WSL2 to access the Prisma Global Protect VPN Tunnel use the following commands from a Powershell command line with Admin Access: Get-NetIPInterface -InterfaceAlias "vEthernet...

View Article


Enable Http Transient Failure Retries with logging

To enable transient retries in dotnet core, put the following into the startup process. In this case, it went into a WorkerService, so the code is in the Program.cs file....

View Article

To Get AWS API Stage Variables with a C# dotnet 6 minimal rest api

I am writing this because I could not find how to get the AWS Api Gateway stage variables of a dotnet 6 minimal rest api anywhere on the internet, so please see the below code snipett...

View Article

Bank of America Proxy Solution

If you need to use the Bank of America Payment APIs, but you do not have fixed IP addresses, please contact me and I can provide a solution for you. I have implemented a solution for this and I can...

View Article


What to do when you have been ghosted by a recruiter

I have recently been ghosted by a recruiter from a local company and it is very frustrating. I am sure that I did not get the job, but it would be nice to have a simple answer and some feedback on why...

View Article

Browsing all 29 articles
Browse latest View live