(Shervin Cyril) In this article, I am trying to give an idea about the angular basic architecture and installation steps.
Tag: JSON / JAVA / XML
ReactJS or AngularJS: Which Is Best for IoT?
(Dr. Michael Garbade) This article outlines the benefits offered by both ReactJS and AngularJS, and the factors you need to consider when selecting which one to use for IoT product development.
Fractal Tree with Lines/Polygons Written in Java
(Marijan Nikic) This is a simple Java program that draws a fractal tree by using either lines or filled polygons. It contains two JFrames, the first one for drawing the shape, and the second one for changing some control parameters.
Kotlin Coroutines and Delay
(David Walsh) Whenever I suspect that there’s a timing conflict causing a problem with rendering and directives, I usually opt for a JavaScript setTimeout with a delay.
Let’s Develop an Angular Application – Display the Bike Details in Bike-details Component
(Shervin Cyril) This article explains how to pass data from one component to another by clicking the component. Here, we will see the use of a custom event binding in Angular.
Cinchoo ETL – JSON Reader
ChoETL is an open source ETL (extract, transform and load) framework for .NET. It is a code based library for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.
How To Integrate Bootstrap/HTML Template In ReactJS
(Sanwar Ranwa) In this article, we will learn how to integrate theme or HTML-bootstrap template in a React.js project.
Testing Validation Attributes with xUnit
(Daan Acohen) To test the validation of data models for REST API Controllers, just creating an instance of the controller class and calling the intended method is not an option.
Machine Learning in Java with Amazon Deep Java Library
(Xinyu Liu, Frank Liu, Frank Greco, Zoran Sevarac and Balaji Kamakoti) In this article, we demonstrate how Java developers can use the JSR-381 VisRec API to implement image classification or object detection with DJL’s pre-trained models in less than 10 lines of code.
How To Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In MVC Application
(Jignesh Kumar) This article demonstrates how to export functionality with different types of file formats like excel, pdf, word, csv, json, xml and text files using a .net MVC application. I have implemented the most frequently used file format to export data in real time projects.