(Han Bo Sun) In this tutorial, I will be discussing the approach of uploading files using ngResource with AngularJS.
Tag: JSON / JAVA / XML
Running Single-file Programs without Compiling in Java 11
(Mohamed Taman) If you recall the old days just before Java SE 11 (JDK 11), say you have a HelloUniverse.java source file that contains a class definition and a static main method which prints out as a single line of text to the terminal like the following:
Basics Of Angular Universal
(Sanwar Ranwa) In this article, you will learn about the basics of Angular Universal.
Java Virtual Machine Internals, Part 2: Class File Format
(Prateek Saini) Learn more about JVM internals and the class file format.
Exploiting JNDI Injections in Java
(Michael Stepankin) Java Naming and Directory Interface (JNDI) is a Java API that allows clients to discover and look up data and objects via a name.
Optional Chaining
(David Walsh) For all of the improvements that the JavaScript language has added over the past few years, like the spread operator, default argument values, and arrow functions, there are still a few features I’d love to see implemented.
Folder Structure In React
(Priyanka Jain) This article talks about creating React application and learning folder structure in React.
Graceful shutdown of forked workers in Python and JavaScript running in Docker containers
(Maarten Smeets) You might encounter a situation where you want to fork a script during execution. For example if the amount of forks is dependent on user input or another specific situation.
Generate And Download Excel File In Angular 7
(Faisal Pathan) In here, we will learn how we can read data from JSON using API and download it in Excel format in Angular 7.
Unit testing of ADF Application using JUnit
(Ashish Awasthi) JUnit is a unit testing package for Java language and can be used to test Oracle ADF application as ADF is built on top of the J2EE framework.