(Jayakumar Balasubramaniam) There are lots of online tools to convert JSON data into Excel. However, if you would like to develop a custom solution for your company here is a simple way to do so with Angular4.
Tag: JSON / JAVA / XML
How to Build Your First React App
(Kirupa Chinnathambi) Learn how to build a simple React app along with how to overcome some hurdles head-on and which hurdles you can skip over—for now.
What is the JRE? Introduction to the Java Runtime Environment
(Matthew Tyson) Together, the Java Development Kit (JDK), the Java Virtual Machine (JVM), and the Java Runtime Environment (JRE) form a powerful trifecta of Java platform components for developing and running Java applications.
Writing Big JSON Files With Jackson
(Bozhidar Bozhanov) Sometimes you need to export a lot of data to JSON to a file. Maybe it’s “export all data to JSON”, or the GDPR “Right to portability”, where you effectively need to do the same.
Build a Hierarchy Visualizer with JEEP, a New JavaScript Framework
(Vinay M S) JEEP is an ambitious framework intended to impart features to JavaScript that enables robust software engineering by bringing object orientation to JavaScript beyond what is available in the language natively.
Effectively Sealed Classes in Java
(Grzegorz Piwowarek) Sealed classes are extremely helpful in class implementation in Java. Check out this post on using sealed classes and the Option class in Java.
Use Power BI JavaScript SDK And Embed The Power BI Report In HTML Page – Power BI Embedded – Step By Step – Part Five
(Dhruvin Shah) In this article, we will learn how we can embed our Power BI report in HTML Page using JavaScript SDK. I have attached the code to this article. You can directly download the HTML file.
Array and Boolean
(David Walsh) One of the annoyances of old-school JavaScript was side effects; then Array.prototype got methods like filter, map, and forEach so we didn’t need to burn variables before looping over values.
Visual Data using Chart.js in ASP.NET
(mai an) The best way to introduce some information to some is using chart. ASP.NET has a chart control but it is not the best about performance. Chart.js is a good ideal.
Automate Web Development With GulpJS
(Krunal Vays) GulpJS is the task runner of JavaScript which lets one automate various tasks involved in development. All these tasks minify JavaScript as well as CSS files.