(Nagaraj M) Command Design pattern is a behavioral design pattern in which a request can be turned to action.
Tag: JSON / JAVA / XML
How to Fix JavaScript Errors
(Don Roche) My computer programming teacher had always told me that 10% of our time is spent developing 90% of our application, and the other 90% of our time finishing the last 10% of our project.
Server Side Pagination Using ASP.NET Core And Angular 8
(Siddharth Gajbhiye) In this article, we will learn how to create server side paging which is very useful whenever we have to display large number of records.
Create Charts In ReactJS Using Chart.js
(Sanwar Ranwa) In this article, we will learn how to create charts in ReactJS application using the Chart.js library. Chart.js is an open source JavaScript library for creating charts.
Adding Angular 9 Routing and Material Design by Example
(Ahmed Bouchefra) In these steps of our Angular 9 tutorial, we’ll continue building our example app by setting up the router and adding routing for the home and about components.
Dual Writes – The Unknown Cause of Data Inconsistencies
(Thorben Janssen) Since a lot of new applications are built as a system of microservices, dual writes have become a widespread issue.
File Upload using ASP.NET Web API And ReactJS
(Sanwar Ranwa) In this tutorial, we will learn how to upload files, Images or Videos using Asp.net Web API and ReactJS. ReactJS is an open-source JavaScript library used for creating user interfaces, particularly for SPA.
What’s more fantastic than fantasy land? An Introduction to Static land
(James Sinclair) Fantasy land is great. It provides a standard naming convention for these things called algebraic structures. It allows a single function to work with a plethora of structures. No modification required.
SpaceVIL Framework. Cross-Platform GUI with .NET & JVM
(Roman Sedaikin) I’ll tell you about the SpaceVIL framework, its capabilities and a brief story of its creation.
Policy-Based Authorization with Angular and ASP.NET Core using JWT
(Ankit Sharma) In this article, we will create a web application using ASP.NET Core and Angular. We will then implement authentication and policy-based authorization in the application with the help of JWT. The web application will have two roles – Admin and User.