Converting Epoch Time into DateTime with Azure Logic Apps
Recently, I've been building a handful of Azure Logic Apps that work with Stripe webhooks and I've need to convert Epoch DATETIME into a more useful format.
Read MoreTechnical insights on .NET, Azure, and modern software development
Recently, I've been building a handful of Azure Logic Apps that work with Stripe webhooks and I've need to convert Epoch DATETIME into a more useful format.
Read MoreFailures in your application often are not just because the code you wrote is bad, it's often because services or dependencies you depend on are having an issue. Health Checks in ASP.NET Core help you identify the problem areas.
Read MoreDo you want to become a master in building real-time applications on .NET? My new course is designed to take you on a journey through all the bits and advanced topics of SignalR, a real-time communication library built on .NET!
Read MoreYou'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.
Read MoreOne 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.
Read MoreAre you new to .NET, and you're looking at how to get started? This video is just for you!
Read MoreHow do you update the .NET CLI templates? Turns out there is a command just for you!
Read MoreWith the new Azure Static Web Apps, you can include Azure Functions as a part of your deployment which gives you the best of both worlds when you deploy static sites. Crazy performance, but access to Azure Functions when you absolutely need to write a little bit of code.
Read MoreThanks for attending my session on building Single Page Architectures with Vue.JS and ASP.NET Core.
Read MoreWhat happens when an amazing client turns into a nightmare client in the matter of weeks. You might be dealing with a Stockholm Client.
Read More