(Manish Sharma) Java Stream API provides several methods, including reduction and terminal functions, which also support parallelization. In this post, we will cover the Java stream reduce method and its different operations.
Tag: JSON / JAVA / XML
DayPilot – AJAX Monthly Event Calendar for ASP.NET MVC in 10 Minutes
(Dan Letecky) The open-source DayPilot Lite for ASP.NET MVC 1.3 introduces an AJAX monthly event calendar. In this post, we will see how to setup the project, create a new ASP.NET MVC view and controller, how to load the calendar, drag and drop calendar event moving, CSS themes and event customizati
Implementing Infinite Scroll And Image Lazy Loading In React
(Chidi Orji) In this tutorial, we’re going to learn how to use the HTML Intersection Observer API to implement infinite scrolling and image lazy loading in a React functional component. In the process, we’ll learn how to use some of React’s hooks and how to create Custom Hooks.
Let’s Welcome Angular 9 With its New Features
(Debasis Saha) As we all of us know that Google has just released its new version of Angular i.e. 9.0 just a week ago. Angular developers and the community members eagerly wait for the release of this version for a long time.
Java Thread Synchronization and Concurrency Part 1
(Sunil P V) In this article, we begin a two-part series on thread synchronization in Java in order to better understand Java’s memory model.
Working with Shared Files in Remote Server using SMB in Java
(Benktesh Sharma) This is a demonstration of a use case where an application needs to interact with shared files in Windows server machines using a simple Java application.
ASP.NET MVC – jQuery Coming Soon Counter Plugin
(Asma Khalid) When you are about to launch a new website, promotion or sale, it is important to let your customers base know about remaining launch time, so that your customers don’t need to calculate the remaining time by themselves.
JavaScript Callback Functions - What are Callbacks in JS and How to Use Them
(Cem Eygi) If you’re familiar with programming, you already know what functions do and how to use them. But what is a callback function?
REST / HTTP methods: POST vs. PUT vs. PATCH
(Michael Scharhag) Each HTTP request consists of a method (sometimes called verb) that indicates the action to be performed on the identified resource.
Angular 9 New Features
(Satheesh Elumalai) In this article, let’s take an overlook on the features of Angular 9. Angular has come a long way, it has now reached a peak level of admiration and loved by web developers, and on the horizon, we have a new version (Angular 9).