(Shao Voon Wong) This article is inspired by Google’s Flutter and Qt. What these 2 frameworks have in common is that their user interface is implemented independently of native UI controls, so the requirement to reconcile the UI idiocrasies of each underlying platform is eliminated.
Tag: JSON / JAVA / XML
Java Challengers #7: Debugging Java inheritance
(Rafael Chinelato Del Nero) Inheritance and composition are two programming techniques developers use to establish relationships between classes and objects.
Angular For Beginners – Part Five – Services In Angular
(Tuba Mansoor) In this part of the Angular for beginners series, we will learn about Services in Angular.
Getting started with GraphQL: what client to use?
(Jack Franklin) When I first started working with GraphQL APIs my first challenge was to decide what GraphQL frontend library I wanted to use.
Quiz Application in React (Using Redux)
(Anurag Gandhi) A general purpose quiz application in React that can be used to run quizzes, mock tests, surveys, etc. This is an alternate version of my another article: “Quiz Application in Angular”.
Handle HTTP Errors During Automated Data Integration
(David McGahey) Data analysts and other professionals often need to generate real-time data through automated execution of data mappings that request Web services and save the results.
Datatables Plugin In Angular 7 Using .NET Core Web API – Part Two
(Faisal Pathan) In this article, we will develop a front-end application for our server-side pagination in datatable with Angular 7.
Performance! 3 reasons to stick to Java 8 for the moment
(Maarten Smeets) It is a smart thing to move to newer versions of Java! Support such as security updates and new features are just two of them but there are many more. Performance might be a reason to stick to Java 8 though.
Vue.js with TypeScript for the Angular (2+) Developer
(Mark J. Caplin) The Big 3 era. If you are a professional basketball fan, you might associate the term “The Big 3” as a trio of basketball players – LeBron James, Dwyane Wade, and Chris Bosh – who played for the Miami Heat of the National Basketball Association (NBA) from 2010 to 2014.
Datatables Plugin In Angular 7 Using .NET Core Web API – Part One
(Faisal Pathan) In this article, we will learn how we can integrate the datatable plugin with server-side pagination, sorting, and searching.