Augmented Reality (AR) has emerged as a new communication medium that provides a wide range of processing devices’ motion tracking capabilities. In this article, we
ReactJS is a popular JavaScript library used extensively for building user interfaces developed by Facebook. It is a JavaScript view-based framework, which uses HTML language.
Angular is a popular framework for creating front-ends for web and mobile applications. Components are an important part of any Angular application. In this blog,
Windows Presentation Foundation offers various controls and one of the basic control is the combo box. The combo box has various events such as DropDownOpened,
Guards: A guard is a way of supplying the logic that is used to identify authenticated users. Laravel provides different guards like sessions and tokens.
What is Kafka? Kafka is an open-source distributed streaming platform by Apache software foundation and it is used as a platform for real-time data pipeline.
Why Angular? Expressive HTML: Angular makes HTML more expressive. Expressive html is simply a different way of seeing, interpreting and authoring markup. It is a HTML
Angular CLI (Command Line Interface) is a high quality development tool-set for developers. Angular CLI features can highly improve the quality of your code and
One of the most challenging tasks for any UI developer is related to animations. Getting animations to where they need to be with smooth transitions and pixel perfect
In my first blog, Basic AngularJS with Routing [Part 1], I discussed AngularJS Controllers with examples. In the second blog, Basic AngularJS with Routing [Part 2] I delved