(Jinal Shah) In this article, I am going to show you how to implement Drag and Drop Lists in an Angular application.
Tag: JSON / JAVA / XML
EventTarget.addEventListener()
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
Flow Object.values(…)
(David Walsh) JavaScript typing utilities, like Flow and TypeScript, have become popular in JavaScript apps of all sizes. As I mentioned in our Script & Style Show typing podcast, typing is a great way to implicitly implement documentation and validation.
Infinite Scrolling In Angular Application
(Jinal Shah) In this article, we will be implementing infinite scrolling in our Angular application. Now, two questions come to mind: What does infinite scrolling actually mean and what are the advantages of using it? You will get the answers to these questions by the end of the article.
Java 101: Evaluate Java expressions with operators
(Jeff Friesen) Java applications process data by evaluating expressions, which are combinations of literals, method calls, variable names, and operators. Evaluating an expression typically produces a new value, which can be stored in a variable, used to make a decision, and so on.
Play and Test Your First Serverless Azure Function
(Javier Carrion) Here is a scenario; you oversee an Oven Temperature Data Logger for a Pizzeria company. You monitor this data to help determine when oven maintenance is required.
Microservices for Java Developers: Security Testing and Scanning
(Andrey Redko) This part of the tutorial, which is dedicated to the security testing, is going to wrap up the discussions around testing strategies proven to be invaluable in the world of software development (microservices included).
Cascading Dropdown List Using MVC And Web API With Angular 7
(Mithilesh Kumar) In this article, we are going to create a Cascading dropdown list using MVC, Web API, SQL, and Angular 7. Mainly, we will see how to populate state name by country name and display district name by the state, using Angular 7.
39 New Features (and APIs) in JDK 12
(Simon Ritter) Learn more about the newest features and APIs in JDK 12.
Auto Generation Of POJO Classes
(matalan44) POJO is a very basic and common concept among Java developers. It stands for Plain Old Java Object and contains getter and setter methods.