Using Animations in Vue.js
Let’s take a look at how to enhance the UX of your Vue app with animations.Adding animations to a website can be a great way to enhance user experience since they can make websites look livelier and...
View ArticleTips To Help You Master the Retro Web Design Trend
Retro design is a popular trend for a reason. Nostalgia can transfer feel-good vibes from the bygone era to the brand itself. But which era should you design for and how far should you go with it? In...
View ArticleAngular Basics: Conditional Content Projection
Today we’ll explore components that use conditional content projection to render content only when specific conditions are met—conditional content projection.Implementing Content ProjectionWe have...
View ArticleSands of MAUI: Issue #73
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 Implement a React Upload (DropZone) Component: KendoReact Tutorial
A ready-made React dropzone or React upload component can make your life much easier. Let’s take a look!There are quite a few different situations where users need to be able to upload files on a...
View Article.NET Basics: ORM (Object Relational Mapping)
Object Relational Mapping is very common in web development, especially when there is a database involved because an ORM makes the development work much easier. In this article, we will see what an ORM...
View ArticleHow JADER Used Telerik Report Server in Buku To Build the j Count Accountancy...
Telerik Report Server has been an important tool for JADER Ltd. in its Buku Project, aiding in the creation of the accountancy product j Count®. Let me show you around!j Count® is the product we are...
View ArticleTop Benefits of Automating Exploratory Testing Scenarios
Exploratory testing works well for identifying defects in any development phase as well as for regression or user acceptance testing (UAT).Typically, automated tests are developed in scripts based on...
View ArticleAccelerating Delivery of Dynamic Form Projects
The next big developer’s tool is rules-based dynamic forms.Do you need to deliver user-facing forms? Do you have complex business logic that you need to represent inside a form? Do you want to...
View ArticleFunctional Programming in TypeScript
Let’s see how we can combine functional programming and TypeScript to build highly reusable and maintainable software.Learning a programming language is not easy. A programming language has many...
View ArticleDealing With Burnout as a Developer
This post talks about knowing when you are experiencing burnout as a developer and what to do to get better.What Is Burnout?According to WebMD, burnout at work is an emotional, mental and physical...
View ArticleTop 11 Angular Training and Learning Resources for Beginners
Angular has one of the best communities out there. So if you want to get started, it’s easy to find quality training resources. Here are 11 of the best!Angular is Google’s TypeScript-based open-source...
View ArticleSands of MAUI: Issue #74
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 ArticleThe Guide to New Hooks in React 18
In this blog post, we won’t just describe what React hooks do, but we’ll also get our hands dirty and cover how to use them in the code.React 18 is a major release that comes with new features, such as...
View ArticleThe 10 Immutable Laws of Testing
There are 10 laws that drive everything Peter knows about testing. It’s not always pretty (and it’s not always kind) but they are always true.I have opinions on testing, driven by these 10 laws. I...
View ArticleReady for a Round With the New CircularProgressBar
Tracking of progress just got fancier with the new CircularProgressBar for WPF. Easy to be put into practice. Packed up with a lot of perks.I am glad you landed on this blog. But first … coffee! Grab...
View ArticleTo Tailwind or Not To Tailwind—That is the Question
Beloved and despised, Tailwind CSS brings out strong opinions. Alyssa Nicoll plays around with it so you can see which side you’ll pick.Tailwind CSS is arguably one of the most divisive dev tools I...
View ArticleHow To Learn Expert Web Debugging Techniques That Get You to Done, Fast
Get expert insight on the debugging techniques used by devs that you can add to your workflow.When it comes to how you approach web debugging, there are valuable techniques you can take advantage of,...
View ArticleAccessibility in Telerik Reporting
Telerik Reporting offers baked-in accessibility, both for our interactive web-based ReportViewer components and our rendered documents.Accessibility is everywhere—and it should be. Telerik has spent...
View ArticleWhat Is the Jamstack?
Jamstack is a powerful web development architecture for building modern websites that can be easier to scale and more secure. Learn how it works.The early days of the internet were simpler than today....
View Article