Angular Basics: Tips for Structuring Your Angular Project
Your Angular app structure will change depending on the scenario, but these tips will help get you started right every time.When you build a new Angular app, the file structure is something to take...
View ArticleHandling Middleware With Redux-Saga
Managing a project’s state from the frontend may be stressful, especially if there is no specified logic. Redux-Saga makes things easier with the ability to test.An essential task of a frontend...
View ArticleFont Strategies for Fintech Websites and Apps
Font strategies for fintech websites and apps: Best practices and current trends used by leading financial companies.When choosing typography for a website or mobile app, there are certain goals you...
View ArticleKeys to Effective Regression Test Development
This guide discusses the keys to effective regression testing including planning, building effective test suites, and selecting the types of testing to execute.Regression testing—so much to cover, so...
View ArticleAnnouncing NuGet Keys
I am excited to announce a new feature in Your Account—NuGet Keys. You can now generate a unique key that can be used to authenticate with the Telerik NuGet server to restore packages in your CI...
View ArticleExploring Multi-Windows in .NET MAUI
Multi-windows are a nice feature in .NET MAUI, and we can give their desktop version extra TLC..NET MAUI is a wonderful tool that allows you to create applications with the same common code base...
View ArticleDifferences Using the Default HTML Calendar vs. a Commercial React Calendar
In this article, we’re going to compare the React Calendar component available in the KendoReact UI library with the default HTML calendar, looking at all the unique features and UX decisions that go...
View ArticleTelerik UI for Blazor Is Heading on a Responsive Journey
Telerik UI for Blazor has built-in responsive and adaptive capabilities on many components, with even more to come. Let’s take a look!Responsive and adaptive capabilities have become the de facto...
View ArticleDesktop Testing Beta and Extensionless Automation for Microsoft Edge With...
With R2 2022, Test Studio embarks on a journey toward becoming a truly feature-packed web and desktop test automation platform, covering any legacy or modern technology that comes in question for...
View ArticleAngular Basics: Router Link Overview
Learn how to use the Angular Router to add routes and links that render the content we want when we navigate to the routes.Angular is a framework that lets us create interactive web frontends for...
View ArticleHow To Evaluate Then Improve a Website’s Network Performance
Not sure where to start when it comes to improving your website’s performance? Learn tested techniques listed in this blog, complete with video.When it comes to evaluating website performance...
View ArticleThe Evolution of Asynchronous Data Fetching in JavaScript
Because JavaScript is synchronous and single-threaded, handling asynchronous requests defines how we execute different time-consuming operations. This post covers the various techniques for...
View ArticleSands of MAUI: Issue #66
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 Tackle Data Visualization UX: Tips & Tricks
Data visualization is so interesting because it sits at the intersection of several very different worlds. Let’s learn how to design powerful charts and graphs, using examples from the KendoReact...
View Article5 Tips for Making Fintech Solutions More Gen Z–Friendly
Generation Z is entering the ranks of the consumer class more with each passing year. In order to prepare your fintech clients for the changing attitudes and preferences of Gen Z, start designing your...
View ArticleGetting Started With Basic Bindings in .NET MAUI
Instantly reflecting data changes in our user interface is possible through binding. Let’s see how to bind data in .NET MAUI.Howdy! ♀ It’s a pleasure for me to have you here! One of the most important...
View ArticleTelerik & Kendo UI August 2022 Update
Check out what’s new in our Telerik and Kendo UI for web products!In the weeks since our June update, the team has been hard at work bringing to life even more requests and upgrades to our web...
View ArticleAngular Basics: Using ESLint to Boost Code Quality
Learn how to use ESLint in your Angular projects and how ESLint helps you write better code.What Is Linting?Linting is basically an automated static code analysis of a code block for errors usually...
View ArticleSpreadProcessing: Referencing Whole Columns and Rows Makes Formulas Faster
With the latest release, R2 2022, we added support for using references to whole columns and rows for the SpreadProcessing library. Let’s take a closer look.Formulas are one of the most powerful tools...
View ArticleAdd Pagination to Your Site With React
In this post, we will look at how to add pagination (split data into separate pages) to an app using react-paginate.The process of splitting data into separate pages is known as pagination. Instead of...
View Article