(Asma Khalid) In order to improve UI interactivity in web development, it is often recommended to utilize Ajax to load/process small web parts/components independently on the same page.
Tag: JSON / JAVA / XML
Implementation of React-Redux Hooks With Typescript
(Thomas Wilfred) In this article, we discuss how to use Redux-React hooks to dive even deeper into the functional options that React offers.
Speed Up Your Angular App – 14 Angular Optimization Tips
(Marcelo Ricardo de Oliveira) In this article, we’ll show you how to make your Angular app smaller, faster, and more responsive.
JavaScript Picture-in-Picture API
(David Walsh) As a huge fan of media on the web, I’m always excited about enhancements to how we can control our media.
Building a Matching Pairs Memory Game Using Knockout JS
(Rawan Nassar) All of us want to improve mind memory and concentration. Certainly, we know “match pairs memory game.” It is an amazing game that increase memory power.
Excel Data Mapping to Update Existing Documents
(David McGahey) Excel began life as a simple spreadsheet tool. Over time, support for rich text styling options, built-in charts, and copy and paste formatting features has led many enterprises to create reports in Excel documents.
Explore Blazor WebAssembly – use custom style, call external WebAPI, employ JavaScript interoperability
(Èçäèñëàâ Èçäèñëàâîâ) This article will demo the usage of Blazor WebAssembly and how to create simple web application with it. The article consists of three parts. In Part 1, we will work with styles. In Part 2, we will call external webAPIs. In Part 3, we will work with JavaScript interoperability.
How To Use Material UI Menus In ReactJS Applications
(Sanwar Ranwa) In this article, we will discuss React Material UI Menus. Menu is used to show a list of options. Material UI is one of the most popular UI frameworks developed by Google.
WPF Asynchronous Functional Programming Styles in C#
(Mr. Angular) With the advent of Async/Await, Functional Programming style and Extension methods, we can easily create WPF applications with little more than making event handlers Async.
TypeScript 3.9 slashes compile times for packages
(Paul Krill) TypeScript 3.9, the next version of the popular typed superset of JavaScript from Microsoft, has arrived as a beta release, with fixes to address extremely poor editing and compilation speeds associated with some packages.