January 11, 2021 · 1 min read
You're working on an issue the requires to debug or style an element on a page that ONLY appears in the course of a hover or mouse-over event. However, when the event is not occurring, the element you want to work with does not exist in the DOM.
December 9, 2020 · 4 min read
One of the commons issues I see when reading questions on StackOverflow or Reddit is that many SignalR users do not know how to effectively manage connections their hubs. Or worse, they make mistakes that'll cause performance problems in the long run.
November 18, 2020 · 1 min read
.NET 5 is the new hotness on street, and if you're new to .NET you might be wondering HOW do you get started? In this video, I'll walk you through downloading the .NET 5 SDK and scaffolding out
October 14, 2020 · 1 min read
I saw an awesome tweet on Twitter today: It’s strange that the .NET Cli ships with templates once. It would make sense to add a `dotnet templates upgrade`— @
[email protected]
September 15, 2020 · 4 min read
This article is part of #ServerlessSeptember. You'll find other helpful articles, detailed tutorials, and videos in this all-things-Serverless content collection. New articles from community members
August 17, 2020 · 2 min read
What happens when an amazing client turns into a nightmare client in the matter of weeks. You might be dealing with a Stockholm Client.
August 17, 2020 · 1 min read
Thanks for attending my session on building Single Page Architectures with Vue.JS and ASP.NET Core.
August 11, 2020 · 2 min read
Updated 2021-06-03: Now that Azure Static Web Apps is GA, TLDR; Look at the source code While on stream one afternoon, I was working on a solution for moving a Wordpress site to Gridsome, with the
August 5, 2020 · 4 min read
As a web developer, I have fully embraced the idea that to extract pure performance out of our web applications we need to reduce the amount of time that a server needs to churn on request.
July 20, 2020 · 1 min read
Thanks for attending Building Custom Vue Services and Plugins!