7 Must-Have Soft Skills for Developers in 2023
Soft skills can make or break your success as you navigate your career. What should you focus on in 2023?As you advance in your career as a developer, you begin to realize that writing code is not the...
View ArticleBeginner’s Guide to Environment Variables
Environment variables allow us to keep values on our local and production environments distinct and safe as we develop our app.We can understand an environment as the context in which code is being...
View ArticleThings To Watch Out for When Setting Up an Express Server
In this post, we’ll go over a few things to consider while developing an Express server. In this post, we will demonstrate how to create a basic Express server and perform simple HTTP requests for...
View ArticleAngular Basics: How To Best Use Fonts in Angular?
In this article, I will explain how you can easily incorporate fonts into Angular to customize the look of your Angular app.As a frontend developer, using a custom font can be tricky when building a...
View ArticleSands of MAUI: Issue #84
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 ArticleFrom Design to Development in 7 Steps With ThemeBuilder
A step-by-step guide through the process of taking a project from design to development using ThemeBuilder!ThemeBuilder is a web application that functions as a full WYSIWYG editor for all of our...
View ArticleBaby Steps With TypeScript
TypeScript is basically JavaScript with a type system, and in this post we’ll cover some of the most fundamental concepts of TypeScript.JavaScript is undoubtedly one of the most popular programming...
View ArticleThe Importance of Testing the Responsiveness of Your Website
It’s more important than ever to ensure your websites display correctly—no matter the size of your device’s screen. Learn why website responsiveness matters and how to test your websites so your...
View ArticleApplying the CQRS Pattern in an ASP.NET Core Application
CQRS is a well-known architectural pattern that can solve many problems encountered in complex scenarios. Check out in this blog post how this pattern works and how to implement it in an ASP.NET Core...
View ArticleSkip the Setup and Start Coding With KendoReact Templates for Create React App
The KendoReact team has created four templates in Create React App for you to use. Read on to learn more!If you’re anything like me, then you find all the setup at the start of a new project to be one...
View ArticleTurn PDF Pages Into Images With PdfProcessing
Check out the new functionality of Telerik PdfProcessing to convert PDF pages to images.Many of you requested us to provide you with the ability to export your documents or parts of them to images in...
View ArticleGetting Started With JavaScript Promises
In today’s posts we will look at the concept of promises in JavaScript and how we can get started using them in our workflows today.Promises With a Breakfast StoryOne great way to understand promises...
View ArticleBlazor Implementations Across Web & Native
Blazor can drive UI/UX across web and native platforms, but implementations can vary.Blazor is eating the world. .NET developers have understandably been excited about Blazor—a modern web framework...
View ArticleAngular Basics: Intro to Angular Interceptors
Interceptors can help provide a great user experience in your Angular app for HTTP requests. Let’s get started!We will play with one of the powerful Angular features—interceptors—which help us simplify...
View ArticleSands of MAUI: Issue #85
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 ArticleAgile or Traditional Testing—Is There Truly a Difference?
Explore the reality of software testing—are there any truly significant differences between Agile and traditional testing? Beyond scheduling, is the actual testing task any different for QA testers?...
View ArticleImplementing Maps in .NET MAUI
Learn how to add maps to your .NET MAUI applications in a very fast and easy way, with the IMap interface.Howdy! Probably at some point of your developer life you have had the need to add maps to your...
View ArticleIntroduction to Rust for JavaScript Developers
Rust is in its sixth year of being the most popular programming language (according to the Stack Overflow Developer Survey). Let’s learn why!Writing JavaScript code is amazing. The possibilities of...
View Article7 Tips for Building a Good Web API
Creating a good API requires some extra care. Check out in this blog post seven tips that will help you create a good API in ASP.NET Core.Good APIs are made up of many factors, including logs,...
View ArticleNext.js API Routes—What You Need To Know
In this post, we’ll see how to set up API routes using Next.js, the request object and response helpers.It is important to remember that some websites provide visitors with more than simply serving...
View Article