Master the Event Loop in Node.js
An in-depth understanding of the event loop may be one of the things many developers neglect. This post covers a detailed explanation of what it is and how it works.Once upon a time, we only had a...
View ArticleAngular Basics: The Angular Navigation Bar
A NavBar is an HTML element for your main and sub navigation elements. What makes a real navigation bar is the theming—and dozens of UX frameworks make this easy. Let’s see a few!I hate CSS. I remember...
View ArticleSands of MAUI: Issue #62
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleStart Load Testing. Now. Really.
With Test Studio, you’re well positioned to start getting useful results from load testing right now (and better results in the future).Asking how well your application works gets you into the...
View ArticleNote or Comment Your Content With RadSpreadsheet for WPF
Telerik RadSpreadsheet for WPF now enables you to work with notes and threaded comments in UI as well as in code.With the latest releases, the Spreadsheet component for WPF has been enhanced with...
View ArticleTelerik & Kendo UI June 2022 Update
Read up on what’s new since the R2 2022 release in our Kendo UI and Telerik web, mobile and desktop UI libraries, plus Telerik Reporting and JustMock.Somehow it’s already been a month since our...
View ArticleMaster UX for Processes With the Blazor Stepper 3: Dynamic Processes
Some of our difficult tasks involve volatile processes where we add or remove steps. See how to do that, how to disallow users from jumping around, and how to integrate process code.As I discussed in...
View ArticleExploring Layout Options in .NET MAUI
.NET MAUI has four layout classes to help you organize the user interface of your app. Let’s look at them!Howdy!! ♀ It’s a pleasure for me to have you here! When developing a user interface for an...
View ArticlePre-Rendering and Data Fetching Strategies in Next.js
Next.js provides you the flexibility to render different pages in your application using different rendering modes. In this article, we’ll cover the different strategies available to determine how best...
View ArticleAngular 14 Brings So Much
Angular 14 has something for everyone. Let’s dive in to this community-driven update!Angular has moved the version a notch up (in reality, though, it is more than “a notch”), and it’s super exciting!...
View ArticleEverything You Need To Know To Deliver High-Quality Bug Reports
Did you know that not all bug reports are created equal? Explore bug reporting approaches, what help tools should provide, and the do’s and don’ts to deliver quality reports while saving time.What Is a...
View ArticleSands of MAUI: Issue #63
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleHow To Simplify Your C# Unit Testing With a Mocking Framework
The quickest way to take your unit testing to the next level is with a mocking framework. Let’s see how they work together.What Is Mocking?It’s time to take your unit testing to the next level. You’ve...
View ArticleAngular 14—Introducing Standalone Components
Angular 14 introduces the standalone component—a component not part of any ngModule that can be used with either other standalone or module-based components.Starting with Angular 14, you can create the...
View ArticleIntegrating Google Places Autocomplete API in a React App
Let’s see how to use one of the libraries provided by the Google Maps platform—Places API—and how it can be used to add autocomplete functionality to a React application.The Google Maps platform...
View ArticleMastering PDFs With the First WinUI PdfViewer on the Market
Say goodbye to viewing PDF files with an external tool. Do it within your WinUI app using the Telerik PDF Viewer component. Get to know it more.Today almost everyone has a version of Adobe Reader or...
View ArticleMaster UX for Processes With the Blazor Wizard 1: Customize the Component
With the UI for Blazor’s Wizard component you can add a wizard to your application in minutes—which gives you lots of time to customize the wizard’s UI.If you need to guide your user through a...
View ArticleHow To Avoid Using Negative Social Proof When Designing Websites
Social proof is one of the most valuable tools a business has—testimonials, reviews, ratings, etc. But not all social proof is positive. Let’s look at what can happen when consumers encounter negative...
View ArticlePure Functions and Side Effects in JavaScript
Let’s discuss pure functions and why they’re so important to our JavaScript code.There any many concepts in the computer science field that are very old and were created decades ago. It happens all the...
View ArticleUsing Mocks While Unit Testing ASP.NET Core Apps
Usually implementing unit tests takes time and demands effort, but this task can become very simple with the help of Telerik JustMock. Check out this article on how to easily mock your code and make...
View Article