How to use a jQuery Sortable UI Component in Your Web App
Learn how to easily integrate a sortable component into your web app. Sortable is ideal for editing playlists, or anywhere else you want to drag and drop an existing list.In the last episode, we talked...
View ArticleServerless and Blazor: Talking Next Gen Apps with Jeremy Likness
On this episode of Eat Sleep Code, we talk about building next generation serverless web apps with Blazor.Join us as we talk with Jeremy Likness about creating next gen web applications using Blazor...
View ArticleVue.js - How to Build Your First Package & Publish It on NPM
We'll learn how to make our own plugin for Vue.js, and distribute it on NPM for everyone to use.Plugins are what makes our lives as developers so much more productive. Most of our projects depend on...
View ArticleAn Overview of Telerik Fiddler
Telerik Fiddler is a web debugging proxy that's incredibly useful for developers. This post provides an overview of Telerik Fiddler.Telerik Fiddler (or Fiddler) is a special-purpose proxy server for...
View ArticleCopying and Cloning Arrays in C#
Learn how to copy elements from one array to another using the provided functions in System.Array class.An array in C# is a collection of data items, all of the same type and accessed using a numeral...
View ArticleHealth Checks in ASP.NET Core
Learn how to configure and develop health checks in ASP.NET Core to confirm the health of your application.Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose...
View Article10 Tips to Increase your Productivity when Coding in Vue.js
Check out the top 10 tips that helped increase my productivity when developing apps with Vue.js. Share your own favorite tip in the comments.Vue.js is a fast-growing JavaScript framework backed up by a...
View ArticleForcing Myself to Write Unit Tests
Unit tests have a ton of benefits. But first you have to write them. Here's how I forced myself to do it and improved my React development."Tests are like vegetables. They’re really good for other...
View ArticleSpeed up Filtering with the Latest Editor Types in Telerik Report Viewers
Learn about a new feature in Telerik Reporting that lets you change the default parameters editors types for visible parameters in the HTML5 Viewer's Parameters Area.The Telerik Reporting team works...
View ArticleXamarin.Forms + SkiaSharp: Create Awesome Cross-Platform Animations in Your...
SkiaSharp is an open source .NET wrapper library over Google's Skia, developed and maintained by Xamarin engineers. Read on to learn how to create awesome animations in your mobile app using...
View ArticleProgress Influencers Party at MVP Summit 2019
You're invited—come join us at the Progress Influencers Party at Microsoft MVP Summit.The 2019 Microsoft MVP Summit is almost upon us. There will be much to learn, network with peers and soak up fun in...
View ArticleGet Lazy With React
As your React app grows, so does your bundle size. Splitting your bundle can help you lazy-load only the things the user absolutely needs. This can reduce the code needed for an initial load, delaying...
View ArticleHow to Style console.log Contents in Chrome DevTools
Learn how the console.log output can be styled in DevTools using the CSS format specifier. We'll also touch on manipulating console.log output colors and fonts.The console is a very useful part of...
View ArticleUsing Parcel.js in an ASP.NET Core Application
Parcel.js is a “Blazing fast, zero configuration web application bundler.” In this post, we’re going to take an ASP.NET Core website template that uses Bootstrap 4 and set it up to use Parcel-generated...
View ArticleUnderstanding Telerik Fiddler as a Proxy
Understanding how Fiddler operates as a web debugging proxy will enable you to see what’s transmitted on the network.Given the ubiquitous nature of the Internet, many applications are built to assume...
View ArticleTree-Shaking Basics for React Applications
Tree-shaking is an important way to reduce the size of your bundle and improve performance. See how you can do it in your React apps.Tree-shaking is a concept in frontend development that involves the...
View ArticleHow to Use Chrome as an IDE
Chrome DevTools has come a long way, and over time it's developed the capabilities of a full fledged integrated development environment (IDE). See how you can start using it as a convenient IDE.Over...
View ArticleUsing Polly for .NET Resilience and Transient-Fault-Handling with .NET Core
Learn how the Polly Project, an open source .NET framework that provides patterns and building blocks for fault tolerance and resilience in applications, can be used with .NET Core.Error handling and...
View ArticleView PDF Documents with PdfViewer for Xamarin.Forms
Viewing PDF documents in your mobile app without the need to install a third-party solution has never been easier. Now you can use the Telerik UI for Xamarin PdfViewer control within your application....
View ArticleUp and Running with VuePress
Learn how to use VuePress, a static site generator, to build a documentation site.A static site generator takes source files and generates an entire static website. Static site generators require fewer...
View Article