Jason N. Gaylord
Coder
from Northeast PA
Small planet on JasonGaylord.com A planet with rings on JasonGaylord.com
Visit JasonGaylord.com

Hello, I'm  jasongaylord Jason

I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?

Learn More

Apple iPhone 12 Event Tuesday

Last month, Apple announced new hardware at an event. The event featured a new iWatch, but lacked the announcement of the next iPhone. This announcement, however, will come at an event this Tuesday, October 13th at 1pm EDT titled “Hi, Speed.” During this event, expect the next iPhone will be announced to support 5G and WiFi 6. You can watch the event on YouTube or on my site here:

Read More

Pluralsight Live

Coming this week is Pluralsight Live. Pluralsight Live is a free, virtual event that will allow you to hear from technologists and business leaders about the latest trends. The event kicks off on Tuesday, October 13th and goes through Friday, October 16th.

Read More

Export Bitly Links using C#

Yesterday I posted about connecting to the Bitly API to export links using Postman. Today I’ll expand on that a bit more and use C# to not only connect to Bitly, but generate a JSON file that includes all of the history (up to 150,000 links).

Read More

Export Bitly Links to JSON using the Bitly API

I’ve been using Bitly as my URL shortener for years and I’ll likely never switch. The service works great and I love the metrics that are produced. However, there’s no great way to have a backup of your links unless you pay for a higher version.

Read More

Use SpecFlow, nUnit and .NET Core in Visual Studio Code

In this tutorial, we’re going to create a project that supports SpecFlow, nUnit, and .NET Core. To get started, we’ll create a new .NET Core project with nUnit support. To do this, create a folder where the project should be created and run the following .NET CLI command:

Read More

The New Microsoft Bing

In a post yesterday, Microsoft announced that Bing will now be called Microsoft Bing. While they did not announce anything new, the icon is changing to a flat green icon to a new blue icon with some depth in the icon itself. In addition, the new homepage continues to have the search bar, but also includes the ability to scroll and pull up news for your organization as well as news from around the world. If you use Office 365, I’d definitely recommend checking out the refined homepage:

Read More

Best of Series: Hacking GitHub with Ease

Over the past several months I’ve put together several hacks to optimize your experience within GitHub. Here are some of the most popular articles:

Read More

C# Corner .NET Virtual Conference

Coming October 15th-16th is a virtual .NET conference brought to you by C# Corner. You’ll hear from Joseph Guadagno, Matthew Groves, Mahesh Chand and several others. You can learn more by visiting their website at www.2020twenty.net/dotnet/ or following @CSharpCorner on Twitter.

Read More

Using Code Scanning in GitHub

Earlier this week, GitHub has officially released Code scanning alerts. To get started, visit the repository that you’d like to enable alerts on. In my case, I’m going to get started with the repository I created in yesterday’s post.

Read More

Create a Website Scraper for Azure Functions

There are many reasons you may need a website scraper. One of the biggest reasons I use website scrapers is to prevent me from visiting a site to look for something on a regular basis and losing the time spent on that site. For instance, when COVID-19 first hit, I visited the stats page on the Pennsylvania Department of Health each day. Another instance may be to watch for a sale item during Amazon’s Prime Day.

Read More