Sands of MAUI: Issue #55
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 ArticleCreating a Responsive Design in React With KendoReact GridLayout & StackLayout
Let’s look at how to design a responsive blog page for a React app using KendoReact GridLayout and StackLayout components.Can you imagine that there was no such thing as a responsive website back in...
View ArticleHandling Light and Dark Mode With .NET MAUI
Learn how to adapt your .NET MAUI applications’ appearance configuration (system theme) to show light or dark mode based on user preference.Generally, our mobile devices have a system appearance...
View ArticleBuilding a Product Page With Kendo UI for Vue
Product pages are essential components of any ecommerce platform, regardless of product type. In this post, we will build an ecommerce product page using Vue.js and Kendo UI.You’ve probably visited...
View ArticleHow To Use Fiddler Everywhere With Real-Time Apps
Working with real-time applications requires extra attention to analyze the data that is constantly transferred between the client and the server. To assist in this task, Fiddler Everywhere has the...
View ArticleThe Hidden Costs of Using Selenium for UI Test Automation
Many teams use Selenium UI tests because they are free and open-source. But Selenium comes with some hidden costs you should consider before selecting your automated test tool.There are so many choices...
View ArticleMaster Higher-Order Functions in JavaScript
Higher-order functions are functions that make use of functions as either their argument or their return value. They are an important feature that cannot be overlooked in functional programming,...
View ArticleDesigning a Better Search Experience for Fintech
Fintech users will inevitably go in search of something not readily available in the app you build for them. By designing a search form that’s easy to find and use, you can greatly improve your fintech...
View Article7 Things To Know Before Your Angular Interview
This post is for beginners who might be looking to get a junior Angular developer job and want to get prepared for interviews when they are called upon.Let’s talk through some probable interview...
View ArticleSands of MAUI: Issue #56
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 Easily Create a Blog With Nuxt Content
What would it take to create your own blog website using Nuxt and Nuxt Content? It might be easier than you think.Writing blog posts can be a great way to share knowledge with other developers and...
View ArticleImproving Performance With Distributed Caching
Applications that have a large amount of data traffic are subject to performance loss if they do not use some mechanism to reduce the high consumption of access to the database. One way to solve this...
View ArticleTelerik R2 2022 Contributes To Delivering Modern, Consistent and Defect-Free...
See what’s new in the Telerik R2 2022 release with our reporting, automated testing, mocking and debugging productivity tools.The Telerik R2 release introduces new productivity and security features,...
View ArticleWhat’s New in R2 2022 With Telerik Desktop and Mobile Components
Today, we are excited to announce the availability of R2 2022 release. In this blog post we will cover the highlights of the release for the Telerik desktop and mobile products.R2 2022 brings a...
View ArticleWhat’s New in R2 2022 With Kendo UI
With R2 2022, our Kendo UI JavaScript libraries offer toggleable dark mode, improved accessibility, new and enhanced components and more. See what’s new with your favorite jQuery, Angular, React and...
View ArticleWhat’s New in R2 2022 With Telerik UI Web Components
The Telerik Teams at Progress are excited to announce that the R2 2022 release is available for download! We have worked hard in the last few months to bring you new UI components, features,...
View ArticleThe Telerik and Kendo UI R2 2022 Release Is Here—See What’s New!
In R2 2022 we’ve introduced new JavaScript and .NET components, numerous features, bug fixes and enhancements to existing components across all Telerik and Kendo UI suites. In addition, the latest...
View ArticleComplex State Management in React
Complex state in React involves managing many different state changes in many different components. There’s a library for that! I’ll recommend two, plus tell you what won’t work.One of the hardest...
View ArticleHow To Quote Project Budgets You Can Actually Meet
Setting prices for your creative work can be stressful—to the point where some of you may just want to copy what the competition is doing. But what if those budgets are too high or low? With a quick...
View ArticleAngular Basics: How To Get the Value of a Selected Dropdown Menu Item
Have you ever had to ask, “How do I get the value of the selected dropdown menu item in Angular?” Let’s answer that!In Angular apps, the dropdown is a typical HTML element used in forms and components...
View Article