(Siddharth Seth) In this article, we build a reusable ReactJS Button Component. ReactJS has grown in popularity and has become the go-to library for front end development.
Tag: JSON / JAVA / XML
What is the Difference Between Observable and Promise With Example in Angular 8
(Siddharth Gajbhiye) Observables and Promise both provide us with abstractions that help us deal with the asynchronous nature of applications.
JavaScript Security – Interview with David Balaban
(Juho Vepsäläinen) Given JavaScript dominates the world of web development, it has become a good target for malicious actors. Furthermore, the flexibility has led to a plethora of attack vectors for cybercriminals making JavaScript security an important topic for web developers.
Creating Dynamic Forms with Dependent Controls and Angular Implementation
(Merna El Katatnee) Developing applications with dynamic forms is required for many sections of business, and there are many approaches to write those forms natively with most of the UI frameworks.
Download Multiple Files as a .Zip File using Angular
(Arvind Kushwaha) This article helps you to download multiple files as a zip file using Angular and SharePoint Online.
The Bootstrap 4 Grid Deconstructed
(Serge Desmedt) An update article on what you can do with the flex based Bootstrap 4 Grid system and what makes it different from the Bootstrap 3 implementation.
ASP.NET MVC – jQuery Ajax Datatables with Dynamic Columns
(Asma Khalid) Jquery Datatables free plugin offers many useful features to integrate and customize a table with many web development platforms.
Apache Camel 3.1 – Fast loading of XML routes
(Claus Ibsen) A feature that was added to Camel 3.1 is the ability to load XML routes much faster. This is part of the overall work we are doing on making Camel much smaller and faster.
Understanding (all) JavaScript Module Formats and Tools
(Dixin Yan) A one-stop tutorial of all mainstream technologies for JavaScript modules.
WebAssembly Used by Java-to-Web Compiler CheerpJ 2.0 to Port Java Applications to Browsers
(Bruno Couriol) LeaningTech recently released the second major iteration of CheerpJ. CheerpJ 2.0 may convert Java applications into a mix of HTML, WebAssembly and JavaScript, so that developers can run Java applications (including applets) in browsers or integrate Java libraries into web application