Themes Magic in Telerik UI for Blazor
If you want your application to not only work but to also look like something create by a professional, UI for Blazor themes are the answer. Plus they support all the customization you need.You open...
View ArticleSands of MAUI: Issue #67
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 ArticleUnderstanding Vue.js nextTick
What is nextTick in Vue.js and how can it help large code bases?One of the common questions people ask me when they start learning Vue is: What does Vue.nextTick do? Will I need to use it in my...
View ArticleWhy Isolating Your Unit Tests Matters
Developers are already isolating their code, even when they aren’t running unit tests, because it lets them do more in less time. Embracing isolation when testing has those benefits and more: better...
View ArticleAngular Basics: Using the HostListener Decorator to Detect Changes for a...
Today we are learning about the host listener decorator in Angular and how we can use it in our workflows.PrerequisitesDevelopers of all levels, from beginners to experts can read this post—it does not...
View ArticleExtensionless Test Automation
Removing barriers between product teams and excellent product releases through stable test automation and continuous testing is the number one goal of Test Studio. Very often the barriers come from...
View ArticlePublishing a .NET MAUI App on Android
See how to publish your .NET MAUI app to Android in these few easy steps!Probably when you started developing apps, you were super excited to learn the process to publish yours—this is what allows us...
View ArticleReact Charts Made Easy
Create your own beautiful and functional React Heatmap Chart—in less than 50 lines of code, including the imports and component boilerplate!When you’ve got a lot of data that your users need to parse,...
View ArticleWhat Can Web Designers Do To Help Reduce Ecommerce Returns?
In 2020, ecommerce companies made $565 billion, but customers returned $105 billion worth of inventory. This level of online returns isn’t sustainable monetarily or environmentally. How can web...
View ArticleConnecting a Web API With an ASP.NET Core MVC Application
Web APIs are common especially in .NET development. But a question many developers have is how the endpoints of an API are consumed—that is, how is a Web API integrated with another application? In...
View ArticleSands of MAUI: Issue #68
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 ArticleAngular 13 Accessibility Updates and What They Mean to You and Your Users
Learn how to use the power of Angular, ARIA attributes and the Angular Material CDK to improve user experience and remove barriers.The web is a place where our apps are open for a comprehensive list of...
View ArticleMocking Best Practices
Mocking isn’t just about isolating the code under test—it’s also about creating faster and simpler tests. But, if you don’t do it right, mocking can also just generate more code for you to manage and...
View ArticleChallenging Assumption With Language Features
See how the evolution of a language forces change in its comprehension and usage, and gain an understanding of a new C# feature in the works: static abstract members in interfaces.The concept and...
View ArticleNew Release: Fiddler Everywhere 3.4 Is Here!
The new Fiddler Everywhere version comes with a new Apple Silicon build, an improved user login experience and Extended Offline Support, and many new highly requested features!With the new Fiddler...
View ArticleUsing TypeScript With React and KendoReact Components
KendoReact is a feature-rich UI component library written with TypeScript. Using the DatePicker as an example, we’ll see how TS can simplify development.TypeScript (TS) has taken the web development...
View ArticleJust Announced: Telerik, Kendo UI & Test Studio R3 2022 Release Webinars...
Save your seat for the Telerik, Kendo UI and Test Studio R3 2022 release webinars!Welcome to the end of yet another great summer at Progress! We are happy to announce that the third release of 2022 for...
View ArticleImplementing Web Push Notifications in a MERN Stack Application
We will examine and implement push notifications using the web push protocol in a mobile app, giving us customization control.Since the advent of PWAs (progressive web applications) and service...
View ArticleAn In-Depth Understanding of the Strict and Abstract Equality Operators in...
This post covers similarities and differences between the abstract and strict equality operators in JavaScript, and how to use them based on the type of comparison you want to perform.The abstract and...
View ArticleSands of MAUI: Issue #69
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 Article