Is it really worth it to use a professional Angular UI component library? One developer explores what it’s like to build a timeline for GitHub commit events from scratch vs. with Kendo UI for Angular.
Lance summarizes how he, Ed Charbeneau and Justin Rice built a solar power management portal using real live MQTT data and Telerik UI for Blazor. He also explains how solar power works, what MQTT is and how to use it in a .NET application.
Design systems are valuable not in and of themselves but as a means to an end: freeing up time for work that’s more interesting and (hopefully) more valuable—both to us and to the end user.
React 19 is a big step forward for the React ecosystem, packed with new features and improvements to make the development experience better and our apps more powerful. Let’s take a look at the new hooks and APIs, React Server Components and more.
We all make fun of how large language models get things wrong… but only because we want very much for LLMs to get things right. Retrieval augmented generation (RAG) is one way to potentially provide more reliable results.
Hangfire is an excellent tool for executing background tasks accurately and reliably. Check out how to create a routine system in ASP.NET Core using the three types of jobs available in Hangfire.