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

.NET Developer Openings at biBerk

Are you a .NET developer looking for a challenging position with a growing organization? biBerk is hiring additional .NET developers for our team. Candidates can work in one of our offices, be remote, or work hybrid. biBerk is a direct insurance company with offices in Omaha, Nebraska and Wilkes-Barre, Pennsylvania.

Read More

TechBash Discount Ends Monday

The TechBash 2023 discount to save $75 ends this Labor Day, Monday, September 4th. Between now and then, you can save $75 on 3-day and 4-day standard registration with discount code SUMMER75. In addition, there is just over 30 days remaining on great Kalahari room discounts for TechBash.

Read More

TechBash Announces 3 Keynotes for TechBash 2023

TechBash just announced three amazing keynotes and a Labor Day sale which takes place now through Labor Day, September 4th.

Read More

Full Stack Developer Openings at biBerk

biBerk is hiring several Full Stack Developers. biBerk is a direct insurance company with offices in Omaha, Nebraska and Wilkes-Barre, Pennsylvania. We also have many team members that are fully remote.

Read More

TechBash Just 90 Days Away, Tickets Still Available

While we are still 90 days away, standard ticket pricing only exists for the next 8 weeks!

Read More

Using Live SASS Compiler in VS Code

There are times when I am writing code that I really want to compile SASS quickly and don’t care to setup a worker to handle the processing. I started using the VS Code extension called Live SASS Compiler.

Read More

MarkdownSharpCore, a Markdown .NET Library, Updated

I have recently updated the MarkdownSharpCore library to support .NET 6.0. Previously the 1.1 version only supported .NET Standard 2.1 and .NET Core 2.2. The source code for the library can be found on GitHub at https://github.com/jasongaylord/markdownsharp. You can grab the NuGet package here: https://www.nuget.org/packages/MarkdownSharpCore.

Read More

Tweetdeck Forces Update and Breaks Tweeten

TweetDeck recently “choose” me to use their new preview. The problem is that I never opted in and it broke Tweeten. Until yesterday, the feature to opt-out of the new TweetDeck was broken.

Read More

TechBash Sponsorships Available

While the early bird ticket sale process just wrapped up, we’re just getting started with TechBash. Earlier this year we posted our updated Sponsorship Prospectus for TechBash 2023.

Read More

Executing Concurrent NPM Scripts

All along, we’ve been able to run multiple NPM scripts in the same run command. Here’s the scenario: Imagine that we have a script that is called buildStaging and another called buildProduction. We could run both scripts out of the box with NPM by creating a new script, let’s call it build and setting the value to npm run buildStaging && npm run buildProduction. The problem with this is that buildProduction won’t start until buildStaging is complete.

Read More