Do go through the earlier three blogs, in this 5-part blog series: `Angular 2 Single Page Apps using Routing – Part 1′ and `Angular 2 Single […]
Continue readingCategory: Uncategorized
Using Jasper”to Generate and Export Reports”
Data reporting is the process of collecting and submitting data to authorities entrusted with compiling statistics. Accurate data reporting gives rise to accurate analysis of the facts on the […]
Continue readingRESTful Web Services
REST stands for Representational state transfer protocol. Restful web services are designed for resource intercommunication. REST APIs provide access to resources (data entities) via URL […]
Continue readingAngular 2 Single Page Apps using Routing – Part 2
In continuation to my earlier blog on the `Angular 2 Single Page Apps Using Routing’ blog series, in this one, I will go through the process […]
Continue readingEffort Estimation Technique
This is in continuation of the blog series on `Effort Estimation Techniques. History of Use-Case Points The Use-Case Point estimation method was introduced by Gustav Karner […]
Continue readingEffort Estimation Technique – Part 1
Effort estimation is one of the most important aspects of project implementation irrespective of the methodology in which the project will be implemented. If we […]
Continue readingOAuth 2.0 – Part 2
Authorization Grant In continuation to my earlier blog, there are four different of scenarios, clients and authorization flows where OAuth can be deployed. I will now discuss OAuth 2.0’s […]
Continue readingOAuth 2.0 – Part 1
Introduction OAuth 2.0 (Open Authentication) is an authorization framework which enables websites or applications to obtain limited access to a HTTP service (such as Facebook, […]
Continue readingAngular 2 Single Page Apps using Routing – Part 1
In this 5-part blog series I will go through a PetCare application to explain the concept of Single Page App using a router component. Given below […]
Continue readingUsing Realm Database in Mobile Applications
Introduction Realm is an Open Source mobile database, based on the ORM model and a replacement for SQLite. Realm does not use SQLite as its […]
Continue readingHadoop – Handling Big Data
Apache Hadoop is all about handling Big Data especially unstructured data. It helps in streamlining data for any distributed processing system across clusters of computers. Activities […]
Continue readingDo You Need Android Auto in Your Car?
What is Android Auto? Cars are becoming an integral part of everyday life and many people use their mobile phones for GPS navigation and listening […]
Continue readingSimple Method to Create a Electron Hello World Application
Electron is a framework for building desktop apps with CSS, Javascript and HTML. The apps will be cross-platform and work on Windows, MacOS and Linux […]
Continue readingRules-based Programming – Part 2
Introduction Drools is a Business Rules Engine. It has an enhanced and optimized implementation of the Rete algorithm for Object Oriented systems. It is a declarative, rule-based programming […]
Continue readingAutomate AngularJS Application with Protractor and Jasmine
What is Protractor? Protractor is an end-to-end test framework for AngularJS applications. Protractor runs tests against your application in a real/actual browser, interacting with it […]
Continue reading