Are Automated Test Recording Tools Worth It?
Testers have access to tools that can build automated test suites by recording user flows effortlessly. Are these tools worth it over coding automated tests? Read more to learn the pros and cons of...
View ArticleAngular Basics: Detecting Updates With the Angular OnChanges Lifecyle Hook
In this post, we will look into the Angular onChanges lifecycle hook and how we can use it in our workflows.What Are Lifecycle Hooks?Lifecycle hooks are basically methods used to respond to events...
View Article2022 Holiday Prep for Ecommerce Websites and Apps
Financially, things are not great for most of us. But that’s not going to stop holiday shopping. In this post, we’ll look at what designers can do to prepare their ecommerce websites and apps to handle...
View ArticleBlazor Best Practices: Loading Data
Blazor makes it straightforward to load data in your components, but there are a few key things to watch out for.Blazor makes it pretty straightforward to retrieve data and use it to render your...
View ArticleUsing TypeScript With React in a Large Code Base: Challenges and Tips
Wonder what challenges lie ahead when you want to use TypeScript with React and have a large code base to migrate? Find out in this blog, along with handy tips.The popularity that TypeScript has been...
View ArticleCatch Up With Telerik UI for .NET MAUI in 5 Minutes and 15 Pictures
A conversational update on what’s new in Telerik UI for .NET MAUI..NET Multi-platform App UI (.NET MAUI) is the next-generation cross-platform .NET technology stack. From a true shared single project,...
View ArticleTop 6 Frontend Frameworks To Use in 2022
This post reveals the top six frontend libraries to use in 2022. The list is fresh and very different from the previous years.State of JSThis list is from the State of JS report, an annual...
View ArticleAngular Basics: How To Use the Angular Mouseenter Event
The mouseenter event allows us to trigger a behavior when the user mouses over an element. Learn more about this and other mouse events.Angular is a framework that lets us create interactive web...
View ArticleSands of MAUI: Issue #70
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 ArticleGetting Started With TypeScript and React
In this post, we’ll look at a few advantages of using TypeScript with React. Then, we’ll set up a React-TypeScript project and go through some of the fundamentals.TypeScript is a typed superset of...
View ArticleTurning Methods Into Benchmarks
Benchmarking is an increasingly common topic in development because it allows companies to measure the performance of their applications, especially when new functions are added. Learn in this article...
View ArticleTesting and Software Quality: Creating Happy Users
Normally, testing is just about finding bugs—“defect removal”—which is worth doing. But testing can also be about increasing quality in the eyes of the only people whose opinion matters: Your...
View ArticleLearning To Use Menu Bar in .NET MAUI
Today in our .NET MAUI explorations, let’s see how to use one of the primary tools for any app—a menu bar!In your day to day, you usually use desktop applications containing a menu bar that offers a...
View ArticleTop 7 Vue.js Tutorials for Beginners in 2022
This handpicked list will help beginners to Vue find seven great resources to get started learning Vue.I am sure you came here rummaging for some resources to begin the fantastic journey of learning...
View ArticleUnifying Your UIs With Telerik Material Theme
Creating a consistent experience for your web users across all of the technologies and tools you use can be … challenging. The Telerik Material theme can make achieving that goal considerably...
View ArticleStep-by-Step Process To Fix Apps That Aren’t Converting or Retaining Users
What do you do when a client comes to you and says that their app is underperforming? With this five-step process, you’ll be able to diagnose and repair these issues with ease.Let’s say a client comes...
View ArticleAngular Basics: Using Environmental Variables To Organize Build Configurations
In today’s blog we will be setting up various environments for deploying your Angular app and working with environment variables.PrerequisitesDevelopers of all levels, from beginners to experts can...
View ArticleSands of MAUI: Issue #71
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together the latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleTesting and Software Quality: Building a Reliable Process
If software quality includes a goal like “delivering what we promised on time and on budget”—and it should—then testing is essential to meeting that goal.There are, at least, three criteria for...
View ArticleDoes Your React App Need a Spreadsheet or Data Grid?
Understand the differences between spreadsheets and data grids and which problems they solve best so you can make the right choice for your React application.Spreadsheets and data grids: at first...
View Article