Create Any DropdownList or ComboBox You Need With Kendo UI for Angular
The five comboboxes/dropdown lists that come with the Kendo UI for Angular toolkit let you get exactly the UI you want. But all of the components share their functionality so you don’t have to learn...
View ArticleSands of MAUI: Issue #75
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 Article10 Functional Tests for Effective Cross Browser Testing
This post discusses how to best leverage test automation and the importance of manual verification as well as the business value of cross-browser testing and its impact on customer experience.Cross...
View ArticleHow To Build a CLI With Node.js and React
Command-line programs are software programs used to interact with the computer through the terminal. In this tutorial, you will learn how to build command-line applications using React and Node.js.A...
View ArticleXamarin Renderers to .NET MAUI Handlers
Learn how to migrate renderers from Xamarin Forms to .NET MAUI handlers.Among the most important points of the evolution of Xamarin.Forms to .NET MAUI are the improvements that have been applied based...
View ArticleWhy Web Designers Should Design for Social Media and Other Platforms
In this post, we’ll look at what your clients stand to gain when they have a web designer help them create their marketing assets—as well as three brand examples to show you how it’s done.There was a...
View ArticlePopular VS Code Extensions for Vue.js & Nuxt.js Developers in 2022
If you’re coding in JavaScript or TypeScript with Vue 3 or Nuxt and looking for ways to make the most of your setup on VS Code, this article is for you! We talk here about Vetur and Volar and go...
View ArticleFunctional Programming in C#—A Brief Consideration
A very common problem encountered in most program code is high complexity. To deal with this, a great alternative is functional programming—an excellent paradigm that helps programmers to write code...
View ArticleHow the Module Pattern Works in JavaScript
How can the module design pattern help JavaScript developers? Let’s take a look.As developers, we’re always striving to write clean and readable code. While solving many problems using technology,...
View ArticleCreate Hierarchical Lists With the Kendo UI for Angular DropDownTree and...
When you have a lot to display in a dropdown list, you need the Kendo UI for Angular dropdown treeview to organize your data. In addition to letting you get the UI you want, it handles a variety of...
View ArticleSands of MAUI: Issue #76
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 ArticleConverting a Simple JavaScript App to TypeScript
In this post, we will be building a simple Node.js application and then migrating it into a TypeScript app.JavaScriptJavaScript is a scripting language native to the web used to make web apps...
View ArticleWhat Is API Testing and How To Use It
API testing is a method of testing the quality, performance, security and reliability of an API to help locate bugs and verify that an application behaves as expected.API testing is one of the most...
View ArticleMaster .NET Object Inspecting With the WinUI PropertyGrid
Looking for an easy and versatile approach for processing the properties of any .NET object with the help of automatically generated built-in editors? All that plus the support for nesting and...
View ArticleJavaScript To Know Before Learning ‘How To React’
This post covers concepts every JavaScript developer should be comfortable with before learning React. Although there are still many concepts you should be familiar with to be a better React developer,...
View ArticleImproving Your Desktop Applications With ToolTips in .NET MAUI
.NET 7 brings exciting features to .NET MAUI desktop development. Today, let’s look at ToolTips.Guess what? .NET 7 has been released! This has brought with it a series of super useful new features,...
View ArticleUX Laws To Help You Build Better Mobile Experiences
UX laws form the foundation of good, user-centric web design. Even though these design principles are mostly common sense, in mobile design, you can’t afford to take anything for granted. In this post,...
View ArticleIntroduction to esbuild
Let’s see how we can increase performance using a modern and extremely fast JavaScript bundler: esbuild.The pace of innovation in the JavaScript community is insane. Years ago, who could imagine that...
View ArticleAngular Basics: What Is an Angular Custom Directive?
Angular lets us create two kinds of custom directives—attribute and structure—to control how things are rendered in the DOM or to change the DOM layout. Let’s get started with these tools in...
View ArticleSands of MAUI: Issue #77
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